diff options
author | Hector Fernandez <hector@iatec.biz> | 2020-06-25 14:42:42 +0200 |
---|---|---|
committer | Hector Fernandez <hector@iatec.biz> | 2020-06-25 14:42:42 +0200 |
commit | 9ac8a326412b04e4873b883c2f2a056ca0b22480 (patch) | |
tree | 2fe1e5fd870df9147c8eacb19980148d752be268 /test-cli/test_main.py | |
parent | db3b1e45c47a1ef23c1ad67114a09cbec0976681 (diff) | |
download | board-9ac8a326412b04e4873b883c2f2a056ca0b22480.zip board-9ac8a326412b04e4873b883c2f2a056ca0b22480.tar.gz board-9ac8a326412b04e4873b883c2f2a056ca0b22480.tar.bz2 |
Modified USB test and the way it finds USB memory storages.
Diffstat (limited to 'test-cli/test_main.py')
-rw-r--r-- | test-cli/test_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |