Searched refs:assertExists (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | cve_check.py | 100 self.assertExists(summary_json) 102 self.assertExists(recipe_json) 122 self.assertExists(report_json) 133 self.assertExists(recipe_report) 171 self.assertExists(summary_json) 173 self.assertExists(recipe_json) 217 self.assertExists(summary_json) 219 self.assertExists(recipe_json)
|
| H A D | devtool.py | 318 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 364 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 398 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 445 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 490 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 537 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 565 …self.assertExists(os.path.join(self.workspacedir, 'conf', 'layer.conf'), 'Workspace directory not … 566 …self.assertExists(os.path.join(self.workspacedir, 'recipes', pn, '%s_%s.bb' % (pn, pv)), 'Recipe n… 567 …self.assertExists(os.path.join(self.workspacedir, 'recipes', pn, pn, 'npm-shrinkwrap.json'), 'Shri… 600 self.assertExists(os.path.join(tempdir, 'Makefile'), 'Extracted source could not be found') [all …]
|
| H A D | meta_ide.py | 32 self.assertExists(self.environment_script_path) 38 self.assertExists(compiled_file)
|
| H A D | runqemu.py | 187 self.assertExists(self.qemuboot_conf) 197 self.assertExists(self.qemuboot_conf) 201 self.assertExists(rootfs_tar)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 253 def assertExists(self, expr, msg=None): member in OESelftestTestCase
|