Index: tst_unhandled_message_log/test.py =================================================================== diff -u -r6bb43117bca2673c5de877f5b70b094da344418a -r4800083679383c87221a7e55ad35f84b40ffb386 --- tst_unhandled_message_log/test.py (.../test.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) +++ tst_unhandled_message_log/test.py (.../test.py) (revision 4800083679383c87221a7e55ad35f84b40ffb386) @@ -26,7 +26,7 @@ hd_simulator = HDSimulator() -LOCATION = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' +LOCATION = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' DUMMY_FLOAT_VALUE_1 = 1.250 DUMMY_FLOAT_VALUE_2 = 5.855 @@ -127,7 +127,7 @@ """ This function is capable to write custom API's on unhandled.conf folder. - unhandled.conf location = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' + unhandled.conf location = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' Through this method filereader act as a handler and it will write custom unhandled messages on Unhandled.conf NB: it is a single time callable method should only use before starting the application. it is mandatory @@ -148,7 +148,7 @@ """ This function is capable to remove custom API's which is written during method "append_unhandled_configuration_file()". - unhandled.conf location = '/home/denali/Projects/application/resources/settings/Messages/Unhandled.conf' + unhandled.conf location = '/home/denali/Projects/unittests/resources/settings/Messages/Unhandled.conf' NB: it is a single time callable method should use only after calling "append_unhandled_configuration_file()" method. """ @@ -186,7 +186,7 @@ append_unhandled_configuration_file() utils.tstStart(__file__) - startApplication(config.AUT_NAME+ " -d") + startApplication(config.AUT_NAME_ONLY+ " -d") #checking if the message is not in the unhandled (err) test.startSection("verify the message is not in unhandled (err)")