Index: suite_leahi/tst_general_alarm_requirements_instruction/test.py =================================================================== diff -u -r1625d44158c6fdd2d96bf8b8be8803504e04b3bc -rd44bf6eb1136e10ce936e0d994ff5570bd3366c5 --- suite_leahi/tst_general_alarm_requirements_instruction/test.py (.../test.py) (revision 1625d44158c6fdd2d96bf8b8be8803504e04b3bc) +++ suite_leahi/tst_general_alarm_requirements_instruction/test.py (.../test.py) (revision d44bf6eb1136e10ce936e0d994ff5570bd3366c5) @@ -104,16 +104,18 @@ batch_start + 8, batch_start + 9, ) - + test.startSection( + f"Comparison Alarms ID from {batch_start} to { batch_start + 9 } " + ) # Get the alarm list grid and verify rows count alarm_grid = waitForObject(names.o_Alarm_List, 2000) # Verify 10 alarms are displayed using rows property test.compare(alarm_grid.rows, 10, "Comparison Number of Alarms displayed") - test.startSection( - f"Comparison Alarms ID from {batch_start} to { batch_start + 9 } " - ) + # test.startSection( + # f"Comparison Alarms ID from {batch_start} to { batch_start + 9 } " + # ) # Verify each alarm ID in the batch for i in range(10): expected_alarm_id = str(batch_start + i) @@ -374,9 +376,7 @@ utils.tstStart(__file__) startApplication(config.AUT_NAME_ONLY) - test.startSection("Verification of General Alarm Requirements ") verification_of_alarm_parameters() verification_of_alarm_flag() test_send_active_list_response_batch_alarms() - test.endSection() utils.tstDone()