From 9f495aeb563d449a5dbef5c91bcc733ebc59f573 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 May 2017 18:24:38 +0200 Subject: [PATCH] Script execution --- .../tests/tests/PS Tests/test without ioc/test without ioc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 af7f8a8..4bc4f98 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 @@ -10,9 +10,8 @@ parameters = "" if not is_panel: # set up params for testing test = "test without ioc" - DEVICE = "no-device" + device = "no-device" parameters = "{'howManySamples': {'description': 'How many samples are plotted', 'value': '50'}, 'delayBetweenSampleS': {'description': 'delay [s] between two samples', 'value': '0.05'}, 'repeatTimes': {'description': 'how many times the test is repeated', 'value': '3'}}" - startTest(testName, DEVICE, params) pass ###### Init - DO NOT MODIFY THE CODE BELOW ######