use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh absolute networking path is /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking /usr/bin/socat /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/tunnel/common /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/tunnel/vxlan/basic /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/tunnel/vxlan/basic :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Setup) ** Setup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: basic_nic :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:47:44 ] :: [ BEGIN ] :: Running 'netns_crs_setup' setenforce: SELinux is disabled egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E ============= Start setup_topo 1/1: nic ================ ------------- choose required NIC(s) ---------------- NAY='no' PVT='yes' NIC_DRIVER='veth' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E veth0_c $ ethtool -i veth0_c driver: veth version: 1.0 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: veth0_c ----------- 191: veth0_c@if190: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 56:ba:10:92:e4:a0 brd ff:ff:ff:ff:ff:ff link-netnsid 0 ---------- finish setup nic, got iface: veth0_c -------- setenforce: SELinux is disabled egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E ============= Start setup_topo 1/1: nic ================ ------------- choose required NIC(s) ---------------- NAY='no' PVT='yes' NIC_DRIVER='veth' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E veth0_s $ ethtool -i veth0_s driver: veth version: 1.0 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: veth0_s ----------- 199: veth0_s@if198: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 3a:e1:1e:a1:26:44 brd ff:ff:ff:ff:ff:ff link-netnsid 0 ---------- finish setup nic, got iface: veth0_s -------- /proc/sys/net/ipv4/conf/all/forwarding = 1 /proc/sys/net/ipv6/conf/all/forwarding = 1 PING 10.10.1.1 (10.10.1.1) 56(84) bytes of data. 64 bytes from 10.10.1.1: icmp_seq=1 ttl=63 time=0.185 ms 64 bytes from 10.10.1.1: icmp_seq=2 ttl=63 time=0.039 ms --- 10.10.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1039ms rtt min/avg/max/mdev = 0.039/0.112/0.185/0.073 ms PING 2001::1(2001::1) 56 data bytes From fe80::dcb6:1fff:fee1:ad24%veth0_c icmp_seq=1 Destination unreachable: Beyond scope of source address 64 bytes from 2001::1: icmp_seq=2 ttl=63 time=0.140 ms --- 2001::1 ping statistics --- 2 packets transmitted, 1 received, +1 errors, 50% packet loss, time 1019ms rtt min/avg/max/mdev = 0.140/0.140/0.140/0.000 ms :: [ 06:48:48 ] :: [ PASS ] :: Command 'netns_crs_setup' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link add vxlan1 type vxlan id 42 remote 10.10.1.1 local 10.10.0.1 dev veth0_c' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 remote 10.10.1.1 local 10.10.0.1 dev veth0_c' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link add vxlan1 type vxlan id 42 remote 10.10.0.1 local 10.10.1.1 dev veth0_s' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 remote 10.10.0.1 local 10.10.1.1 dev veth0_s' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:48:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 06:48:48 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:48:49 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:48:49 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 06:48:54 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 06:48:54 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 192.168.7.2 -c 5' PING 192.168.7.2 (192.168.7.2) 56(84) bytes of data. 64 bytes from 192.168.7.2: icmp_seq=1 ttl=64 time=0.102 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.066 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.101 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.088 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.154 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4094ms rtt min/avg/max/mdev = 0.066/0.102/0.154/0.028 ms :: [ 06:48:58 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 06:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' PING 7001:db8:ac10:fe01::2(7001:db8:ac10:fe01::2) 56 data bytes 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=1 ttl=64 time=0.214 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.093 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.110 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.138 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.137 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4099ms rtt min/avg/max/mdev = 0.093/0.138/0.214/0.041 ms :: [ 06:49:02 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 06:49:02 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -d -s link sh vxlan1' 2: vxlan1: mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 2a:06:ef:c8:a1:e8 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 remote 10.10.1.1 local 10.10.0.1 dev veth0_c srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1784 22 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1916 24 0 0 0 0 :: [ 06:49:02 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:49:02 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -d -s link sh vxlan1' 2: vxlan1: mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 3e:3a:07:43:d8:a9 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 remote 10.10.0.1 local 10.10.1.1 dev veth0_s srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1572 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link add vxlan1 type vxlan id 42 remote 2001::1 local 2000::1 dev veth0_c' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 remote 2001::1 local 2000::1 dev veth0_c' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link add vxlan1 type vxlan id 42 remote 2000::1 local 2001::1 dev veth0_s' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 remote 2000::1 local 2001::1 dev veth0_s' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:49:03 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 06:49:03 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:49:04 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:49:04 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:49:04 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 06:49:04 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:49:04 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:49:04 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:49:04 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 06:49:09 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 06:49:09 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 192.168.7.2 -c 5' PING 192.168.7.2 (192.168.7.2) 56(84) bytes of data. 64 bytes from 192.168.7.2: icmp_seq=1 ttl=64 time=0.128 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.056 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.110 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.130 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.130 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4079ms rtt min/avg/max/mdev = 0.056/0.110/0.130/0.028 ms :: [ 06:49:13 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 06:49:13 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' PING 7001:db8:ac10:fe01::2(7001:db8:ac10:fe01::2) 56 data bytes 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=1 ttl=64 time=0.139 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.057 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.076 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.073 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.096 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4094ms rtt min/avg/max/mdev = 0.057/0.088/0.139/0.028 ms :: [ 06:49:17 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 06:49:17 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -d -s link sh vxlan1' 3: vxlan1: mtu 1430 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 7e:f8:8d:85:d3:f2 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 remote 2001::1 local 2000::1 dev veth0_c srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1784 22 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 06:49:17 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:49:17 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -d -s link sh vxlan1' 3: vxlan1: mtu 1430 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether c2:49:01:3d:c8:1c brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 remote 2000::1 local 2001::1 dev veth0_s srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1596 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 06:49:17 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:49:17 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 06:49:17 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 06:49:17 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 06:49:17 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 06:49:17 ] :: [ BEGIN ] :: Running 'netns_crs_cleanup' Cannot find device "br_c" Cannot find device "br_s" Cannot find device "veth0_c" Cannot find device "veth0_c_br" Cannot find device "veth1_c" Cannot find device "veth1_c_br" Cannot find device "veth0_cr" Cannot find device "veth0_cr_br" Cannot find device "veth0_s" Cannot find device "veth0_s_br" Cannot find device "veth1_s" Cannot find device "veth1_s_br" Cannot find device "veth0_sr" Cannot find device "veth0_sr_br" Cannot find device "br0" :: [ 06:49:18 ] :: [ PASS ] :: Command 'netns_crs_cleanup' (Expected 0, got 0) :: [ 06:49:18 ] :: [ LOG ] :: vxlan with group :: [ 06:49:18 ] :: [ BEGIN ] :: Running 'netns_cs_setup' setenforce: SELinux is disabled egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E ============= Start setup_topo 1/1: nic ================ ------------- choose required NIC(s) ---------------- NAY='no' PVT='yes' NIC_DRIVER='veth' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E veth0_c $ ethtool -i veth0_c driver: veth version: 1.0 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: veth0_c ----------- 204: veth0_c@if203: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 56:ba:10:92:e4:a0 brd ff:ff:ff:ff:ff:ff link-netnsid 0 ---------- finish setup nic, got iface: veth0_c -------- setenforce: SELinux is disabled egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E ============= Start setup_topo 1/1: nic ================ ------------- choose required NIC(s) ---------------- NAY='no' PVT='yes' NIC_DRIVER='veth' NIC_MODEL='any' NIC_SPEED='any' NIC_NUM='1' TOPO='nic' MTU_VAL='1500' picked NIC(s): egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E veth0_s $ ethtool -i veth0_s driver: veth version: 1.0 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: no supports-priv-flags: no ----------- start setup nic, handle: veth0_s ----------- 208: veth0_s@if207: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 72:51:e2:d4:bb:75 brd ff:ff:ff:ff:ff:ff link-netnsid 0 ---------- finish setup nic, got iface: veth0_s -------- PING 10.10.0.2 (10.10.0.2) 56(84) bytes of data. 64 bytes from 10.10.0.2: icmp_seq=1 ttl=64 time=0.075 ms 64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.052 ms --- 10.10.0.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1011ms rtt min/avg/max/mdev = 0.052/0.063/0.075/0.011 ms PING 2000::2(2000::2) 56 data bytes 64 bytes from 2000::2: icmp_seq=1 ttl=64 time=1017 ms 64 bytes from 2000::2: icmp_seq=2 ttl=64 time=0.054 ms --- 2000::2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1017ms rtt min/avg/max/mdev = 0.054/508.429/1016.804/508.375 ms :: [ 06:50:21 ] :: [ PASS ] :: Command 'netns_cs_setup' (Expected 0, got 0) :: [ 06:50:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link add vxlan1 type vxlan id 42 group 239.1.1.1 dev veth0_c' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:50:21 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 group 239.1.1.1 dev veth0_c' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link add vxlan1 type vxlan id 42 group 239.1.1.1 dev veth0_s' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 group 239.1.1.1 dev veth0_s' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:50:22 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:22 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 06:50:27 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 06:50:27 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 192.168.7.2 -c 5' PING 192.168.7.2 (192.168.7.2) 56(84) bytes of data. 64 bytes from 192.168.7.2: icmp_seq=1 ttl=64 time=0.104 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.069 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.091 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.110 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.111 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4091ms rtt min/avg/max/mdev = 0.069/0.097/0.111/0.015 ms :: [ 06:50:32 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 06:50:32 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' PING 7001:db8:ac10:fe01::2(7001:db8:ac10:fe01::2) 56 data bytes 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=1 ttl=64 time=0.119 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.129 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.100 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.125 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.124 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4104ms rtt min/avg/max/mdev = 0.100/0.119/0.129/0.010 ms :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -d -s link sh vxlan1' 2: vxlan1: mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 36:54:80:95:bf:ea brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 group 239.1.1.1 dev veth0_c srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1784 22 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -d -s link sh vxlan1' 2: vxlan1: mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether 12:7b:a6:e8:27:cd brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 group 239.1.1.1 dev veth0_s srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1612 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_c' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_c' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_s' vxlan: destination port not specified Will use Linux kernel default (non-standard value) Use 'dstport 4789' to get the IANA assigned value Use 'dstport 0' to get default and quiet this message :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_s' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:50:36 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 06:50:37 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 06:50:37 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 06:50:42 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 06:50:42 ] :: [ BEGIN ] :: Running 'ip netns exec client ping 192.168.7.2 -c 5' PING 192.168.7.2 (192.168.7.2) 56(84) bytes of data. 64 bytes from 192.168.7.2: icmp_seq=1 ttl=64 time=0.219 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.049 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.066 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.128 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.082 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4074ms rtt min/avg/max/mdev = 0.049/0.108/0.219/0.061 ms :: [ 06:50:46 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 06:50:46 ] :: [ BEGIN ] :: Running 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' PING 7001:db8:ac10:fe01::2(7001:db8:ac10:fe01::2) 56 data bytes 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=1 ttl=64 time=0.139 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.060 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.108 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.080 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.119 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4102ms rtt min/avg/max/mdev = 0.060/0.101/0.139/0.028 ms :: [ 06:50:50 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 06:50:50 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -d -s link sh vxlan1' 3: vxlan1: mtu 1430 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether a6:29:05:0b:f9:fc brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 group ff03::1 dev veth0_c srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1840 23 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 06:50:50 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:50:50 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -d -s link sh vxlan1' 3: vxlan1: mtu 1430 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/ether d2:87:96:bf:e4:71 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 vxlan id 42 group ff03::1 dev veth0_s srcport 0 0 dstport 8472 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 gro_max_size 65536 RX: bytes packets errors dropped missed mcast 1524 19 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 06:50:50 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 06:50:51 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 06:50:51 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 06:50:51 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 06:50:51 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 06:50:51 ] :: [ BEGIN ] :: Running 'netns_cs_cleanup' Cannot find device "br_c" Cannot find device "br_s" Cannot find device "veth0_c" Cannot find device "veth0_c_br" Cannot find device "veth1_c" Cannot find device "veth1_c_br" Cannot find device "veth0_cr" Cannot find device "veth0_cr_br" Cannot find device "veth0_s" Cannot find device "veth0_s_br" Cannot find device "veth1_s" Cannot find device "veth1_s_br" Cannot find device "veth0_sr" Cannot find device "veth0_sr_br" Cannot find device "br0" :: [ 06:50:51 ] :: [ PASS ] :: Command 'netns_cs_cleanup' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 187s :: Assertions: 80 good, 0 bad :: RESULT: PASS (basic_nic) ** basic-nic PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Test) ** Test PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Cleanup) ** Cleanup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: networking/tunnel/vxlan/basic :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:50:54 ] :: [ LOG ] :: Phases fingerprint: 3TFH3dbq :: [ 06:50:54 ] :: [ LOG ] :: Asserts fingerprint: +UCflqE1 Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 191s :: Phases: 4 good, 0 bad :: OVERALL RESULT: PASS (networking/tunnel/vxlan/basic)