summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qmmcflash.py
blob: f10757e8340f68aef4891f6b866317cc9ca2a47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import unittest
import sh

class Qmmcflash(unittest.TestCase):
    params = None

    def __init__(self, testname, testfunc, varlist):
        self.params = varlist
        super(Qmmcflash, self).__init__(testfunc)
        self._testMethodDoc = testname
        # TODO


    def execute(self):
		# TODO