diff --git a/script/local.py b/script/local.py index e086d08..74f1162 100644 --- a/script/local.py +++ b/script/local.py @@ -92,7 +92,7 @@ class TestingTool: Print/log the pshell parameters params = the JSON object with the parameters passed by pshell """ - columnsFormat = '{0:10} {1:>10} {2}' + columnsFormat = '{0:10} {1:>7} {2}' self.log(columnsFormat.format("Parameter", "Value", "Description")) for key in self.testParams.keys(): self.log(columnsFormat.format(key, diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 3329cd7..521057a 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Aug 29 11:38:19 CEST 2017 +#Tue Aug 29 11:38:32 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=test-bx84 diff --git a/script/tests/tests/sad/rightleft/rightleft.py b/script/tests/tests/sad/rightleft/rightleft.py index 303ed06..e7cff7c 100644 --- a/script/tests/tests/sad/rightleft/rightleft.py +++ b/script/tests/tests/sad/rightleft/rightleft.py @@ -69,7 +69,6 @@ def startTest(testName, DEVICE, params): # test.log("Example - Device name: " + test.getDeviceName() ) try: test.log("Running test with the following parameters:") - test.log(params) test.printParams() # If present, use the parameters here below for your test script. # These parameters were automatically generated: you might need to change the casting.