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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:05:38 ] :: [ 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 ----------- 183: veth0_c@if182: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 0e:ce:68:c0:b3:28 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 ----------- 191: veth0_s@if190: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 36:98:14:ab:bf:a4 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.234 ms 64 bytes from 10.10.1.1: icmp_seq=2 ttl=63 time=0.097 ms --- 10.10.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1041ms rtt min/avg/max/mdev = 0.097/0.165/0.234/0.068 ms PING 2001::1(2001::1) 56 data bytes 64 bytes from 2001::1: icmp_seq=1 ttl=63 time=1030 ms 64 bytes from 2001::1: icmp_seq=2 ttl=63 time=0.217 ms --- 2001::1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1029ms rtt min/avg/max/mdev = 0.217/514.873/1029.529/514.656 ms, pipe 2 :: [ 19:06:43 ] :: [ PASS ] :: Command 'netns_crs_setup' (Expected 0, got 0) :: [ 19:06:43 ] :: [ 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 :: [ 19:06:43 ] :: [ 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) :: [ 19:06:43 ] :: [ 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 :: [ 19:06:43 ] :: [ 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) :: [ 19:06:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 19:06:43 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:06:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 19:06:43 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:06:43 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:43 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 19:06:43 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:06:44 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:44 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 19:06:49 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 19:06:49 ] :: [ 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.226 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.189 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.241 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.159 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.161 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4157ms rtt min/avg/max/mdev = 0.159/0.195/0.241/0.033 ms :: [ 19:06:53 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 19:06:54 ] :: [ 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.266 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.217 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.262 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.224 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.208 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4133ms rtt min/avg/max/mdev = 0.208/0.235/0.266/0.023 ms :: [ 19:06:58 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 19:06:58 ] :: [ 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 22:7a:57:82:d2:68 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 1840 23 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:06:58 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:06:58 ] :: [ 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 8a:20:4b:f1:3a:2a 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 1840 23 0 0 0 0 :: [ 19:06:58 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:06:58 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 19:06:58 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 19:06:58 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 19:06:58 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 19:06:58 ] :: [ 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 :: [ 19:06:58 ] :: [ 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) :: [ 19:06:58 ] :: [ 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 :: [ 19:06:58 ] :: [ 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) :: [ 19:06:58 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:06:59 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:06:59 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:07:00 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 19:07:05 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 19:07:05 ] :: [ 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.423 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.125 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.169 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.113 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.171 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4196ms rtt min/avg/max/mdev = 0.113/0.200/0.423/0.113 ms :: [ 19:07:09 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 19:07:09 ] :: [ 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.221 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.154 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.173 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.157 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.162 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4132ms rtt min/avg/max/mdev = 0.154/0.173/0.221/0.024 ms :: [ 19:07:13 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 19:07:13 ] :: [ 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 76:3e:04:d0:1c:85 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 1840 23 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:07:13 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:07:13 ] :: [ 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 92:bd:6c:8f:f8:bf 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 1500 19 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:07:13 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:07:13 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 19:07:13 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 19:07:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 19:07:14 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 19:07:14 ] :: [ 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" :: [ 19:07:16 ] :: [ PASS ] :: Command 'netns_crs_cleanup' (Expected 0, got 0) :: [ 19:07:16 ] :: [ LOG ] :: vxlan with group :: [ 19:07:16 ] :: [ 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 ----------- 196: veth0_c@if195: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 0e:ce:68:c0:b3:28 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 ----------- 200: veth0_s@if199: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 36:98:14:ab:bf:a4 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.159 ms 64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.120 ms --- 10.10.0.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1011ms rtt min/avg/max/mdev = 0.120/0.139/0.159/0.019 ms PING 2000::2(2000::2) 56 data bytes 64 bytes from 2000::2: icmp_seq=1 ttl=64 time=1029 ms 64 bytes from 2000::2: icmp_seq=2 ttl=64 time=0.093 ms --- 2000::2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1029ms rtt min/avg/max/mdev = 0.093/514.476/1028.860/514.383 ms :: [ 19:08:20 ] :: [ PASS ] :: Command 'netns_cs_setup' (Expected 0, got 0) :: [ 19:08:20 ] :: [ 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 :: [ 19:08:20 ] :: [ 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) :: [ 19:08:20 ] :: [ 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 :: [ 19:08:20 ] :: [ 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) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 19:08:21 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:21 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:08:22 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:22 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 19:08:27 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 19:08: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.245 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.177 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.165 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.151 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.159 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4166ms rtt min/avg/max/mdev = 0.151/0.179/0.245/0.033 ms :: [ 19:08:31 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 19:08:31 ] :: [ 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.250 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.151 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.188 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.162 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.205 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4131ms rtt min/avg/max/mdev = 0.151/0.191/0.250/0.035 ms :: [ 19:08:35 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 19:08:35 ] :: [ 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 2e:99:4d:00:73:df 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 1840 23 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:08:35 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:08:35 ] :: [ 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 ce:73:9d:cc:3c:76 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 1524 19 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:08:35 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:08:35 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 19:08:35 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 19:08: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 :: [ 19:08: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) :: [ 19:08: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 :: [ 19:08: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) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:08:36 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:36 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 19:08:37 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 19:08:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 19:08:37 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 19:08:37 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 19:08:37 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 19:08:37 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 19:08:37 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 19:08:37 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 19:08:42 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 19:08: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.245 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.133 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.178 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.151 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.215 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4158ms rtt min/avg/max/mdev = 0.133/0.184/0.245/0.041 ms :: [ 19:08:46 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 19:08: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.282 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.157 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.180 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.168 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.134 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4130ms rtt min/avg/max/mdev = 0.134/0.184/0.282/0.051 ms :: [ 19:08:51 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 19:08:51 ] :: [ 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:17:53:58:fd:9d 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 :: [ 19:08:51 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:08:51 ] :: [ 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 4a:a8:6f:72:ac:c9 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 1596 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 19:08:51 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 19:08:51 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 19:08:51 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 19:08:51 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 19:08:51 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 19:08: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" :: [ 19:08:53 ] :: [ PASS ] :: Command 'netns_cs_cleanup' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 195s :: 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:08:56 ] :: [ LOG ] :: Phases fingerprint: 3TFH3dbq :: [ 19:08:56 ] :: [ LOG ] :: Asserts fingerprint: +UCflqE1 Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 200s :: Phases: 4 good, 0 bad :: OVERALL RESULT: PASS (networking/tunnel/vxlan/basic)