Lines Matching refs:init_ns
254 if [[ "${1}" == init_ns ]]; then
492 if [[ "${ns}" != "init_ns" ]]; then
583 if [[ "${ns}" == "init_ns" ]]; then
675 if [[ "${ns}" != "init_ns" ]]; then
1312 if ! vm_vsock_test "init_ns" "server" 2 "${TEST_GUEST_PORT}"; then
1316 if ! host_vsock_test "init_ns" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}"; then
1324 if ! host_vsock_test "init_ns" "server" "${VSOCK_CID}" "${TEST_HOST_PORT_LISTENER}"; then
1328 if ! vm_vsock_test "init_ns" "10.0.2.2" 2 "${TEST_HOST_PORT_LISTENER}"; then
1338 vm_ssh "init_ns" -- modprobe vsock_loopback &> /dev/null || :
1340 if ! vm_vsock_test "init_ns" "server" 1 "${port}"; then
1345 if ! vm_vsock_test "init_ns" "127.0.0.1" 1 "${port}"; then
1480 vm_oops_cnt_before=$(vm_dmesg_oops_count "init_ns")
1481 vm_warn_cnt_before=$(vm_dmesg_warn_count "init_ns")
1499 vm_oops_cnt_after=$(vm_dmesg_oops_count "init_ns")
1505 vm_warn_cnt_after=$(vm_dmesg_warn_count "init_ns")
1596 vm_start "${pidfile}" "init_ns"
1597 vm_wait_for_ssh "init_ns"