/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblogging.py | 19 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 27 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 35 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True) 54 ignore_status = True) 63 ignore_status = True) 72 ignore_status = True) 82 ignore_status = True) 121 ignore_status = True) 129 ignore_status = True) 138 ignore_status = True) [all …]
|
H A D | sysroot.py | 48 res = bitbake("sysroot-shebang-test-native -c populate_sysroot", ignore_status=True) 60 res = bitbake("sysroot-la-test -c populate_sysroot", ignore_status=True) 65 res = bitbake("sysroot-la-test-native -c populate_sysroot", ignore_status=True) 78 res = bitbake("sysroot-pc-test -c populate_sysroot", ignore_status=True) 83 res = bitbake("sysroot-pc-test-native -c populate_sysroot", ignore_status=True)
|
H A D | bbtests.py | 59 result = bitbake('-b asdf', ignore_status=True) 63 result = bitbake('asdf', ignore_status=True) 67 result = bitbake('-b asdf', ignore_status=True) 77 result = bitbake('man-db -c patch', ignore_status=True) 150 result = bitbake('-c fetch man-db', ignore_status=True) 165 result = bitbake('-f -c fetch aspell', ignore_status=True) 192 result = runCmd('bitbake -r conf/prefile.conf', ignore_status=True) 206 result = runCmd('bitbake -R conf/postfile.conf', ignore_status=True) 238 result = bitbake('selftest-ed', ignore_status=True) 365 result = bitbake('gitunpackoffline-fail -c fetch', ignore_status=True) [all …]
|
H A D | incompatible_lic.py | 17 result = bitbake('%s --dry-run' % (pn), ignore_status=True) 69 result = bitbake('%s --dry-run' % (pn), ignore_status=True) 111 result = bitbake('core-image-minimal', ignore_status=True) 120 result = bitbake('core-image-minimal', ignore_status=True)
|
H A D | overlayfs.py | 46 res = bitbake('core-image-minimal', ignore_status=True) 67 res = bitbake('core-image-minimal', ignore_status=True) 105 res = bitbake('core-image-minimal', ignore_status=True) 128 res = bitbake('core-image-minimal', ignore_status=True) 295 res = bitbake('core-image-minimal', ignore_status=True) 300 res = bitbake('core-image-minimal', ignore_status=True) 305 res = bitbake('core-image-minimal', ignore_status=True) 328 res = bitbake('core-image-minimal', ignore_status=True)
|
H A D | runcmd.py | 40 result = runCmd("false", ignore_status=True) 45 result = runCmd("false; true", ignore_status=True) 82 result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, sync=False) 92 …result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE,… 108 …result = runCmd(['sleep', '60'], data=b"hello world", timeout=self.TIMEOUT, ignore_status=True, sy…
|
H A D | buildoptions.py | 66 res = bitbake("delay -c delay", ignore_status = True) 70 res = bitbake("delay -c delay", ignore_status = True) 91 res = bitbake("xcursor-transparent-theme -f -c package", ignore_status=True) 190 res = bitbake("xcursor-transparent-theme", ignore_status=True) 237 res = bitbake("poison", ignore_status=True)
|
H A D | fitimage.py | 230 …result = runCmd('grep "a smart comment" %s/run.do_assemble_fitimage' % tempdir, ignore_status=True) 234 …rep "### uboot-mkimage wrapper message" %s/log.do_assemble_fitimage' % tempdir, ignore_status=True) 236 … uboot-mkimage signing wrapper message" %s/log.do_assemble_fitimage' % tempdir, ignore_status=True) 547 …md('grep "a smart U-Boot comment" %s/run.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 551 …## uboot-mkimage wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 553 …-mkimage signing wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 702 …"a smart cascaded U-Boot comment" %s/run.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 706 …## uboot-mkimage wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 708 …-mkimage signing wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True)
|
H A D | prservice.py | 59 res = bitbake(package_name, ignore_status=True) 92 …export_result = runCmd("bitbake-prserv-tool export %s" % self.exported_db_path, ignore_status=True) 100 …import_result = runCmd("bitbake-prserv-tool import %s" % self.exported_db_path, ignore_status=True)
|
H A D | pkgdata.py | 30 result = runCmd('oe-pkgdata-util lookup-pkg nonexistentpkg', ignore_status=True) 38 result = runCmd('oe-pkgdata-util lookup-pkg -r nonexistentpkg', ignore_status=True) 56 result = runCmd('oe-pkgdata-util find-path /not/exist', ignore_status=True) 65 result = runCmd('oe-pkgdata-util lookup-recipe nonexistentpkg', ignore_status=True) 224 result = runCmd('oe-pkgdata-util', ignore_status=True)
|
H A D | wic.py | 143 self.assertNotEqual(0, runCmd('wic unsupported', ignore_status=True).status) 147 self.assertEqual(1, runCmd('wic', ignore_status=True).status) 356 ignore_status=True).status) 600 % (wks_file, self.resultdir), ignore_status=True).status) 607 % (wks_file, self.resultdir), ignore_status=True).status) 983 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument 985 ignore_status=ignore_status) 1032 p, _ = self._get_wic_partitions(wkspath, ignore_status=True) 1110 p, _ = self._get_wic_partitions(tempf.name, ignore_status=True) 1119 p, _ = self._get_wic_partitions(tempf.name, ignore_status=True) [all …]
|
H A D | wrapper.py | 16 res = bitbake("cmdline-shebang-wrapper-test -c install", ignore_status=False)
|
H A D | _sstatetests_noauto.py | 79 …get_bb_var('COREBASE'), buildB)) + 'bitbake -ccleansstate ' + target, ignore_status=True, shell=Tr… 85 …nv %s && " % (get_bb_var('COREBASE'), buildB)) + 'bitbake ' + target, ignore_status=True, shell=Tr…
|
H A D | c_cpp.py | 24 result = bitbake("%s -c run_tests" % recipe_name, ignore_status=True)
|
H A D | lic_checksum.py | 56 result = bitbake(bitbake_cmd, ignore_status=True)
|
H A D | buildhistory.py | 40 result = bitbake(target, ignore_status=True)
|
H A D | reproducible.py | 91 …r = runCmd(['cmp', '--quiet', reference, test], native_sysroot=diffutils_sysroot, ignore_status=Tr… 122 … native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=self.diffoscope_test_files) 334 native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=package_dir)
|
H A D | kerneldevelopment.py | 28 runCmd('bitbake-layers remove-layer %s' % cls.layername, ignore_status=True)
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 104 self.ignore_status = True 123 def _internal_run(self, command, timeout=None, ignore_status = True): argument 131 if status and not ignore_status: 147 return self._internal_run(command, self.defaulttimeout, self.ignore_status) 149 return self._internal_run(command, None, self.ignore_status) 150 return self._internal_run(command, timeout, self.ignore_status) 156 return self._internal_run(command, ignore_status=False) 160 return self._internal_run(command, ignore_status=False)
|
H A D | commands.py | 168 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument 204 if result.status and not ignore_status: 219 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument 234 return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
|
H A D | git.py | 39 ret = runCmd(git_cmd, ignore_status=True, cwd=cwd, **kwargs)
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | ssh.py | 58 def _run(self, command, timeout=None, ignore_status=True): argument 69 if status and not ignore_status: 75 def run(self, command, timeout=None, ignore_status=True): argument 94 status, output = self._run(sshCmd, processTimeout, ignore_status) 114 return self._run(scpCmd, ignore_status=False) 122 (status, output) = self._run(scpCmd, ignore_status=warn_on_failure)
|
/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/ |
H A D | cvechecker.py | 21 result = bitbake("-k -c cve_check %s" % image, ignore_status=True)
|
/openbmc/openbmc/poky/scripts/ |
H A D | test-remote-image | 275 result = bitbake("%s -c testimage" % image_type, ignore_status=True, postconfig=postconfig) 286 result = bitbake(self.required_packages, ignore_status=True) 293 result = bitbake("package-index", ignore_status=True)
|
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
H A D | grubtarget.py | 44 self.controller.ignore_status = False
|