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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: modprobe: FATAL: Module bridge is in use. :: [ 21:06:31 ] :: [ 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 1a:6d:63:19:41:e3 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 5e:2b:c0:5c:b7:60 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.052 ms 64 bytes from 10.10.1.1: icmp_seq=2 ttl=63 time=0.074 ms --- 10.10.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1072ms rtt min/avg/max/mdev = 0.052/0.063/0.074/0.011 ms PING 2001::1(2001::1) 56 data bytes From fe80::74d0:f7ff:fed7:f878%veth0_c icmp_seq=1 Destination unreachable: Beyond scope of source address 64 bytes from 2001::1: icmp_seq=2 ttl=63 time=0.118 ms --- 2001::1 ping statistics --- 2 packets transmitted, 1 received, +1 errors, 50% packet loss, time 1036ms rtt min/avg/max/mdev = 0.118/0.118/0.118/0.000 ms :: [ 21:07:34 ] :: [ PASS ] :: Command 'netns_crs_setup' (Expected 0, got 0) :: [ 21:07:34 ] :: [ 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 :: [ 21:07:34 ] :: [ 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) :: [ 21:07:34 ] :: [ 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 :: [ 21:07:34 ] :: [ 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) :: [ 21:07:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 21:07:34 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:07:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 21:07:34 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:07:34 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:34 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 21:07:34 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:07:35 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:35 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 21:07:40 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 21:07:40 ] :: [ 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.112 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.053 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.146 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.124 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.123 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4187ms rtt min/avg/max/mdev = 0.053/0.111/0.146/0.031 ms :: [ 21:07:44 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 21:07:44 ] :: [ 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.079 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.160 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.150 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.153 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.167 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4136ms rtt min/avg/max/mdev = 0.079/0.141/0.167/0.031 ms :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 21:07: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 0a:99:cb:7c:5a:c7 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 1784 22 0 0 0 0 :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:07: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 aa:2d:65:3c:eb:80 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 1612 20 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ 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 :: [ 21:07:48 ] :: [ 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) :: [ 21:07:48 ] :: [ 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 :: [ 21:07:48 ] :: [ 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) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:48 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 21:07:48 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:07:49 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:07:49 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:07:49 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 21:07:54 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 21:07: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.127 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.150 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.140 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.158 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.132 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4198ms rtt min/avg/max/mdev = 0.127/0.141/0.158/0.011 ms :: [ 21:07:58 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 21:07: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.057 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.116 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.138 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.141 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.152 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4135ms rtt min/avg/max/mdev = 0.057/0.120/0.152/0.033 ms :: [ 21:08:02 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 21:08: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 c2:38:4c:73:bc:d0 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 :: [ 21:08:02 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:08: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 8e:c2:ad:67:a6:6f 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 1668 21 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 21:08:02 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:08:02 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 21:08:02 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 21:08:02 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 21:08:02 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 21:08:02 ] :: [ BEGIN ] :: Running 'netns_crs_cleanup' modprobe: FATAL: Module bridge is in use. 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" :: [ 21:08:03 ] :: [ PASS ] :: Command 'netns_crs_cleanup' (Expected 0, got 0) :: [ 21:08:03 ] :: [ LOG ] :: vxlan with group :: [ 21:08:03 ] :: [ 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 1e:11:2e:3c:2b:ae 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 9a:77:72:b9:94:2e 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.052 ms 64 bytes from 10.10.0.2: icmp_seq=2 ttl=64 time=0.096 ms --- 10.10.0.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1047ms rtt min/avg/max/mdev = 0.052/0.074/0.096/0.022 ms PING 2000::2(2000::2) 56 data bytes 64 bytes from 2000::2: icmp_seq=1 ttl=64 time=1035 ms 64 bytes from 2000::2: icmp_seq=2 ttl=64 time=0.033 ms --- 2000::2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1036ms rtt min/avg/max/mdev = 0.033/517.685/1035.338/517.652 ms :: [ 21:09:06 ] :: [ PASS ] :: Command 'netns_cs_setup' (Expected 0, got 0) :: [ 21:09:06 ] :: [ 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 :: [ 21:09:06 ] :: [ 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) :: [ 21:09:06 ] :: [ 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 :: [ 21:09:06 ] :: [ 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) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:09:06 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:06 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 21:09:11 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 21:09:11 ] :: [ 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.124 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.130 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.128 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.132 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4195ms rtt min/avg/max/mdev = 0.110/0.124/0.132/0.007 ms :: [ 21:09:15 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 21:09:15 ] :: [ 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.086 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.145 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.146 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.151 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4133ms rtt min/avg/max/mdev = 0.086/0.131/0.151/0.023 ms :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 21:09:20 ] :: [ 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 76:27:35:22:24:dd 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 :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ 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 ea:14:a9:cc:06:4c 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 :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ 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 :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_c' (Expected 0, got 0) :: [ 21:09:20 ] :: [ 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 :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip link add vxlan1 type vxlan id 42 group ff03::1 dev veth0_s' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link set vxlan1 up' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip addr add 192.168.6.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 addr add 6001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip route add 192.168.7.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec client ip -6 route add 7001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link set vxlan1 up' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip link set vxlan1 up' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip addr add 192.168.7.2/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 addr add 7001:db8:ac10:fe01::2/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip route add 192.168.6.0/24 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' :: [ 21:09:20 ] :: [ PASS ] :: Command 'ip netns exec server ip -6 route add 6001:db8:ac10:fe01::0/64 dev vxlan1' (Expected 0, got 0) :: [ 21:09:20 ] :: [ BEGIN ] :: Running 'sleep 5' :: [ 21:09:25 ] :: [ PASS ] :: Command 'sleep 5' (Expected 0, got 0) :: [ 21:09:25 ] :: [ 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.130 ms 64 bytes from 192.168.7.2: icmp_seq=2 ttl=64 time=0.143 ms 64 bytes from 192.168.7.2: icmp_seq=3 ttl=64 time=0.127 ms 64 bytes from 192.168.7.2: icmp_seq=4 ttl=64 time=0.148 ms 64 bytes from 192.168.7.2: icmp_seq=5 ttl=64 time=0.146 ms --- 192.168.7.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4135ms rtt min/avg/max/mdev = 0.127/0.138/0.148/0.008 ms :: [ 21:09:29 ] :: [ PASS ] :: Command 'ip netns exec client ping 192.168.7.2 -c 5' (Expected 0, got 0) :: [ 21:09:29 ] :: [ 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.093 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=2 ttl=64 time=0.147 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=3 ttl=64 time=0.139 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=4 ttl=64 time=0.139 ms 64 bytes from 7001:db8:ac10:fe01::2: icmp_seq=5 ttl=64 time=0.139 ms --- 7001:db8:ac10:fe01::2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4169ms rtt min/avg/max/mdev = 0.093/0.131/0.147/0.019 ms :: [ 21:09:33 ] :: [ PASS ] :: Command 'ip netns exec client ping6 7001:db8:ac10:fe01::2 -c 5' (Expected 0, got 0) :: [ 21:09:33 ] :: [ 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:0a:5e:37:3e:90 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 1840 23 0 0 0 0 :: [ 21:09:33 ] :: [ PASS ] :: Command 'ip netns exec client ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:09:33 ] :: [ 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 a2:59:01:68:2a:0b 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 1668 21 0 0 0 0 TX: bytes packets errors dropped carrier collsns 1784 22 0 0 0 0 :: [ 21:09:33 ] :: [ PASS ] :: Command 'ip netns exec server ip -d -s link sh vxlan1' (Expected 0, got 0) :: [ 21:09:33 ] :: [ BEGIN ] :: Running 'ip netns exec client ip link del vxlan1' :: [ 21:09:33 ] :: [ PASS ] :: Command 'ip netns exec client ip link del vxlan1' (Expected 0, got 0) :: [ 21:09:33 ] :: [ BEGIN ] :: Running 'ip netns exec server ip link del vxlan1' :: [ 21:09:34 ] :: [ PASS ] :: Command 'ip netns exec server ip link del vxlan1' (Expected 0, got 0) :: [ 21:09:34 ] :: [ BEGIN ] :: Running 'netns_cs_cleanup' modprobe: FATAL: Module bridge is in use. 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" :: [ 21:09:34 ] :: [ PASS ] :: Command 'netns_cs_cleanup' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 183s :: Assertions: 80 good, 0 bad :: RESULT: PASS (basic_nic) ** basic-nic PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: 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 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 21:09:35 ] :: [ LOG ] :: Phases fingerprint: 3TFH3dbq :: [ 21:09:35 ] :: [ LOG ] :: Asserts fingerprint: +UCflqE1 Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 184s :: Phases: 4 good, 0 bad :: OVERALL RESULT: PASS (networking/tunnel/vxlan/basic)