Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-cargo.bbclass110 for test_path in test_paths:
112 if ! {test_path} {rust_test_args}
115 echo "FAIL: {test_path}"
117 echo "PASS: {test_path}"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py47 test_path = os.path.join(testexport_dir, "oe-test")
52 % (test_path, data_file, manifest, qemu.ip, qemu.server_ip))
H A Dreproducible.py207 test_path = os.path.join(test_dir, root, f)
208 … async_result.append(p.apply_async(compare_file, (reference_path, test_path, diffutils_sysroot)))
/openbmc/qemu/tests/qtest/migration/
H A Dprecopy-tests.c791 const char *test_path = opaque; in test_cancel_src_after_status() local
792 g_autofree char *phase = g_path_get_basename(test_path); in test_cancel_src_after_status()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch22949 + test_path = os.path.join(root, name)
22950 + if S_ISDIR(os.stat(test_path).st_mode):
22951 + files = os.listdir(test_path)