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) 1304 self.assertNotExists(patchfile, 'Patch file not deleted') 1370 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1388 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1403 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created') 1648 …self.assertNotExists(os.path.join(tempdir, subdir, '.git'), 'Subdirectory has been initialised as … 1730 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … 1802 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', testrecipe), 'Recipe directory sho… 1960 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should … 1996 …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
|