From f5e5157925da4a0e9498516b191c4cd5e5e8fb29 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 15 Jan 2016 10:13:43 +0100 Subject: [PATCH] Closedown --- script/tests/tests.properties | 4 ++-- .../tests/tests/PS Tests/test without ioc/test without ioc.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 252346d..9b6075e 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Wed Jan 13 14:55:50 CET 2016 +#Wed Jan 13 15:10:45 CET 2016 customPanel= -showEnabledTestsOnly=true +showEnabledTestsOnly= listFilter=LabTests2 diff --git a/script/tests/tests/PS Tests/test without ioc/test without ioc.py b/script/tests/tests/PS Tests/test without ioc/test without ioc.py index c9ebf4d..34517c5 100644 --- a/script/tests/tests/PS Tests/test without ioc/test without ioc.py +++ b/script/tests/tests/PS Tests/test without ioc/test without ioc.py @@ -9,14 +9,14 @@ def startTest(testName, DEVICE, params): #by default, assume the test failed ret = 'Test failed' success = False - #plot name to be given to the scan. Use: scan.setPlotName(plotName) - plotName = DEVICE + ' - ' + testName #put the whole custom code under try/catch try: #get the path of this script testPath = inspect.getfile(inspect.currentframe()) #init the testing tool class. It can be sued in the following ways: test = TestingTool(testName, testPath, DEVICE, params) + #plot name to be given to the scan. Use: scan.setPlotName(plotName) + plotName = test.getPlotName() ######### WRITE YOUR CODE HERE BELOW #############