Index: tst_post/test.py =================================================================== diff -u -rf7a09feb87aadabea430072f0cdafbba2f350933 -r28ad9516f9b49f928dc1c3c0adb08ed86a64ce10 --- tst_post/test.py (.../test.py) (revision f7a09feb87aadabea430072f0cdafbba2f350933) +++ tst_post/test.py (.../test.py) (revision 28ad9516f9b49f928dc1c3c0adb08ed86a64ce10) @@ -73,7 +73,7 @@ """ Method to verify ui version of application. """ - version = hd.get_ui_version() + version = hd_simulator.get_ui_version() test.xcompare(version, "current_version", "To do current version")