use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh /etc/pki/ca-trust/source/anchors /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/ipsec/ipsec_basic/ipsec_basic_netns --2022-12-17 19:10:35-- https://password.corp.redhat.com/legacy.crt Resolving password.corp.redhat.com (password.corp.redhat.com)... 10.2.111.154 Connecting to password.corp.redhat.com (password.corp.redhat.com)|10.2.111.154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1338 (1.3K) Saving to: ‘legacy.crt.1’ 0K . 100% 23.9M=0s 2022-12-17 19:10:35 (23.9 MB/s) - ‘legacy.crt.1’ saved [1338/1338] --2022-12-17 19:10:35-- https://password.corp.redhat.com/RH-IT-Root-CA.crt Resolving password.corp.redhat.com (password.corp.redhat.com)... 10.2.111.154 Connecting to password.corp.redhat.com (password.corp.redhat.com)|10.2.111.154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1517 (1.5K) Saving to: ‘RH-IT-Root-CA.crt.1’ 0K . 100% 42.2M=0s 2022-12-17 19:10:36 (42.2 MB/s) - ‘RH-IT-Root-CA.crt.1’ saved [1517/1517] /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/ipsec/ipsec_basic/ipsec_basic_netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:10:37 ] :: [ BEGIN ] :: Running 'netperf_install' Last metadata expiration check: 1:28:48 ago on Sat 17 Dec 2022 05:41:50 PM CET. Package netperf-2.7.0-3.20210803git3bc455b.fc37.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! Netperf version 2.7.1 :: [ 19:10:40 ] :: [ PASS ] :: Command 'netperf_install' (Expected 0, got 0) :: [ 19:10:40 ] :: [ BEGIN ] :: Running 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/ipsec/ipsec_basic/ipsec_basic_netns/ipsec-parameter-setting.sh -p esp -e des3_ede -a sha256 -m tunnel -s '65450'' TEST_VER=4, SPI=1000, IPSEC_MODE=tunnel, PROTO=proto esp, ALG=enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f :: [ 19:10:40 ] :: [ PASS ] :: Command 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/ipsec/ipsec_basic/ipsec_basic_netns/ipsec-parameter-setting.sh -p esp -e des3_ede -a sha256 -m tunnel -s '65450'' (Expected 0, got 0) :: [ 19:10:40 ] :: [ LOG ] :: TEST_VER=4, SPI=1000, IPSEC_MODE=tunnel, PROTO=proto esp, ALG=enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f :: [ 19:10:40 ] :: [ BEGIN ] :: Running 'spi1='0x1000'' :: [ 19:10:40 ] :: [ PASS ] :: Command 'spi1='0x1000'' (Expected 0, got 0) :: [ 19:10:40 ] :: [ BEGIN ] :: Running 'spi2='0x1001'' :: [ 19:10:40 ] :: [ PASS ] :: Command 'spi2='0x1001'' (Expected 0, got 0) :: [ 19:10:40 ] :: [ BEGIN ] :: Running 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_1_net.sh' +++ MASK[4]=24 +++ MASK[6]=64 +++ BR0_IP[4]=192.168.0.254 +++ HA_IP[4]=192.168.0.1 +++ HB_IP[4]=192.168.0.2 +++ BR0_IP[6]=2000::254 +++ HA_IP[6]=2000::1 +++ HB_IP[6]=2000::2 +++ nets='ha hb' +++ for net in $nets +++ ip netns del ha Cannot remove namespace file "/var/run/netns/ha": No such file or directory +++ for net in $nets +++ ip netns del hb Cannot remove namespace file "/var/run/netns/hb": No such file or directory +++ modprobe -r veth +++ ip link show br0 Device "br0" does not exist. +++ for net in $nets +++ ip netns add ha +++ for net in $nets +++ ip netns add hb +++ ip link add br0 type bridge +++ ip link add ha_veth0 type veth peer name ha_veth0_br +++ ip link add hb_veth0 type veth peer name hb_veth0_br +++ ip link set ha_veth0_br master br0 +++ ip link set hb_veth0_br master br0 +++ ip link set ha_veth0 netns ha +++ ip link set hb_veth0 netns hb +++ HA='ip netns exec ha' +++ HB='ip netns exec hb' +++ out_ifaces='br0 ha_veth0_br hb_veth0_br' +++ for iface in $out_ifaces +++ ip link set br0 up +++ for iface in $out_ifaces +++ ip link set ha_veth0_br up +++ for iface in $out_ifaces +++ ip link set hb_veth0_br up +++ ip netns exec ha ip link set lo up +++ ip netns exec ha ip link set ha_veth0 up +++ ip netns exec hb ip link set lo up +++ ip netns exec hb ip link set hb_veth0 up +++ ip addr add 192.168.0.254/24 dev br0 +++ ip netns exec ha ip addr add 192.168.0.1/24 dev ha_veth0 +++ ip netns exec hb ip addr add 192.168.0.2/24 dev hb_veth0 +++ ip addr add 2000::254/64 dev br0 +++ ip netns exec ha ip addr add 2000::1/64 dev ha_veth0 +++ ip netns exec hb ip addr add 2000::2/64 dev hb_veth0 +++ set +x :: [ 19:10:41 ] :: [ PASS ] :: Command 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_1_net.sh' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add dir out src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add dir out src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add dir in src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel level use' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add dir in src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel level use' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add dir out src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add dir out src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel' (Expected 0, got 0) :: [ 19:10:41 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add dir in src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel level use' :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add dir in src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel level use' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 4s :: Assertions: 13 good, 0 bad :: RESULT: PASS (Setup) ** Setup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: -p esp -e des3_ede -a sha256 -m tunnel -s '65450' :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:10:42 ] :: [ BEGIN ] :: Running 'tcpport=4053' :: [ 19:10:42 ] :: [ PASS ] :: Command 'tcpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ BEGIN ] :: Running 'udpport=4053' :: [ 19:10:42 ] :: [ PASS ] :: Command 'udpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ BEGIN ] :: Running 'sctpport=4053' :: [ 19:10:42 ] :: [ PASS ] :: Command 'sctpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ LOG ] :: ***** icmp ****** :: [ 19:10:42 ] :: [ BEGIN ] :: Running 'tcpdump -i br0 > icmp.packet &' :: [ 19:10:42 ] :: [ PASS ] :: Command 'tcpdump -i br0 > icmp.packet &' (Expected 0, got 0) dropped privs to tcpdump tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on br0, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 19:10:42 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:10:44 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ping -i 0.4 -c 5 -s 10 192.168.0.2' PING 192.168.0.2 (192.168.0.2) 10(38) bytes of data. 18 bytes from 192.168.0.2: icmp_seq=1 ttl=64 18 bytes from 192.168.0.2: icmp_seq=2 ttl=64 18 bytes from 192.168.0.2: icmp_seq=3 ttl=64 18 bytes from 192.168.0.2: icmp_seq=4 ttl=64 18 bytes from 192.168.0.2: icmp_seq=5 ttl=64 --- 192.168.0.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 1605ms :: [ 19:10:46 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 10 192.168.0.2' (Expected 0, got 0) :: [ 19:10:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ping -i 0.4 -c 5 -s 1450 192.168.0.2' PING 192.168.0.2 (192.168.0.2) 1450(1478) bytes of data. 1458 bytes from 192.168.0.2: icmp_seq=1 ttl=64 time=0.306 ms 1458 bytes from 192.168.0.2: icmp_seq=2 ttl=64 time=0.429 ms 1458 bytes from 192.168.0.2: icmp_seq=3 ttl=64 time=0.438 ms 1458 bytes from 192.168.0.2: icmp_seq=4 ttl=64 time=0.437 ms 1458 bytes from 192.168.0.2: icmp_seq=5 ttl=64 time=0.452 ms --- 192.168.0.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 1604ms rtt min/avg/max/mdev = 0.306/0.412/0.452/0.053 ms :: [ 19:10:47 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 1450 192.168.0.2' (Expected 0, got 0) :: [ 19:10:47 ] :: [ BEGIN ] :: Running 'ip netns exec ha ping -i 0.4 -c 5 -s 65450 192.168.0.2' PING 192.168.0.2 (192.168.0.2) 65450(65478) bytes of data. 65458 bytes from 192.168.0.2: icmp_seq=1 ttl=64 time=9.85 ms 65458 bytes from 192.168.0.2: icmp_seq=2 ttl=64 time=14.2 ms 65458 bytes from 192.168.0.2: icmp_seq=3 ttl=64 time=13.9 ms 65458 bytes from 192.168.0.2: icmp_seq=4 ttl=64 time=13.2 ms 65458 bytes from 192.168.0.2: icmp_seq=5 ttl=64 time=14.2 ms --- 192.168.0.2 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 1604ms rtt min/avg/max/mdev = 9.851/13.068/14.202/1.646 ms :: [ 19:10:49 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 65450 192.168.0.2' (Expected 0, got 0) :: [ 19:10:49 ] :: [ BEGIN ] :: Running 'pkill tcpdump; sleep 2' :: [ 19:10:51 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:10:51 ] :: [ BEGIN ] :: Running 'cat icmp.packet | egrep 'AH|ESP|IPComp' | head -n5' egrep: warning: egrep is obsolescent; using grep -E :: [ 19:10:51 ] :: [ PASS ] :: Command 'cat icmp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:10:51 ] :: [ LOG ] :: ***** tcp ****** :: [ 19:10:51 ] :: [ BEGIN ] :: Running 'tcpdump -i br0 > tcp.packet &' dropped privs to tcpdump tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on br0, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 19:10:51 ] :: [ PASS ] :: Command 'tcpdump -i br0 > tcp.packet &' (Expected 0, got 0) :: [ 19:10:51 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:10:53 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:53 ] :: [ BEGIN ] :: Running 'ip netns exec hb socat -u -4 tcp-l:4053 open:tcprecv,creat &' :: [ 19:10:53 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 tcp-l:4053 open:tcprecv,creat &' (Expected 0, got 0) :: [ 19:10:53 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:10:55 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1048576 tcp-connect:192.168.0.2:4053' :: [ 19:10:55 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1048576 tcp-connect:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:10:55 ] :: [ BEGIN ] :: Running 'sleep 4' 10 packets captured 1730 packets received by filter 1198 packets dropped by kernel :: [ 19:11:00 ] :: [ PASS ] :: Command 'sleep 4' (Expected 0, got 0) :: [ 19:11:00 ] :: [ BEGIN ] :: tcp should receive 1048576 bytes, received 1048576 bytes :: actually running 'ls -l tcprecv | grep 1048576' -rw-r--r--. 1 root root 1048576 Dec 17 19:10 tcprecv :: [ 19:11:00 ] :: [ PASS ] :: tcp should receive 1048576 bytes, received 1048576 bytes (Expected 0, got 0) :: [ 19:11:00 ] :: [ BEGIN ] :: Running 'pkill tcpdump; sleep 2' 8 packets captured 1200 packets received by filter 6 packets dropped by kernel :: [ 19:11:02 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:02 ] :: [ BEGIN ] :: Running 'cat tcp.packet | egrep 'AH|ESP|IPComp' | head -n5' egrep: warning: egrep is obsolescent; using grep -E :: [ 19:11:02 ] :: [ PASS ] :: Command 'cat tcp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:02 ] :: [ LOG ] :: ***** udp ****** :: [ 19:11:02 ] :: [ BEGIN ] :: Running 'tcpdump -i br0 > udp.packet &' dropped privs to tcpdump tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on br0, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 19:11:02 ] :: [ PASS ] :: Command 'tcpdump -i br0 > udp.packet &' (Expected 0, got 0) :: [ 19:11:02 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:04 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' :: [ 19:11:04 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' (Expected 0, got 0) :: [ 19:11:04 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:06 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:06 ] :: [ BEGIN ] :: Running 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1450 udp-sendto:192.168.0.2:4053' :: [ 19:11:06 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1450 udp-sendto:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:06 ] :: [ BEGIN ] :: Running 'sleep 10' :: [ 19:11:16 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 19:11:16 ] :: [ BEGIN ] :: udp should receive 1450 bytes, received 1450 bytes :: actually running 'ls -l udprecv | grep 1450' -rw-r--r--. 1 root root 1450 Dec 17 19:11 udprecv :: [ 19:11:16 ] :: [ PASS ] :: udp should receive 1450 bytes, received 1450 bytes (Expected 0, got 0) :: [ 19:11:16 ] :: [ BEGIN ] :: Running 'pkill socat' :: [ 19:11:16 ] :: [ PASS ] :: Command 'pkill socat' (Expected 0, got 0) :: [ 19:11:16 ] :: [ BEGIN ] :: Running 'pkill tcpdump; sleep 2' 41 packets captured 41 packets received by filter 0 packets dropped by kernel :: [ 19:11:18 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:18 ] :: [ BEGIN ] :: Running 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' egrep: warning: egrep is obsolescent; using grep -E 19:11:06.530957 IP 192.168.0.1 > 192.168.0.2: ESP(spi=0x00001000,seq=0x314), length 1424 :: [ 19:11:18 ] :: [ PASS ] :: Command 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:18 ] :: [ BEGIN ] :: Running 'tcpdump -i br0 > udp.packet &' dropped privs to tcpdump tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on br0, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 19:11:18 ] :: [ PASS ] :: Command 'tcpdump -i br0 > udp.packet &' (Expected 0, got 0) :: [ 19:11:18 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:20 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:21 ] :: [ BEGIN ] :: Running 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' :: [ 19:11:21 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' (Expected 0, got 0) :: [ 19:11:21 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:23 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:23 ] :: [ BEGIN ] :: Running 'ip netns exec ha socat -u -4 /dev/zero,readbytes=3000 udp-sendto:192.168.0.2:4053' :: [ 19:11:23 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=3000 udp-sendto:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:23 ] :: [ BEGIN ] :: Running 'sleep 10' :: [ 19:11:33 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 19:11:33 ] :: [ BEGIN ] :: udp should receive 3000 bytes, received 3000 bytes :: actually running 'ls -l udprecv | grep 3000' -rw-r--r--. 1 root root 3000 Dec 17 19:11 udprecv :: [ 19:11:33 ] :: [ PASS ] :: udp should receive 3000 bytes, received 3000 bytes (Expected 0, got 0) :: [ 19:11:33 ] :: [ BEGIN ] :: Running 'pkill socat' :: [ 19:11:33 ] :: [ PASS ] :: Command 'pkill socat' (Expected 0, got 0) :: [ 19:11:33 ] :: [ BEGIN ] :: Running 'pkill tcpdump; sleep 2' 9 packets captured 9 packets received by filter 0 packets dropped by kernel :: [ 19:11:35 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:35 ] :: [ BEGIN ] :: Running 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' egrep: warning: egrep is obsolescent; using grep -E 19:11:23.131385 IP 192.168.0.1 > 192.168.0.2: ESP(spi=0x00001000,seq=0x315), length 1424 :: [ 19:11:35 ] :: [ PASS ] :: Command 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:35 ] :: [ LOG ] :: ***** sctp ****** :: [ 19:11:35 ] :: [ BEGIN ] :: Running 'tcpdump -i br0 > sctp.packet &' dropped privs to tcpdump tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on br0, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 19:11:35 ] :: [ PASS ] :: Command 'tcpdump -i br0 > sctp.packet &' (Expected 0, got 0) :: [ 19:11:35 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:37 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:37 ] :: [ BEGIN ] :: Running 'ip netns exec hb socat -u -4 sctp-listen:4053 open:sctprecv,creat &' :: [ 19:11:37 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 sctp-listen:4053 open:sctprecv,creat &' (Expected 0, got 0) :: [ 19:11:37 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 19:11:39 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha socat -u -4 /dev/zero,readbytes=2000 sctp:192.168.0.2:4053' :: [ 19:11:39 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=2000 sctp:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:39 ] :: [ BEGIN ] :: Running 'sleep 4' :: [ 19:11:43 ] :: [ PASS ] :: Command 'sleep 4' (Expected 0, got 0) :: [ 19:11:43 ] :: [ BEGIN ] :: sctp should receive 2000 bytes, received 2000 bytes :: actually running 'ls -l sctprecv | grep 2000' -rw-r--r--. 1 root root 2000 Dec 17 19:11 sctprecv :: [ 19:11:43 ] :: [ PASS ] :: sctp should receive 2000 bytes, received 2000 bytes (Expected 0, got 0) :: [ 19:11:43 ] :: [ BEGIN ] :: Running 'pkill tcpdump; sleep 2' 15 packets captured 15 packets received by filter 0 packets dropped by kernel :: [ 19:11:45 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:45 ] :: [ BEGIN ] :: Running 'cat sctp.packet | egrep 'AH|ESP|IPComp' | head -n5' egrep: warning: egrep is obsolescent; using grep -E 19:11:39.700216 IP 192.168.0.1 > 192.168.0.2: ESP(spi=0x00001000,seq=0x316), length 100 19:11:39.700335 IP 192.168.0.2 > 192.168.0.1: ESP(spi=0x00001001,seq=0x19a), length 324 19:11:39.700408 IP 192.168.0.1 > 192.168.0.2: ESP(spi=0x00001000,seq=0x317), length 300 19:11:39.700488 IP 192.168.0.2 > 192.168.0.1: ESP(spi=0x00001001,seq=0x19b), length 68 19:11:39.701126 IP 192.168.0.1 > 192.168.0.2: ESP(spi=0x00001000,seq=0x318), length 1476 :: [ 19:11:45 ] :: [ PASS ] :: Command 'cat sctp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) egrep: warning: egrep is obsolescent; using grep -E :: [ 19:11:46 ] :: [ INFO ] :: Sending proc_crypto as proc_crypto Uploading proc_crypto .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 64s :: Assertions: 48 good, 0 bad :: RESULT: PASS (-p esp -e des3_ede -a sha256 -m tunnel -s '65450') ** -p-esp-e-des3-ede-a-sha256-m-tunnel-s-65450- PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:11:46 ] :: [ BEGIN ] :: Running 'bash /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_clean.sh' :: [ 19:11:46 ] :: [ PASS ] :: Command 'bash /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_clean.sh' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (Cleanup) ** Cleanup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: TEST PROTOCOL :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Test run ID : 33 Package : ipsec beakerlib RPM : beakerlib-1.29.3-1.fc38.noarch Test name : networking/ipsec/ipsec_basic/ipsec_basic_netns Test started : 2022-12-17 19:10:37 CET Test finished : 2022-12-17 19:11:47 CET (still running) Test duration : 70 seconds Distro : Fedora release 38 (Rawhide) Hostname : kvm-02-guest04.rhts.eng.brq.redhat.com Architecture : unknown CPUs : 1 x Intel Core Processor (Broadwell, IBRS) RAM size : 3914 MB HDD size : 59.87 GB :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test description :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: IPsec compression: same message size but different content will result in different data size after compression. So we just use a large enough message size(65000) for testing [cipher]: des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 aes: blocksize = 16; min keysize = 16; max keysize = 32 blowfish: blocksize = 8; min keysize = 16; max keysize = 56 twofish: blocksize = 16; min keysize = 16; max keysize = 32 cast6: blocksize = 16; min keysize = 16; max keysize = 32 cast5: blocksize = 8; min keysize = 5; max keysize = 16 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:10:40 ] :: [ PASS ] :: Command 'netperf_install' (Expected 0, got 0) :: [ 19:10:40 ] :: [ PASS ] :: Command 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/ipsec/ipsec_basic/ipsec_basic_netns/ipsec-parameter-setting.sh -p esp -e des3_ede -a sha256 -m tunnel -s '65450'' (Expected 0, got 0) :: [ 19:10:40 ] :: [ LOG ] :: TEST_VER=4, SPI=1000, IPSEC_MODE=tunnel, PROTO=proto esp, ALG=enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f :: [ 19:10:40 ] :: [ PASS ] :: Command 'spi1='0x1000'' (Expected 0, got 0) :: [ 19:10:40 ] :: [ PASS ] :: Command 'spi2='0x1001'' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'source /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_1_net.sh' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add dir out src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add dir in src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel level use' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 192.168.0.2 dst 192.168.0.1 spi 0x1001 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.2 dst 192.168.0.1' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 192.168.0.1 dst 192.168.0.2 spi 0x1000 proto esp enc des3_ede 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f auth hmac\(sha256\) 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f mode tunnel sel src 192.168.0.1 dst 192.168.0.2' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add dir out src 192.168.0.2 dst 192.168.0.1 tmpl src 192.168.0.2 dst 192.168.0.1 proto esp mode tunnel' (Expected 0, got 0) :: [ 19:10:41 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add dir in src 192.168.0.1 dst 192.168.0.2 tmpl src 192.168.0.1 dst 192.168.0.2 proto esp mode tunnel level use' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 4s :: Assertions: 13 good, 0 bad :: RESULT: PASS (Setup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: -p esp -e des3_ede -a sha256 -m tunnel -s '65450' :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:10:42 ] :: [ PASS ] :: Command 'tcpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ PASS ] :: Command 'udpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ PASS ] :: Command 'sctpport=4053' (Expected 0, got 0) :: [ 19:10:42 ] :: [ LOG ] :: ***** icmp ****** :: [ 19:10:42 ] :: [ PASS ] :: Command 'tcpdump -i br0 > icmp.packet &' (Expected 0, got 0) :: [ 19:10:44 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:46 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 10 192.168.0.2' (Expected 0, got 0) :: [ 19:10:47 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 1450 192.168.0.2' (Expected 0, got 0) :: [ 19:10:49 ] :: [ PASS ] :: Command 'ip netns exec ha ping -i 0.4 -c 5 -s 65450 192.168.0.2' (Expected 0, got 0) :: [ 19:10:51 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:10:51 ] :: [ PASS ] :: Command 'cat icmp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:10:51 ] :: [ LOG ] :: ***** tcp ****** :: [ 19:10:51 ] :: [ PASS ] :: Command 'tcpdump -i br0 > tcp.packet &' (Expected 0, got 0) :: [ 19:10:53 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:53 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 tcp-l:4053 open:tcprecv,creat &' (Expected 0, got 0) :: [ 19:10:55 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:10:55 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1048576 tcp-connect:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:00 ] :: [ PASS ] :: Command 'sleep 4' (Expected 0, got 0) :: [ 19:11:00 ] :: [ PASS ] :: tcp should receive 1048576 bytes, received 1048576 bytes (Expected 0, got 0) :: [ 19:11:02 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:02 ] :: [ PASS ] :: Command 'cat tcp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:02 ] :: [ LOG ] :: ***** udp ****** :: [ 19:11:02 ] :: [ PASS ] :: Command 'tcpdump -i br0 > udp.packet &' (Expected 0, got 0) :: [ 19:11:04 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:04 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' (Expected 0, got 0) :: [ 19:11:06 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:06 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=1450 udp-sendto:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:16 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 19:11:16 ] :: [ PASS ] :: udp should receive 1450 bytes, received 1450 bytes (Expected 0, got 0) :: [ 19:11:16 ] :: [ PASS ] :: Command 'pkill socat' (Expected 0, got 0) :: [ 19:11:18 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:18 ] :: [ PASS ] :: Command 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:18 ] :: [ PASS ] :: Command 'tcpdump -i br0 > udp.packet &' (Expected 0, got 0) :: [ 19:11:20 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:21 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 udp-l:4053 open:udprecv,creat &' (Expected 0, got 0) :: [ 19:11:23 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:23 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=3000 udp-sendto:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:33 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 19:11:33 ] :: [ PASS ] :: udp should receive 3000 bytes, received 3000 bytes (Expected 0, got 0) :: [ 19:11:33 ] :: [ PASS ] :: Command 'pkill socat' (Expected 0, got 0) :: [ 19:11:35 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:35 ] :: [ PASS ] :: Command 'cat udp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:35 ] :: [ LOG ] :: ***** sctp ****** :: [ 19:11:35 ] :: [ PASS ] :: Command 'tcpdump -i br0 > sctp.packet &' (Expected 0, got 0) :: [ 19:11:37 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:37 ] :: [ PASS ] :: Command 'ip netns exec hb socat -u -4 sctp-listen:4053 open:sctprecv,creat &' (Expected 0, got 0) :: [ 19:11:39 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 19:11:39 ] :: [ PASS ] :: Command 'ip netns exec ha socat -u -4 /dev/zero,readbytes=2000 sctp:192.168.0.2:4053' (Expected 0, got 0) :: [ 19:11:43 ] :: [ PASS ] :: Command 'sleep 4' (Expected 0, got 0) :: [ 19:11:43 ] :: [ PASS ] :: sctp should receive 2000 bytes, received 2000 bytes (Expected 0, got 0) :: [ 19:11:45 ] :: [ PASS ] :: Command 'pkill tcpdump; sleep 2' (Expected 0, got 0) :: [ 19:11:45 ] :: [ PASS ] :: Command 'cat sctp.packet | egrep 'AH|ESP|IPComp' | head -n5' (Expected 0, got 0) :: [ 19:11:46 ] :: [ INFO ] :: Sending proc_crypto as proc_crypto :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 64s :: Assertions: 48 good, 0 bad :: RESULT: PASS (-p esp -e des3_ede -a sha256 -m tunnel -s '65450') :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:11:46 ] :: [ PASS ] :: Command 'bash /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/networking/common/tools/netns_clean.sh' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (Cleanup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: networking/ipsec/ipsec_basic/ipsec_basic_netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 19:11:47 ] :: [ LOG ] :: Phases fingerprint: GpTeNtEf :: [ 19:11:47 ] :: [ LOG ] :: Asserts fingerprint: T1cCTj04 Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 70s :: Phases: 3 good, 0 bad :: OVERALL RESULT: PASS (networking/ipsec/ipsec_basic/ipsec_basic_netns)