/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/ |
H A D | cvechecker.py | 25 isfile = os.path.isfile(manifest_link) 26 self.assertEqual(True, isfile, 'Failed to create cve data file : %s' % manifest_link)
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | isoimage-isohybrid.py | 178 if os.path.isfile("%s/init" % rootfs_dir): 183 elif os.path.isfile("%s/sbin/init" % rootfs_dir): 271 if os.path.isfile(part.source_file): 284 if not os.path.isfile(initrd): 286 if not os.path.isfile(initrd): 293 if os.path.isfile("%s/initrd.cpio.gz" % cr_workdir): 332 if not os.path.isfile(grub_target): 339 if not os.path.isfile(os.path.join(target_dir, "boot.cfg")): 350 if os.path.isfile("%s/efi.img" % img_iso_dir):
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 74 …self.assertTrue(os.path.isfile(os.path.join(filesdir, expectedfile)), 'Expected file %s to be copi… 365 self.assertTrue(os.path.isfile(recipefile)) 384 …self.assertTrue(os.path.isfile(recipefile), 'recipetool did not create recipe file; output:\n%s' %… 405 if len(dirlist) < 1 or not os.path.isfile(os.path.join(temprecipe, dirlist[0])): 423 self.assertTrue(os.path.isfile(recipefile)) 443 self.assertTrue(os.path.isfile(recipefile)) 444 self.assertTrue(os.path.isfile(shrinkwrap)) 470 …self.assertTrue(os.path.isfile(recipefile), msg="recipe %s not created for command %s, output %s" … 488 self.assertTrue(os.path.isfile(recipefile)) 506 self.assertTrue(os.path.isfile(recipefile)) [all …]
|
H A D | manifest.py | 30 if not os.path.isfile(manifest_entry): 94 if not os.path.isfile(mpath[k]): 140 if not os.path.isfile(mpath): raise IOError
|
H A D | runtime_test.py | 92 self.assertEqual(os.path.isfile(tarball_path), True, msg) 320 self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs")), 404 self.assertTrue(os.path.isfile(os.path.join(hosttestdir, "rootfs-before-failure")), 406 self.assertFalse(os.path.isfile(os.path.join(hosttestdir, "rootfs-after-failure")),
|
H A D | bbtests.py | 169 …self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz')), msg = "File rename fai… 170 …self.assertTrue(os.path.isfile(os.path.join(dl_dir, 'test-aspell.tar.gz.done')), "File rename fail… 243 … self.assertFalse(os.path.isfile(filename), msg="License file %s exists and shouldn't" % filename) 245 self.assertTrue(os.path.isfile(filename), msg="License file %s doesn't exist" % filename)
|
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/ |
H A D | systemd_boot.py | 37 found = os.path.isfile(systemdbootfile) 59 if os.path.isfile(imagebootfile): 67 found = os.path.isfile(imagebootfile)
|
/openbmc/linux/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 38 return os.path.isfile(kmemleak) 59 assert os.path.isfile(folder + "guid") == True 60 assert os.path.isfile(folder + "provision_akc") == True 61 assert os.path.isfile(folder + "provision_cap") == True 62 assert os.path.isfile(folder + "state_certificate") == True 63 assert os.path.isfile(folder + "registers") == True
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 194 if not os.path.isfile(pel_txt_file_path): 207 if not os.path.isfile(pel_stop_file_path) and os.path.isfile(
|
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/ |
H A D | report.py | 20 if not os.path.isfile(commits_fp): 24 if not os.path.isfile(reviews_fp):
|
/openbmc/openbmc-test-automation/bin/ |
H A D | prop_call.py | 112 if not os.path.isfile(prop_file_path): 114 if os.path.isfile(alt_prop_file_path):
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | dbus-unit-test.py | 30 if os.path.isfile(dbus_pid): 77 if os.path.isfile(dbus_pid):
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | linux-kernel-base.bbclass | 12 if not os.path.isfile(fn): 15 if not os.path.isfile(fn):
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 139 if not (os.path.isfile(template_path)): 148 if not (os.path.isfile(error_yaml)): 239 if not os.path.isfile(i_elog_meta_yaml):
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 34 if not os.path.isfile(uboot_bin_filename): 38 if not os.path.isfile(uboot_elf_filename):
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 33 if not os.path.isfile(uboot_bin_filename): 37 if not os.path.isfile(uboot_elf_filename):
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | runbuilds.py | 224 if os.path.isfile(bitbake_lock): 227 if os.path.isfile(bitbake_sock): 229 if os.path.isfile(test_file):
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | bbvars.py | 85 if os.path.isfile(a): 91 if os.path.isfile(a):
|
/openbmc/openbmc-test-automation/lib/ |
H A D | valid.tcl | 248 if { ![file isfile $var_value] } { 373 if { [file isfile [set $pw_file_path_var_name]] } {
|
/openbmc/linux/tools/testing/kunit/qemu_configs/ |
H A D | riscv.py | 9 if not os.path.isfile(OPENSBI_PATH):
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 70 if os.path.isfile(module_path) and os.path.isfile(json_file):
|
/openbmc/u-boot/tools/patman/ |
H A D | checkpatch.py | 25 if os.path.isfile(fname): 32 if os.path.isfile(fname):
|
H A D | get_maintainer.py | 21 if os.path.isfile(fname):
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-diff | 39 if os.path.isfile(path): 42 if os.path.isfile(os.path.join(path, 'build_stats')): 57 if os.path.isfile(subpath):
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | load_config.py | 24 if os.path.isfile(config_file):
|