Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/
H A Dcvechecker.py25 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 Disoimage-isohybrid.py178 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 Drecipetool.py74 …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 Dmanifest.py30 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 Druntime_test.py92 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 Dbbtests.py169 …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 Dsystemd_boot.py37 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 Dsdsi_test.py38 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 Dcp_stop_check194 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 Dreport.py20 if not os.path.isfile(commits_fp):
24 if not os.path.isfile(reviews_fp):
/openbmc/openbmc-test-automation/bin/
H A Dprop_call.py112 if not os.path.isfile(prop_file_path):
114 if os.path.isfile(alt_prop_file_path):
/openbmc/openbmc-build-scripts/scripts/
H A Ddbus-unit-test.py30 if os.path.isfile(dbus_pid):
77 if os.path.isfile(dbus_pid):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinux-kernel-base.bbclass12 if not os.path.isfile(fn):
15 if not os.path.isfile(fn):
/openbmc/phosphor-logging/tools/
H A Delog-gen.py139 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 Dheaderize-hsdk.py34 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 Dheaderize-axs.py33 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 Drunbuilds.py224 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 Dbbvars.py85 if os.path.isfile(a):
91 if os.path.isfile(a):
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl248 if { ![file isfile $var_value] } {
373 if { [file isfile [set $pw_file_path_var_name]] } {
/openbmc/linux/tools/testing/kunit/qemu_configs/
H A Driscv.py9 if not os.path.isfile(OPENSBI_PATH):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py70 if os.path.isfile(module_path) and os.path.isfile(json_file):
/openbmc/u-boot/tools/patman/
H A Dcheckpatch.py25 if os.path.isfile(fname):
32 if os.path.isfile(fname):
H A Dget_maintainer.py21 if os.path.isfile(fname):
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff39 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 Dload_config.py24 if os.path.isfile(config_file):

1234567