make -C tools/testing/selftests TARGETS="net" TEST_PROGS=srv6_end_dt4_l3vppn_test.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net: srv6_end_dt4_l3vpn_test.sh # ./srv6_end_dt4_l3vpn_test.sh: line 245: 28250 Segmentation fault ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid} # Cannot find device "vrf-100" # Error: argument "vrf-100" is wrong: Device does not exist # # ./srv6_end_dt4_l3vpn_test.sh: line 245: 28268 Segmentation fault ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid} # Cannot find device "vrf-100" # Error: argument "vrf-100" is wrong: Device does not exist # # ./srv6_end_dt4_l3vpn_test.sh: line 245: 28292 Segmentation fault ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid} # Cannot find device "vrf-200" # Error: argument "vrf-200" is wrong: Device does not exist # # ./srv6_end_dt4_l3vpn_test.sh: line 245: 28310 Segmentation fault ip -netns ${rtname} link add vrf-${tid} type vrf table ${tid} # Cannot find device "vrf-200" # Error: argument "vrf-200" is wrong: Device does not exist # # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28321 Segmentation fault ip -netns ${rtsrc_name} -4 route add ${IPv4_HS_NETWORK}.${hsdst}/32 vrf vrf-${tid} encap seg6 mode encap segs ${vpn_sid} dev veth0 # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28322 Segmentation fault ip -netns ${rtsrc_name} -6 route add ${vpn_sid}/128 vrf vrf-${tid} via fd00::${rtdst} dev veth0 # Error: either "to" is duplicate, or "seg6local" is a garbage. # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28328 Segmentation fault ip -netns ${rtsrc_name} -4 route add ${IPv4_HS_NETWORK}.${hsdst}/32 vrf vrf-${tid} encap seg6 mode encap segs ${vpn_sid} dev veth0 # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28329 Segmentation fault ip -netns ${rtsrc_name} -6 route add ${vpn_sid}/128 vrf vrf-${tid} via fd00::${rtdst} dev veth0 # Error: either "to" is duplicate, or "seg6local" is a garbage. # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28335 Segmentation fault ip -netns ${rtsrc_name} -4 route add ${IPv4_HS_NETWORK}.${hsdst}/32 vrf vrf-${tid} encap seg6 mode encap segs ${vpn_sid} dev veth0 # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28336 Segmentation fault ip -netns ${rtsrc_name} -6 route add ${vpn_sid}/128 vrf vrf-${tid} via fd00::${rtdst} dev veth0 # Error: either "to" is duplicate, or "seg6local" is a garbage. # RTNETLINK answers: File exists # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28342 Segmentation fault ip -netns ${rtsrc_name} -4 route add ${IPv4_HS_NETWORK}.${hsdst}/32 vrf vrf-${tid} encap seg6 mode encap segs ${vpn_sid} dev veth0 # addraw_l ERROR: message exceeded bound of 1056 # ./srv6_end_dt4_l3vpn_test.sh: line 280: 28343 Segmentation fault ip -netns ${rtsrc_name} -6 route add ${vpn_sid}/128 vrf vrf-${tid} via fd00::${rtdst} dev veth0 # Error: either "to" is duplicate, or "seg6local" is a garbage. # RTNETLINK answers: File exists # # ################################################################################ # TEST SECTION: IPv6 routers connectivity test # ################################################################################ # # TEST: Routers connectivity: rt-1 -> rt-2 [ OK ] # # TEST: Routers connectivity: rt-2 -> rt-1 [ OK ] # # ################################################################################ # TEST SECTION: IPv4 connectivity test among hosts and gateway # ################################################################################ # # TEST: Hosts connectivity: hs-t100-1 -> gw (tenant 100) [ OK ] # # TEST: Hosts connectivity: hs-t100-2 -> gw (tenant 100) [ OK ] # # TEST: Hosts connectivity: hs-t200-3 -> gw (tenant 200) [FAIL] # # TEST: Hosts connectivity: hs-t200-4 -> gw (tenant 200) [FAIL] # # ################################################################################ # TEST SECTION: SRv6 VPN connectivity test among hosts in the same tenant # ################################################################################ # # TEST: Hosts connectivity: hs-t100-1 -> hs-t100-2 (tenant 100) [FAIL] # # TEST: Hosts connectivity: hs-t100-2 -> hs-t100-1 (tenant 100) [FAIL] # # TEST: Hosts connectivity: hs-t200-3 -> hs-t200-4 (tenant 200) [FAIL] # # TEST: Hosts connectivity: hs-t200-4 -> hs-t200-3 (tenant 200) [FAIL] # # ################################################################################ # TEST SECTION: SRv6 VPN isolation test among hosts in different tentants # ################################################################################ # # TEST: Hosts isolation: hs-t100-1 -X-> hs-t200-3 [ OK ] # # TEST: Hosts isolation: hs-t100-1 -X-> hs-t200-4 [ OK ] # # TEST: Hosts isolation: hs-t100-2 -X-> hs-t200-3 [ OK ] # # TEST: Hosts isolation: hs-t100-2 -X-> hs-t200-4 [ OK ] # # TEST: Hosts isolation: hs-t200-3 -X-> hs-t100-1 [ OK ] # # TEST: Hosts isolation: hs-t200-3 -X-> hs-t100-2 [ OK ] # # TEST: Hosts isolation: hs-t200-4 -X-> hs-t100-1 [ OK ] # # TEST: Hosts isolation: hs-t200-4 -X-> hs-t100-2 [ OK ] # # Tests passed: 12 # Tests failed: 6 not ok 1 selftests: net: srv6_end_dt4_l3vpn_test.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__->