Lines Matching full:ping
21 arp_ping eth-arp: Basic arp ping between two NS
23 connect_v4 ip4-xon: Basic ipv4 ping between two NS
312 ovs_sbx "test_dec_ttl" ip netns exec client ping -c 1 -W 2 \
316 ovs_sbx "test_dec_ttl" ip netns exec client ping -c 1 -W 2 \
318 && { info "FAIL: ping should fail with TTL=1 and dec_ttl"
353 ovs_sbx "test_flow_set" ip netns exec client ping -c 1 -W 2 \
361 ovs_sbx "test_flow_set" ip netns exec client ping -c 1 -W 2 \
363 && { info "FAIL: ping should fail after mod-flow to drop"
375 ovs_sbx "test_flow_set" ip netns exec client ping -c 1 -W 2 \
377 && { info "FAIL: ping should still fail after no-actions set"
409 ovs_sbx "test_action_set" ip netns exec client ping -c 1 -W 2 \
425 info "verify ping fails with rewritten dst"
426 ovs_sbx "test_action_set" ip netns exec client ping -c 1 -W 2 \
428 && { info "FAIL: ping should fail with dst rewritten"
442 ovs_sbx "test_action_set" ip netns exec client ping -c 1 -W 2 \
449 # - trunc(14): truncate to ETH_HLEN, strips IP payload, ping fails
480 ping -c 1 -W 2 10.0.0.2 || return 1
509 info "verify ping fails with trunc(14)"
511 ping -c 1 -W 2 10.0.0.2 >/dev/null 2>&1 \
512 && { info "ping should fail with trunc(14)"
529 ping -c 1 -W 2 10.0.0.2 || return 1
537 # - remove flows and verify ping fails, reinstall and recover
590 ping -6 -c 1 -W 2 fd00::2 || return 1
594 info "verify ping fails without echo flows"
596 ping -6 -c 1 -W 2 fd00::2 >/dev/null 2>&1 \
597 && { info "ping should fail without flows"
609 ping -6 -c 1 -W 2 fd00::2 || return 1
774 # Send a single ping.
775 ovs_sbx "test_psample" ip netns exec client ping -I c1 172.31.110.20 -c 1 || return 1
844 ovs_drop_record_and_run "test_drop_reason" ip netns exec client ping -c 2 172.31.110.20
882 # - send ARP ping between two ns
928 # - use ICMP to ping in each direction
969 # do a ping
970 ovs_sbx "test_ct_connect_v4" ip netns exec client ping 172.31.110.20 -c 3 || return 1
995 # - use ICMP to ping in each direction
1024 # do a ping
1025 ovs_sbx "test_connect_v4" ip netns exec client ping 172.31.110.20 -c 3 || return 1
1034 # - use ICMP to ping in each direction
1071 # do a ping
1072 ovs_sbx "test_nat_connect_v4" ip netns exec client ping 192.168.0.20 -c 3 || return 1
1321 ovs_sbx "$sbx" ip netns exec ns1 ping -c 3 -W 2 \
1356 # is invisible to ns2 (no VLAN sub-interface), ping fails
1358 ovs_sbx "$sbx" ip netns exec ns1 ping -I ns1veth.10 \
1360 && { info "FAIL: ping should fail without pop_vlan"
1366 # push_vlan restores tag on return path -- ping succeeds
1372 ovs_sbx "$sbx" ip netns exec ns1 ping -I ns1veth.10 \