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.86 [+6.86] TEST: ping                                                          [ OK ]
# 7.85 [+0.99] TEST: ping6                                                         [ OK ]
# 7.88 [+0.02] Warning: Filter with specified priority/protocol not found.
# 7.90 [+0.02] Warning: Filter with specified priority/protocol not found.
# 8.20 [+0.29] TEST: dev veth1 ingress pedit ip src set 198.51.100.1               [ OK ]
# 8.26 [+0.06] Warning: Filter with specified priority/protocol not found.
# 8.28 [+0.02] Warning: Filter with specified priority/protocol not found.
# 8.57 [+0.29] TEST: dev veth2 egress pedit ip src set 198.51.100.1                [ OK ]
# 8.63 [+0.06] Warning: Filter with specified priority/protocol not found.
# 8.65 [+0.02] Warning: Filter with specified priority/protocol not found.
# 8.96 [+0.30] TEST: dev veth1 ingress pedit ip dst set 198.51.100.1               [ OK ]
# 9.02 [+0.07] Warning: Filter with specified priority/protocol not found.
# 9.04 [+0.02] Warning: Filter with specified priority/protocol not found.
# 9.34 [+0.30] TEST: dev veth2 egress pedit ip dst set 198.51.100.1                [ OK ]
# 9.41 [+0.07] Warning: Filter with specified priority/protocol not found.
# 9.44 [+0.02] Warning: Filter with specified priority/protocol not found.
# 9.74 [+0.30] TEST: dev veth1 ingress pedit ip6 src set 2001:db8:2::1             [ OK ]
# 9.81 [+0.07] Warning: Filter with specified priority/protocol not found.
# 9.83 [+0.02] Warning: Filter with specified priority/protocol not found.
# 10.14 [+0.31] TEST: dev veth2 egress pedit ip6 src set 2001:db8:2::1              [ OK ]
# 10.20 [+0.07] Warning: Filter with specified priority/protocol not found.
# 10.23 [+0.02] Warning: Filter with specified priority/protocol not found.
# 10.52 [+0.29] TEST: dev veth1 ingress pedit ip6 dst set 2001:db8:2::1             [ OK ]
# 10.59 [+0.07] Warning: Filter with specified priority/protocol not found.
# 10.61 [+0.02] Warning: Filter with specified priority/protocol not found.
# 10.91 [+0.30] 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__->