make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=pedit__ip.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-2/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' TAP version 13 1..1 # timeout set to 10800 # selftests: net/forwarding: pedit_ip.sh # 6.70 [+6.70] TEST: ping [ OK ] # 7.69 [+0.98] TEST: ping6 [ OK ] # 7.72 [+0.04] Warning: Filter with specified priority/protocol not found. # 7.75 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.04 [+0.29] TEST: dev veth1 ingress pedit ip src set 198.51.100.1 [ OK ] # 8.10 [+0.06] Warning: Filter with specified priority/protocol not found. # 8.12 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.42 [+0.30] TEST: dev veth2 egress pedit ip src set 198.51.100.1 [ OK ] # 8.48 [+0.06] Warning: Filter with specified priority/protocol not found. # 8.50 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.80 [+0.29] TEST: dev veth1 ingress pedit ip dst set 198.51.100.1 [ OK ] # 8.86 [+0.07] Warning: Filter with specified priority/protocol not found. # 8.89 [+0.02] Warning: Filter with specified priority/protocol not found. # 9.19 [+0.30] TEST: dev veth2 egress pedit ip dst set 198.51.100.1 [ OK ] # 9.26 [+0.07] Warning: Filter with specified priority/protocol not found. # 9.29 [+0.03] Warning: Filter with specified priority/protocol not found. # 9.59 [+0.30] TEST: dev veth1 ingress pedit ip6 src set 2001:db8:2::1 [ OK ] # 9.66 [+0.07] Warning: Filter with specified priority/protocol not found. # 9.68 [+0.02] Warning: Filter with specified priority/protocol not found. # 9.99 [+0.31] TEST: dev veth2 egress pedit ip6 src set 2001:db8:2::1 [ OK ] # 10.05 [+0.07] Warning: Filter with specified priority/protocol not found. # 10.08 [+0.02] Warning: Filter with specified priority/protocol not found. # 10.38 [+0.30] TEST: dev veth1 ingress pedit ip6 dst set 2001:db8:2::1 [ OK ] # 10.45 [+0.07] Warning: Filter with specified priority/protocol not found. # 10.47 [+0.02] Warning: Filter with specified priority/protocol not found. # 10.76 [+0.28] TEST: dev veth2 egress pedit ip6 dst set 2001:db8:2::1 [ OK ] ok 1 selftests: net/forwarding: pedit_ip.sh make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding' make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests' xx__-> echo $? 0 xx__->