Searched refs:WicTestCase (Results 1 – 1 of 1) sorted by relevance
53 class WicTestCase(OESelftestTestCase): class62 super(WicTestCase, self).setUpLocal()67 if not WicTestCase.image_is_ready:72 WicTestCase.image_is_ready = True78 super(WicTestCase, self).tearDownLocal()82 if image not in WicTestCase.wicenv_cache:86 WicTestCase.wicenv_cache[image] = os.path.join(stdir, machine, 'imgdata')87 return WicTestCase.wicenv_cache[image]150 class Wic(WicTestCase):899 class Wic2(WicTestCase):[all …]