summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qflash.py
diff options
context:
space:
mode:
authorManel Caro <mcaro@iseebcn.com>2019-03-09 21:38:10 +0100
committerManel Caro <mcaro@iseebcn.com>2019-03-09 21:38:10 +0100
commitfa1e1822769d735745869ef02671408d006f2b13 (patch)
treeed36d7f424d7535eff2bf5d089847dc1fe3a31be /test-cli/test/tests/qflash.py
parente4366bb1f2dc3a43a1289f6f76967f1005278954 (diff)
downloadboard-fa1e1822769d735745869ef02671408d006f2b13.zip
board-fa1e1822769d735745869ef02671408d006f2b13.tar.gz
board-fa1e1822769d735745869ef02671408d006f2b13.tar.bz2
Change some test
Update some tests
Diffstat (limited to 'test-cli/test/tests/qflash.py')
-rw-r--r--test-cli/test/tests/qflash.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test-cli/test/tests/qflash.py b/test-cli/test/tests/qflash.py
index 660e1c0..cdc4109 100644
--- a/test-cli/test/tests/qflash.py
+++ b/test-cli/test/tests/qflash.py
@@ -11,6 +11,9 @@ class Qflasher(unittest.TestCase):
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/"
@@ -71,4 +74,4 @@ class Qflasher(unittest.TestCase):
self.fail("failed: could not complete nandtest mtd0")
else:
- self.fail("failed: could not find flash method") \ No newline at end of file
+ self.fail("failed: could not find flash method")