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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 22:31:55 ] :: [ 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 ----------- 205: veth0_c@if204: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 5e:82:ae:be:cd:f0 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 ----------- 213: veth0_s@if212: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether be:18:e1:e3:c3:74 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.090 ms 64 bytes from 10.10.1.1: icmp_seq=2 ttl=63 time=0.069 ms --- 10.10.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1026ms rtt min/avg/max/mdev = 0.069/0.079/0.090/0.010 ms PING 2001::1(2001::1) 56 data bytes From fe80::7864:1fff:fe67:39e6%veth0_c icmp_seq=1 Destination unreachable: Beyond scope of source address 64 bytes from 2001::1: icmp_seq=2 ttl=63 time=0.453 ms --- 2001::1 ping statistics --- 2 packets transmitted, 1 received, +1 errors, 50% packet loss, time 1034ms rtt min/avg/max/mdev = 0.453/0.453/0.453/0.000 ms :: [ 22:32:59 ] :: [ PASS ] :: Command 'netns_crs_setup' (Expected 0, got 0) :: [ 22:32:59 ] :: [ 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 :: [ 22:32:59 ] :: [ 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) :: [ 22:32:59 ] :: [ 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 :: [ 22:32:59 ] :: [ 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) :: [ 22:32:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 22:32:59 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:32:59 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 22:32:59 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:33:00 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:00 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 22:33:05 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 22:33: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.150 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.111 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.177 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.170 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.203 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4090ms rtt min/avg/max/mdev = 0.111/0.162/0.203/0.030 ms :: [ 22:33:09 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 22:33: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.122 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.086 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.488 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.192 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.235 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4068ms rtt min/avg/max/mdev = 0.086/0.224/0.488/0.141 ms :: [ 22:33:13 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 22:33:13 ] :: [ 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 ce:97:7f:9d:60:4c 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 1840 23 0 0 0 0 :: [ 22:33:13 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:33:13 ] :: [ 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 d2:3f:07:7c:d5:9c 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 1596 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 22:33:13 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:33:13 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 22:33:13 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 22:33:13 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ 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 :: [ 22:33:14 ] :: [ 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) :: [ 22:33:14 ] :: [ 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 :: [ 22:33:14 ] :: [ 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) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:33:14 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:33:14 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 22:33:19 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 22:33:19 ] :: [ 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.144 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.198 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.143 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.155 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 4143ms rtt min/avg/max/mdev = 0.143/0.159/0.198/0.020 ms :: [ 22:33:23 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 22:33:23 ] :: [ 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.191 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.153 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.091 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.192 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4185ms rtt min/avg/max/mdev = 0.091/0.149/0.192/0.039 ms :: [ 22:33:28 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 22:33:28 ] :: [ 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 9a:65:66:1e:9f:05 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 1784 22 0 0 0 0 :: [ 22:33:28 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:33:28 ] :: [ 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 6e:4b:62:8d:fb:8f 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 1612 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 22:33:28 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:33:28 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 22:33:28 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 22:33:28 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 22:33:28 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 22:33:28 ] :: [ 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" :: [ 22:33:30 ] :: [ PASS ] :: Command 'netns_crs_cleanup' (Expected 0, got 0) :: [ 22:33:30 ] :: [ LOG ] :: vxlan with group :: [ 22:33:30 ] :: [ 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 ----------- 218: veth0_c@if217: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 5e:82:ae:be:cd:f0 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 ----------- 222: veth0_s@if221: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 2e:87:5a:b4:ec:da 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.058 ms 64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.128 ms --- 10.10.0.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1019ms rtt min/avg/max/mdev = 0.058/0.093/0.128/0.035 ms PING 2000::2(2000::2) 56 data bytes 64 bytes from 2000::2: icmp_seq=1 ttl=64 time=1033 ms 64 bytes from 2000::2: icmp_seq=2 ttl=64 time=0.542 ms --- 2000::2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1033ms rtt min/avg/max/mdev = 0.542/516.990/1033.438/516.448 ms, pipe 2 :: [ 22:34:34 ] :: [ PASS ] :: Command 'netns_cs_setup' (Expected 0, got 0) :: [ 22:34:34 ] :: [ 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 :: [ 22:34:34 ] :: [ 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) :: [ 22:34:34 ] :: [ 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 :: [ 22:34:34 ] :: [ 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) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:34:34 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:34 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 22:34:39 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 22:34:39 ] :: [ 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.123 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.098 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.119 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.134 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.121 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4052ms rtt min/avg/max/mdev = 0.098/0.119/0.134/0.011 ms :: [ 22:34:43 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 22:34:43 ] :: [ 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.121 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.169 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.151 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.159 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4023ms rtt min/avg/max/mdev = 0.121/0.151/0.169/0.016 ms :: [ 22:34:47 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 22:34:48 ] :: [ 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 fa:4f:ac:3a:34:5d 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 :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ 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 22:7a:9a:49:bf:54 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 1596 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1840 23 0 0 0 0 :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ 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 :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_c' (Expected 0, got 0) :: [ 22:34:48 ] :: [ 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 :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_s' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 22:34:48 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 22:34:48 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 22:34:53 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 22:34: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.164 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.155 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.132 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.081 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.133 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4189ms rtt min/avg/max/mdev = 0.081/0.133/0.164/0.028 ms :: [ 22:34:58 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 22:34: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.116 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.165 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.201 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.133 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.177 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4144ms rtt min/avg/max/mdev = 0.116/0.158/0.201/0.030 ms :: [ 22:35:02 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 22:35:02 ] :: [ 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 fa:d8:dc:d2:51:38 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 1784 22 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 22:35:02 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:35:02 ] :: [ 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 7a:18:3d:a0:e6:d4 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 1612 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 22:35:02 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 22:35:02 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 22:35:02 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 22:35:02 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 22:35:02 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 22:35:02 ] :: [ 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" :: [ 22:35:04 ] :: [ PASS ] :: Command 'netns_cs_cleanup' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 189s :: 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 22:35:06 ] :: [ LOG ] :: Phases fingerprint: 3TFH3dbq :: [ 22:35:06 ] :: [ LOG ] :: Asserts fingerprint: +UCflqE1 Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 191s :: Phases: 4 good, 0 bad :: OVERALL RESULT: PASS (networking/tunnel/vxlan/basic)