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.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test-cli/test/tests/qflash.py b/test-cli/test/tests/qflash.py
index cdc4109..0c3fcb5 100644
--- a/test-cli/test/tests/qflash.py
+++ b/test-cli/test/tests/qflash.py
@@ -4,16 +4,13 @@ from test.helpers.globalVariables import globalVar
class Qflasher(unittest.TestCase):
- def __init__(self, testname, testfunc):
+ def __init__(self, testname, testfunc, varlist):
super(Qflasher, self).__init__(testfunc)
self._testMethodDoc = testname
model=globalVar.g_mid
if model.find("IGEP0046") == 0:
self._flash_method = "mx6"
self._binlocation="/boot/"
- elif model.find("IGEP0000") == 0:
- self._flash_method = "mx6"
- self._binlocation="/boot/"
elif model.find("IGEP0034") == 0:
self._flash_method = "nandti"
self._binlocation = "/boot/"