Index: tst_ui_alarms_list/test.py =================================================================== diff -u -r84c1284ecff1f30169d50afb688be18934eb8506 -r4800083679383c87221a7e55ad35f84b40ffb386 --- tst_ui_alarms_list/test.py (.../test.py) (revision 84c1284ecff1f30169d50afb688be18934eb8506) +++ tst_ui_alarms_list/test.py (.../test.py) (revision 4800083679383c87221a7e55ad35f84b40ffb386) @@ -431,7 +431,7 @@ This method is used to execute the command for getting updated mAlarmMapping.csv file. """ current_work_dir = os.getcwd() - cmd = './alarmMapping ~/Projects/application/common/ ./' + cmd = './alarmMapping ~/Projects/unittests/common/ ./' os.chdir(config.ALARM_MAPPING_CSV_DIR_LOCATION) os.system("gnome-terminal -e 'bash -c \""+cmd+";bash\"'") os.chdir(current_work_dir) @@ -444,13 +444,13 @@ 1)application """ try: - utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"unittests") utils.waitForGUI(0.2) generate_alarm_ids(accept=config.ACCEPTED, reason_id=0) except: test.log(str("Error occured while generating alarms")) finally: - utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"application") + utility.rename_old_name(config.APPLICATION_FOLDER_LOCATION,"unittests") def main():