Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 2 of 2) sorted by relevance

/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh101 local test_id="${1:?}"
103 if run_qemu "$test_id"; then
111 local test_id="${1:?}"
138 "$testcase" "$test_id" || ec=$?
/systemd-251/test/
Dtest-functions2876 local test_id="${1:?}"
2880 if run_qemu "$test_id"; then
2888 if run_nspawn "${initdir:?}" "$test_id"; then
2896 …if NSPAWN_ARGUMENTS="-U --private-network ${NSPAWN_ARGUMENTS:-}" run_nspawn "$dir" "$test_id"; then