Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py758 self.assertNotExists(f)
1279 self.assertNotExists(patchfile, 'Patch file not deleted')
1344 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1362 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1376 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1608 …self.assertNotExists(os.path.join(tempdir, subdir, '.git'), 'Subdirectory has been initialised as …
1690 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should …
2107 self.assertNotExists(oldrecipefile, 'Old recipe file should have been deleted but wasn\'t')
2108 …self.assertNotExists(os.path.join(olddir, patchfn), 'Old patch file should have been deleted but w…
2306 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipename), 'Old recipe directory…
[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