Searched refs:test_id (Results 1 – 2 of 2) sorted by relevance
101 local test_id="${1:?}"103 if run_qemu "$test_id"; then111 local test_id="${1:?}"138 "$testcase" "$test_id" || ec=$?
2876 local test_id="${1:?}"2880 if run_qemu "$test_id"; then2888 if run_nspawn "${initdir:?}" "$test_id"; then2896 …if NSPAWN_ARGUMENTS="-U --private-network ${NSPAWN_ARGUMENTS:-}" run_nspawn "$dir" "$test_id"; then