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)
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 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