summaryrefslogtreecommitdiff
path: root/test-cli/test_main.py
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-06-25 14:42:42 +0200
committerHector Fernandez <hector@iatec.biz>2020-06-25 14:42:42 +0200
commit9ac8a326412b04e4873b883c2f2a056ca0b22480 (patch)
tree2fe1e5fd870df9147c8eacb19980148d752be268 /test-cli/test_main.py
parentdb3b1e45c47a1ef23c1ad67114a09cbec0976681 (diff)
downloadboard-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.py2
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)