From 9ac8a326412b04e4873b883c2f2a056ca0b22480 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Thu, 25 Jun 2020 14:42:42 +0200 Subject: Modified USB test and the way it finds USB memory storages. --- test-cli/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-cli/test_main.py') diff --git a/test-cli/test_main.py b/test-cli/test_main.py index 0df9bd4..63d8dad 100644 --- a/test-cli/test_main.py +++ b/test-cli/test_main.py @@ -92,6 +92,7 @@ def create_testsuite(): paramlist["testid"] = testid paramlist["boarduuid"] = globalVar.g_uuid paramlist["testidctl"] = globalVar.testid_ctl + paramlist["xml"] = xmlObj # add test to TestSuite add_test_task(suite, testdefname, paramlist) @@ -232,7 +233,6 @@ if __name__ == "__main__": # Clear the shell screen clear() test_abspath = os.path.dirname(os.path.abspath(__file__)) - print(test_abspath) # create logger loggerObj = ISEE_Logger(logging.INFO) -- cgit v1.1