diff --git a/script/testcommons.py b/script/testcommons.py index c7eb006..6dec857 100644 --- a/script/testcommons.py +++ b/script/testcommons.py @@ -1,4 +1,4 @@ -global print_log, sendFeedback, sys, inspect, os, traceback +global print_log, sendFeedback, sys, inspect, os, traceback, time import sys, inspect, os, traceback def print_log(testName, DEVICE, text): 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 6cb2bdc..626bb55 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 @@ -1,8 +1,8 @@ ######################################### ###### DO NOT MODIFY THE CODE BELOW ##### ######################################### -global testcommons -import testcommons +global print_log, sendFeedback, sys, inspect, os, traceback, testcommons +import sys, inspect, os, traceback, testcommons def print_log(testName, DEVICE, text): testcommons.print_log(testName, DEVICE, text)