Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rf78ccc8b3bb1be764cdc3aea62b1dd59d49535ab -r42338c93628db9a3837ab3b6c49a3e3d1e0f0975 --- shared/scripts/configuration/utility.py (.../utility.py) (revision f78ccc8b3bb1be764cdc3aea62b1dd59d49535ab) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 42338c93628db9a3837ab3b6c49a3e3d1e0f0975) @@ -251,7 +251,6 @@ Method to verify the Page Step indicators [the object on top of the screen which indicates the steps passed, current, remained] @param treatment_step : indicates the Current treatment step """ - test.startSection("verification of page step indicators") for page in range(len(treatment_screens)): bullet_children = object.children(squish.waitForObjectExists(get_bullet_object(screen_obj, page))) @@ -329,14 +328,6 @@ else: test.compare(arterial_min, art_low, "Actual Arterial range minimum value: {} is equal to Expected value: {}".format(arterial_min, art_low)) test.endSection() - try: - list_of_files = glob.glob(config.POST_TREATMENT_LOG_LOCATION) - latest_file = max(list_of_files, key=os.path.getctime) - test.log(str(latest_file)) - return latest_file - except: - test.fail("log file is not created during application interaction") - return False def set_arterial_ranges_max_val(art_high): """