diff --git a/script/tests/tests/Office Linear Slide Tests/power-supply/power-supply.py b/script/tests/tests/Office Linear Slide Tests/power-supply/power-supply.py index 037851e..04e1598 100644 --- a/script/tests/tests/Office Linear Slide Tests/power-supply/power-supply.py +++ b/script/tests/tests/Office Linear Slide Tests/power-supply/power-supply.py @@ -4,6 +4,7 @@ #by default, failed ret = 'Test failed' status = False +DEVICE = 'PO2DV-NCS-VHQ1' scan = ManualScan(['time'], ['SetVA', 'ActualVA', 'ActualIA'] , [0.0], [20.0], [10]) scan.start()