| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bblogging.py | 17 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 25 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 33 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True) 42 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True) 52 ignore_status = True) 61 ignore_status = True) 70 ignore_status = True) 80 ignore_status = True) 89 result = bitbake("logging-test -c pythontest_exit -f", ignore_status = True) 96 result = bitbake("logging-test -c pythontest_exit -f", ignore_status = True) [all …]
|
| H A D | overlayfs.py | 43 res = bitbake('core-image-minimal', ignore_status=True) 64 res = bitbake('core-image-minimal', ignore_status=True) 102 res = bitbake('core-image-minimal', ignore_status=True) 125 res = bitbake('core-image-minimal', ignore_status=True) 294 res = bitbake('core-image-minimal', ignore_status=True) 299 res = bitbake('core-image-minimal', ignore_status=True) 304 res = bitbake('core-image-minimal', ignore_status=True) 329 res = bitbake('core-image-minimal', ignore_status=True)
|
| H A D | bbtests.py | 57 result = bitbake('-b asdf', ignore_status=True) 61 result = bitbake('asdf', ignore_status=True) 65 result = bitbake('-b asdf', ignore_status=True) 75 result = bitbake('man-db -c patch', ignore_status=True) 149 result = bitbake('-c fetch man-db', ignore_status=True) 165 result = bitbake('-f -c fetch aspell', ignore_status=True) 220 result = runCmd('bitbake -c unpack -k man-db xcursor-transparent-theme', ignore_status=True) 228 result = bitbake('selftest-ed', ignore_status=True) 310 result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False) 323 result = bitbake('{} -c patch'.format(test_recipe), ignore_status=False) [all …]
|
| H A D | incompatible_lic.py | 12 result = bitbake('%s --dry-run' % (pn), ignore_status=True) 64 result = bitbake('%s --dry-run' % (pn), ignore_status=True) 106 result = bitbake('core-image-minimal', ignore_status=True) 114 result = bitbake('core-image-minimal', ignore_status=True)
|
| H A D | runcmd.py | 38 result = runCmd("false", ignore_status=True) 43 result = runCmd("false; true", ignore_status=True) 80 result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, sync=False) 90 …result = runCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE,… 106 …result = runCmd(['sleep', '60'], data=b"hello world", timeout=self.TIMEOUT, ignore_status=True, sy…
|
| H A D | fitimage.py | 228 …result = runCmd('grep "a smart comment" %s/run.do_assemble_fitimage' % tempdir, ignore_status=True) 232 …rep "### uboot-mkimage wrapper message" %s/log.do_assemble_fitimage' % tempdir, ignore_status=True) 234 … uboot-mkimage signing wrapper message" %s/log.do_assemble_fitimage' % tempdir, ignore_status=True) 543 …md('grep "a smart U-Boot comment" %s/run.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 547 …## uboot-mkimage wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 549 …-mkimage signing wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 697 …"a smart cascaded U-Boot comment" %s/run.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 701 …## uboot-mkimage wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True) 703 …-mkimage signing wrapper message" %s/log.do_uboot_assemble_fitimage' % tempdir, ignore_status=True)
|
| H A D | buildoptions.py | 62 res = bitbake("delay -c delay", ignore_status = True) 66 res = bitbake("delay -c delay", ignore_status = True) 87 res = bitbake("xcursor-transparent-theme -f -c package", ignore_status=True) 186 res = bitbake("xcursor-transparent-theme", ignore_status=True) 232 res = bitbake("poison", ignore_status=True)
|
| H A D | wic.py | 161 self.assertNotEqual(0, runCmd('wic unsupported', ignore_status=True).status) 165 self.assertEqual(1, runCmd('wic', ignore_status=True).status) 307 ignore_status=True).status) 551 % (wks_file, self.resultdir), ignore_status=True).status) 558 % (wks_file, self.resultdir), ignore_status=True).status) 565 % (wks_file, self.resultdir), ignore_status=True).status) 576 % (wks_file, self.resultdir), ignore_status=True).status) 583 % (wks_file, self.resultdir), ignore_status=True).status) 675 % (wks_file, self.resultdir), ignore_status=True).status) 682 % (wks_file, self.resultdir), ignore_status=True).status) [all …]
|
| H A D | prservice.py | 45 res = bitbake(package_name, ignore_status=True) 76 … export_result = runCmd("bitbake-prserv-tool export %s" % exported_db_path, ignore_status=True) 85 … import_result = runCmd("bitbake-prserv-tool import %s" % exported_db_path, ignore_status=True)
|
| H A D | pkgdata.py | 28 result = runCmd('oe-pkgdata-util lookup-pkg nonexistentpkg', ignore_status=True) 36 result = runCmd('oe-pkgdata-util lookup-pkg -r nonexistentpkg', ignore_status=True) 54 result = runCmd('oe-pkgdata-util find-path /not/exist', ignore_status=True) 63 result = runCmd('oe-pkgdata-util lookup-recipe nonexistentpkg', ignore_status=True) 223 result = runCmd('oe-pkgdata-util', ignore_status=True)
|
| H A D | _sstatetests_noauto.py | 77 …get_bb_var('COREBASE'), buildB)) + 'bitbake -ccleansstate ' + target, ignore_status=True, shell=Tr… 83 …nv %s && " % (get_bb_var('COREBASE'), buildB)) + 'bitbake ' + target, ignore_status=True, shell=Tr…
|
| H A D | reproducible.py | 90 …r = runCmd(['cmp', '--quiet', reference, test], native_sysroot=diffutils_sysroot, ignore_status=Tr… 121 … native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=self.diffoscope_test_files) 310 native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=package_dir)
|
| H A D | lic_checksum.py | 54 result = bitbake(bitbake_cmd, ignore_status=True)
|
| H A D | buildhistory.py | 38 result = bitbake(target, ignore_status=True)
|
| H A D | kerneldevelopment.py | 22 runCmd('bitbake-layers remove-layer %s' % cls.layername, ignore_status=True)
|
| H A D | recipetool.py | 24 runCmd('bitbake-layers remove-layer %s' % templayerdir, ignore_status=True) 88 result = runCmd(cmd, ignore_status=True) 127 result = runCmd('diff -q %s %s' % (testfile2, copiedfile), ignore_status=True) 720 result = runCmd(cmd, ignore_status=True)
|
| /OK3568_Linux_fs/yocto/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 | 170 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument 199 if result.status and not ignore_status: 214 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument 229 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)
|
| H A D | dump.py | 90 result = runCmd(cmd, ignore_status=True, env=env)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 66 def _run(self, command, timeout=None, ignore_status=True): argument 77 if status and not ignore_status: 129 return self._run(scpCmd, ignore_status=False) 137 (status, output) = self._run(scpCmd, ignore_status=warn_on_failure)
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
| H A D | grubtarget.py | 44 self.controller.ignore_status = False
|
| H A D | edgeroutertarget.py | 61 self.controller.ignore_status = False
|
| H A D | beaglebonetarget.py | 60 self.controller.ignore_status = False
|