Home
last modified time | relevance | path

Searched refs:assertExists (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py100 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 Ddevtool.py318 …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 Dmeta_ide.py32 self.assertExists(self.environment_script_path)
38 self.assertExists(compiled_file)
H A Drunqemu.py187 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 Dcase.py253 def assertExists(self, expr, msg=None): member in OESelftestTestCase