summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qscreen.py')
-rw-r--r--test-cli/test/tests/qscreen.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-cli/test/tests/qscreen.py b/test-cli/test/tests/qscreen.py
index 87e53b2..aaee628 100644
--- a/test-cli/test/tests/qscreen.py
+++ b/test-cli/test/tests/qscreen.py
@@ -1,12 +1,14 @@
from test.helpers.syscmd import SysCommand
import unittest
-import time
from test.helpers.cv_display_test import pattern_detect
+
class Qscreen(unittest.TestCase):
+ params = None
#varlist: display
def __init__(self, testname, testfunc, varlist):
+ self.params = varlist
super(Qscreen, self).__init__(testfunc)
if "display" in varlist:
self.__display = varlist["display"]