From 55b8cdc567a5d9575066b9629c4a92e777c6a658 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 25 Jun 2015 11:10:48 +0200 Subject: [PATCH] Script execution --- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py index 8001828..da384c0 100644 --- a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py +++ b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py @@ -4,6 +4,8 @@ #by default, failed ret = 'Test failed' status = False +DEVICE = device +params = parameters scan = ManualScan(['time'], ['SetVA', 'ActualVA', 'ActualIA'] , [0.0], [30.0], [20]) scan.start()