Index: tst_post/test.py =================================================================== diff -u -r53ce67a03db14c036e3134627621be58715eb17f -re2c7e8c3ff84e22b6480ddbb52e52a32bdba16b5 --- tst_post/test.py (.../test.py) (revision 53ce67a03db14c036e3134627621be58715eb17f) +++ tst_post/test.py (.../test.py) (revision e2c7e8c3ff84e22b6480ddbb52e52a32bdba16b5) @@ -20,6 +20,7 @@ from builtins import int as pyInt from configuration.assertion_helper import * +from configuration.config import * from dialin.ui.hd_simulator import HDSimulator # from dialin.ui.dg_simulator import DGSimulator # from dialin.ui.hd_simulator_alarms import HDAlarmsSimulator @@ -109,8 +110,8 @@ def main(): - utils.tstStart("tst_post") - startApplication("denaliSquish") + utils.tstStart(__file__) + startApplication(APPLICATION_NAME) hd.cmd_send_power_on_self_test_version_request() post_a_message_and_verify_progress_and_completion(MSGS_AND_CONDITIONS)