Index: tst_ui_alarms_list/test.py =================================================================== diff -u -r1a3b493a210ee86e4ae3def0c08e3cc5ade106c7 -r2adb45a4e6c007e96da38093834e936105fa0f9e --- tst_ui_alarms_list/test.py (.../test.py) (revision 1a3b493a210ee86e4ae3def0c08e3cc5ade106c7) +++ tst_ui_alarms_list/test.py (.../test.py) (revision 2adb45a4e6c007e96da38093834e936105fa0f9e) @@ -439,6 +439,8 @@ def verify_missing_path(): """ This method is used to execute the alarms while respective files is not present. + Inside this script we are renaming name of following folder which is required for execution. + 1)application """ try: utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"application") @@ -451,7 +453,12 @@ def main(): - + """ + Do not interrupt this script while it is executing. + This script might create folder problems. + Inside this script we are renaming name of following folder which is required for execution. + 1)application + """ verify_alarmMapping_csv() utils.tstStart(__file__)