Index: tst_ServiceShutdown/test.py =================================================================== diff -u -rc1b9d926e38745dcd9fb3e0503176b1c85182294 -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 --- tst_ServiceShutdown/test.py (.../test.py) (revision c1b9d926e38745dcd9fb3e0503176b1c85182294) +++ tst_ServiceShutdown/test.py (.../test.py) (revision a1bf6e9dc0dacf5aee003365d3472e43075d00a7) @@ -79,6 +79,9 @@ utils.waitForGUI (1) # Wait for the animation def main(): + utils.tstStart() + + # Start the Application startApplication("denaliSquish") @@ -117,3 +120,4 @@ # 534 : The "Treatment" button shall be selected by default on the Home Screen. gotoScreenNtest_Contains_TreatmentHome(534) + utils.tstDone() \ No newline at end of file