Index: shared/scripts/configuration/utility.py =================================================================== diff -u -re9d97fc0bfd110d3f15396cb78108b2b3d590f5a -r8a536497f2070b9552526301d74114bdf3d5fe90 --- shared/scripts/configuration/utility.py (.../utility.py) (revision e9d97fc0bfd110d3f15396cb78108b2b3d590f5a) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 8a536497f2070b9552526301d74114bdf3d5fe90) @@ -41,7 +41,7 @@ handle the application for log """ test.compare(config.COLOR_CODES[color_name],(act_val.color[name])) - + def check_if_object_is_within_the_container(obj=None, container=None): """ check if an object is inside a container @@ -888,12 +888,14 @@ time_text = progress_circle_children[1] return time_text.time -def verify_countdown(screen_title, time_out): +def verify_countdown(screen_title, time_out, hd_simulator, dg_simulator): """ Method to verify the count down time in application @param screen_title - (str) current title of the screen @param time_out - (int) time out duration in secs + @Param hd_simulator - Instance of class HDSimulator + @Param dg_simulator - Instance of class DGSimulator """ test.startSection("Verify the count down time in application") for count_down in range(config.COUNT_DOWN_TIME_100, config.MINIMUM_COUNTDOWN_TIME-1, -1):