Closedown
This commit is contained in:
@@ -93,7 +93,7 @@ class TestingTool:
|
||||
Print/log the pshell parameters
|
||||
params = the JSON object with the parameters passed by pshell
|
||||
"""
|
||||
columnsFormat = '{0:17} {1:>15} {2}'
|
||||
columnsFormat = '{0:17} {1:>20} {2}'
|
||||
self.log(columnsFormat.format("Parameter", "Value", "Description"))
|
||||
for key in self.testParams.keys():
|
||||
self.log(columnsFormat.format(key,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Fri Oct 13 13:40:09 CEST 2017
|
||||
#Fri Oct 13 13:40:27 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=
|
||||
listFilter=rps-try
|
||||
|
||||
Reference in New Issue
Block a user