summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qflash.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qflash.py')
-rw-r--r--test-cli/test/tests/qflash.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-cli/test/tests/qflash.py b/test-cli/test/tests/qflash.py
index 0c3fcb5..59ed13d 100644
--- a/test-cli/test/tests/qflash.py
+++ b/test-cli/test/tests/qflash.py
@@ -2,9 +2,12 @@ from test.helpers.syscmd import SysCommand
import unittest
from test.helpers.globalVariables import globalVar
+
class Qflasher(unittest.TestCase):
+ params = None
def __init__(self, testname, testfunc, varlist):
+ self.params = varlist
super(Qflasher, self).__init__(testfunc)
self._testMethodDoc = testname
model=globalVar.g_mid