From 65fc84c375e41ff2dfc19560cda468e36ab6f902 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-B/power-supply-B.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py b/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py index 5752d63..4ace33a 100644 --- a/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py +++ b/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py @@ -4,6 +4,8 @@ #by default, failed ret = 'Test failed' status = False +DEVICE = device +params = parameters scan = ManualScan(['time'], ['SetVB', 'ActualVB', 'ActualIB'] , [0.0], [30.0], [20]) scan.start()