Index: tst_ui_alarms_dialog/test.py =================================================================== diff -u -r7ec619e4740a21f0e6dee6421f59638baaba4c6c -r40314c67874695eefc506c3a6a33896495953edd --- tst_ui_alarms_dialog/test.py (.../test.py) (revision 7ec619e4740a21f0e6dee6421f59638baaba4c6c) +++ tst_ui_alarms_dialog/test.py (.../test.py) (revision 40314c67874695eefc506c3a6a33896495953edd) @@ -356,7 +356,8 @@ """ test.startSection("verification of alarm bar parameters") alarm_info_dict = utility.extract_alarm_info_from_alarms_conf_file() - for alarm_id in range(0, config.NUM_OF_ALARM_ID): + + for alarm_id in range(0, config.NUM_OF_ALARM_ID): # VY TODO change to length of dictionary # for alarm_id in [73]: if alarm_id == config.ALARM_ID_NO_ALARM: