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.80 [+6.80] TEST: ping [ OK ] # 7.80 [+0.99] TEST: ping6 [ OK ] # 7.84 [+0.04] Warning: Filter with specified priority/protocol not found. # 7.86 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.14 [+0.28] TEST: dev veth1 ingress pedit ip src set 198.51.100.1 [ OK ] # 8.19 [+0.05] Warning: Filter with specified priority/protocol not found. # 8.21 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.50 [+0.29] TEST: dev veth2 egress pedit ip src set 198.51.100.1 [ OK ] # 8.56 [+0.06] Warning: Filter with specified priority/protocol not found. # 8.58 [+0.02] Warning: Filter with specified priority/protocol not found. # 8.87 [+0.29] TEST: dev veth1 ingress pedit ip dst set 198.51.100.1 [ OK ] # 8.93 [+0.06] Warning: Filter with specified priority/protocol not found. # 8.95 [+0.02] Warning: Filter with specified priority/protocol not found. # 9.24 [+0.29] TEST: dev veth2 egress pedit ip dst set 198.51.100.1 [ OK ] # 9.29 [+0.05] Warning: Filter with specified priority/protocol not found. # 9.31 [+0.02] Warning: Filter with specified priority/protocol not found. # 9.59 [+0.28] TEST: dev veth1 ingress pedit ip6 src set 2001:db8:2::1 [ OK ] # 9.65 [+0.06] Warning: Filter with specified priority/protocol not found. # 9.67 [+0.02] Warning: Filter with specified priority/protocol not found. # 9.97 [+0.30] TEST: dev veth2 egress pedit ip6 src set 2001:db8:2::1 [ OK ] # 10.03 [+0.06] Warning: Filter with specified priority/protocol not found. # 10.06 [+0.02] Warning: Filter with specified priority/protocol not found. # 10.34 [+0.29] TEST: dev veth1 ingress pedit ip6 dst set 2001:db8:2::1 [ OK ] # 10.40 [+0.06] Warning: Filter with specified priority/protocol not found. # 10.42 [+0.02] Warning: Filter with specified priority/protocol not found. # 10.71 [+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__->