Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbclasses.py32 self.assertNotExists(filename.format(**self.bb_vars))
H A Ddevtool.py785 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 Dbblock.py48 self.assertNotExists(self.lockfile)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py254 def assertNotExists(self, expr, msg=None): member in OESelftestTestCase