Searched refs:test_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | ipip-conntrack-mtu.sh | 60 test_path() { function 194 test_path "without" 207 test_path "with"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-cargo.bbclass | 104 for test_path in test_paths: 105 f.write(f"{test_path} {rust_test_args}\n") 109 for test_path in test_paths: 110 f.write(f"{test_path} {rust_test_args}\n")
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runtime_test.py | 47 test_path = os.path.join(testexport_dir, "oe-test") 52 % (test_path, data_file, manifest, qemu.ip, qemu.server_ip))
|
H A D | reproducible.py | 194 test_path = os.path.join(test_dir, root, f) 195 … async_result.append(p.apply_async(compare_file, (reference_path, test_path, diffutils_sysroot)))
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 22949 + test_path = os.path.join(root, name) 22950 + if S_ISDIR(os.stat(test_path).st_mode): 22951 + files = os.listdir(test_path)
|