From 92643404f7f3b3c89b66b8f9b5b823db64f3e2e6 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 May 2017 18:20:27 +0200 Subject: [PATCH] Script execution --- .../tests/tests/PS Tests/test without ioc/test without ioc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5dd79ca..dc2bd8b 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 @@ -6,7 +6,7 @@ is_panel = get_exec_pars().source != CommandSource.ui if not is_panel: # set up params for testing - testName = "dry test" + testName = "test without ioc" DEVICE = "no-device" params = "{'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'}}" pass