Home
last modified time | relevance | path

Searched refs:WicTestCase (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py70 class WicTestCase(OESelftestTestCase): class
79 super(WicTestCase, self).setUpLocal()
84 if not WicTestCase.image_is_ready:
89 WicTestCase.image_is_ready = True
95 super(WicTestCase, self).tearDownLocal()
99 if image not in WicTestCase.wicenv_cache:
103 WicTestCase.wicenv_cache[image] = os.path.join(stdir, machine, 'imgdata')
104 return WicTestCase.wicenv_cache[image]
167 class Wic(WicTestCase):
753 class Wic2(WicTestCase):
[all …]