Searched refs:assertNotExists (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bbclasses.py | 32 self.assertNotExists(filename.format(**self.bb_vars))
|
H A D | devtool.py | 785 self.assertNotExists(f) 1301 self.assertNotExists(patchfile, 'Patch file not deleted') 1367 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1385 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1400 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1645 …self.assertNotExists(os.path.join(tempdir, subdir, '.git'), 'Subdirectory has been initialised as … 1727 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … 1938 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … 1974 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … 2068 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … [all …]
|
H A D | bblock.py | 48 self.assertNotExists(self.lockfile)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 254 def assertNotExists(self, expr, msg=None): member in OESelftestTestCase
|