Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py654 self.assertNotExists(f)
1027 self.assertNotExists(patchfile, 'Patch file not deleted')
1091 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1109 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1123 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1354 …self.assertNotExists(os.path.join(tempdir, subdir, '.git'), 'Subdirectory has been initialised as …
1619 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should …
1655 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should …
1764 …self.assertNotExists(os.path.join(self.workspacedir, 'recipes', recipe), 'Recipe directory should …
1765 self.assertNotExists(oldrecipefile, 'Old recipe file should have been deleted but wasn\'t')
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py259 def assertNotExists(self, expr, msg=None): member in OESelftestTestCase