use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:25:10 ] :: [ BEGIN ] :: Running 'systemctl stop firewalld' :: [ 06:25:10 ] :: [ PASS ] :: Command 'systemctl stop firewalld' (Expected 0, got 0) :: [ 06:25:10 ] :: [ BEGIN ] :: Running 'sleep 60' :: [ 06:26:10 ] :: [ PASS ] :: Command 'sleep 60' (Expected 0, got 0) :: [ 06:26:11 ] :: [ BEGIN ] :: Running 'systemctl status firewalld' ○ firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; preset: enabled) Active: inactive (dead) Docs: man:firewalld(1) :: [ 06:26:11 ] :: [ PASS ] :: Command 'systemctl status firewalld' (Expected 1-255, got 3) :: [ 06:26:11 ] :: [ BEGIN ] :: Running 'nft delete table inet filter' Error: Could not process rule: No such file or directory delete table inet filter ^^^^^^ :: [ 06:26:11 ] :: [ PASS ] :: Command 'nft delete table inet filter' (Expected 0-255, got 1) :: [ 06:26:11 ] :: [ BEGIN ] :: Running 'sleep 10' :: [ 06:26:21 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 06:26:21 ] :: [ BEGIN ] :: Running 'sys_ka_idle=7200' :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_idle=7200' (Expected 0, got 0) :: [ 06:26:21 ] :: [ BEGIN ] :: Running 'sys_ka_interval=75' :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_interval=75' (Expected 0, got 0) :: [ 06:26:21 ] :: [ BEGIN ] :: Running 'sys_ka_idle=9' :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_idle=9' (Expected 0, got 0) :: [ 06:26:21 ] :: [ BEGIN ] :: iproute installed :: actually running '/usr/bin/dnf -y install iproute' Last metadata expiration check: 0:12:19 ago on Thu 29 Sep 2022 06:14:04 AM EDT. Package iproute-5.18.0-2.fc37.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! :: [ 06:26:24 ] :: [ PASS ] :: iproute installed (Expected 0, got 0) :: [ 06:26:24 ] :: [ BEGIN ] :: Running 'ip netns add netns_ka' :: [ 06:26:24 ] :: [ PASS ] :: Command 'ip netns add netns_ka' (Expected 0, got 0) :: [ 06:26:24 ] :: [ BEGIN ] :: Running 'ip netns exec netns_ka ip link set lo up' :: [ 06:26:24 ] :: [ PASS ] :: Command 'ip netns exec netns_ka ip link set lo up' (Expected 0, got 0) :: [ 06:26:24 ] :: [ BEGIN ] :: Running 'netns_sys_ka_idle=7200' :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_idle=7200' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'netns_sys_ka_interval=75' :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_interval=75' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'netns_sys_ka_idle=9' :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_idle=9' (Expected 0, got 0) :: [ 06:26:25 ] :: [ LOG ] :: socket settings of keepalive will overide the system's :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'idle=6' :: [ 06:26:25 ] :: [ PASS ] :: Command 'idle=6' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'interval=1' :: [ 06:26:25 ] :: [ PASS ] :: Command 'interval=1' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'maxpkt=10' :: [ 06:26:25 ] :: [ PASS ] :: Command 'maxpkt=10' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'port=7811' :: [ 06:26:25 ] :: [ PASS ] :: Command 'port=7811' (Expected 0, got 0) :: [ 06:26:25 ] :: [ BEGIN ] :: Running 'gcc -g -Wall -o keepalive keepalive.c' keepalive.c: In function ‘main’: keepalive.c:119:9: warning: implicit declaration of function ‘wait’ [-Wimplicit-function-declaration] 119 | wait(&status); | ^~~~ :: [ 06:26:25 ] :: [ PASS ] :: Command 'gcc -g -Wall -o keepalive keepalive.c' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 75s :: Assertions: 19 good, 0 bad :: RESULT: PASS (Setup) ** Setup PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: host :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:26:26 ] :: [ BEGIN ] :: Running 'tcpdump -nn -i lo port 7811 -w tcpdump.host.pcap &' :: [ 06:26:26 ] :: [ PASS ] :: Command 'tcpdump -nn -i lo port 7811 -w tcpdump.host.pcap &' (Expected 0, got 0) dropped privs to tcpdump tcpdump: listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 06:26:31 ] :: [ BEGIN ] :: Running './keepalive 127.0.0.1 7811 6 1 10 &' /usr/sbin/nft :: [ 06:26:31 ] :: [ PASS ] :: Command './keepalive 127.0.0.1 7811 6 1 10 &' (Expected 0, got 0) :: [ 06:26:31 ] :: [ BEGIN ] :: Running 'sleep 31 ' table inet filter { chain input { type filter hook input priority filter; policy accept; iifname "lo" ip protocol tcp tcp dport 7811 tcp flags ack / fin,syn,rst,psh,ack,urg counter packets 0 bytes 0 drop } } :: [ 06:27:02 ] :: [ PASS ] :: Command 'sleep 31 ' (Expected 0, got 0) :: [ 06:27:02 ] :: [ BEGIN ] :: Running 'childpid=297298' :: [ 06:27:02 ] :: [ PASS ] :: Command 'childpid=297298' (Expected 0, got 0) :: [ 06:27:02 ] :: [ BEGIN ] :: Running 'kill -s SIGINT 297298' connected accepted, and block ACK from client Child process terminated normally! nft delete table inet filter:: [ 06:27:02 ] :: [ PASS ] :: Command 'kill -s SIGINT 297298' (Expected 0, got 0) :: [ 06:27:02 ] :: [ BEGIN ] :: Running 'pkill tcpdump' 24 packets captured 48 packets received by filter 0 packets dropped by kernel :: [ 06:27:02 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 06:27:07 ] :: [ BEGIN ] :: Running 'tcpdump -r tcpdump.host.pcap' reading from file tcpdump.host.pcap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump 06:26:31.383544 IP localhost.45456 > localhost.7811: Flags [S], seq 2034507239, win 65495, options [mss 65495,sackOK,TS val 4241550724 ecr 0,nop,wscale 7], length 0 06:26:31.383590 IP localhost.7811 > localhost.45456: Flags [S.], seq 942289712, ack 2034507240, win 65483, options [mss 65495,sackOK,TS val 4241550724 ecr 4241550724,nop,wscale 7], length 0 06:26:31.383621 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241550724 ecr 4241550724], length 0 06:26:37.649388 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 06:26:37.649439 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 06:26:38.673355 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 06:26:38.673392 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 06:26:39.697342 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 06:26:39.697378 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 06:26:40.721349 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 06:26:40.721364 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 06:26:41.745336 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 06:26:41.745356 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 06:26:42.769334 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 06:26:42.769354 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 06:26:43.793335 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 06:26:43.793350 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 06:26:44.817347 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 06:26:44.817362 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 06:26:45.841374 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 06:26:45.841405 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 06:26:46.865338 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 06:26:46.865359 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 06:26:47.889342 IP localhost.7811 > localhost.45456: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241567230 ecr 4241550724], length 0 :: [ 06:27:07 ] :: [ LOG ] :: Output of 'tcpdump -r tcpdump.host.pcap': :: [ 06:27:07 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 06:27:07 ] :: [ LOG ] :: reading from file tcpdump.host.pcap, link-type EN10MB (Ethernet), snapshot length 262144 :: [ 06:27:07 ] :: [ LOG ] :: dropped privs to tcpdump :: [ 06:27:07 ] :: [ LOG ] :: 06:26:31.383544 IP localhost.45456 > localhost.7811: Flags [S], seq 2034507239, win 65495, options [mss 65495,sackOK,TS val 4241550724 ecr 0,nop,wscale 7], length 0 :: [ 06:27:07 ] :: [ LOG ] :: 06:26:31.383590 IP localhost.7811 > localhost.45456: Flags [S.], seq 942289712, ack 2034507240, win 65483, options [mss 65495,sackOK,TS val 4241550724 ecr 4241550724,nop,wscale 7], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:31.383621 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241550724 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:37.649388 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:37.649439 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:38.673355 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:38.673392 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:39.697342 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:39.697378 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:40.721349 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:40.721364 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:41.745336 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:41.745356 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:42.769334 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:42.769354 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:43.793335 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:43.793350 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:44.817347 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:44.817362 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:45.841374 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:45.841405 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:46.865338 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:46.865359 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:47.889342 IP localhost.7811 > localhost.45456: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241567230 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 06:27:08 ] :: [ PASS ] :: Command 'tcpdump -r tcpdump.host.pcap' (Expected 0, got 0) reading from file tcpdump.host.pcap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump :: [ 06:27:08 ] :: [ BEGIN ] :: Running 'kalive_pkts=10' :: [ 06:27:08 ] :: [ PASS ] :: Command 'kalive_pkts=10' (Expected 0, got 0) :: [ 06:27:08 ] :: [ PASS ] :: pass: kalive_pkts equals 10 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 42s :: Assertions: 9 good, 0 bad :: RESULT: PASS (host) ** host PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:27:09 ] :: [ BEGIN ] :: Running 'ip netns exec netns_ka tcpdump -nn -i lo port 7811 -w tcpdump.netns.pcap &' :: [ 06:27:09 ] :: [ PASS ] :: Command 'ip netns exec netns_ka tcpdump -nn -i lo port 7811 -w tcpdump.netns.pcap &' (Expected 0, got 0) dropped privs to tcpdump tcpdump: listening on lo, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 06:27:14 ] :: [ BEGIN ] :: Running 'ip netns exec netns_ka ./keepalive 127.0.0.1 7811 6 1 10 &' /usr/sbin/nft :: [ 06:27:14 ] :: [ PASS ] :: Command 'ip netns exec netns_ka ./keepalive 127.0.0.1 7811 6 1 10 &' (Expected 0, got 0) table inet filter { chain input { type filter hook input priority filter; policy accept; iifname "lo" ip protocol tcp tcp dport 7811 tcp flags ack / fin,syn,rst,psh,ack,urg counter packets 0 bytes 0 drop } } :: [ 06:27:14 ] :: [ BEGIN ] :: Running 'sleep 31 ' :: [ 06:27:45 ] :: [ PASS ] :: Command 'sleep 31 ' (Expected 0, got 0) :: [ 06:27:45 ] :: [ BEGIN ] :: Running 'childpid=297918' :: [ 06:27:45 ] :: [ PASS ] :: Command 'childpid=297918' (Expected 0, got 0) :: [ 06:27:45 ] :: [ BEGIN ] :: Running 'kill -s SIGINT 297918' connected accepted, and block ACK from client Child process terminated normally! nft delete table inet filter:: [ 06:27:45 ] :: [ PASS ] :: Command 'kill -s SIGINT 297918' (Expected 0, got 0) :: [ 06:27:45 ] :: [ BEGIN ] :: Running 'pkill tcpdump' 24 packets captured 48 packets received by filter 0 packets dropped by kernel :: [ 06:27:45 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 06:27:50 ] :: [ BEGIN ] :: Running 'tcpdump -r tcpdump.netns.pcap' reading from file tcpdump.netns.pcap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump 06:27:14.270153 IP localhost.44486 > localhost.7811: Flags [S], seq 1362790721, win 65495, options [mss 65495,sackOK,TS val 4241593611 ecr 0,nop,wscale 7], length 0 06:27:14.270185 IP localhost.7811 > localhost.44486: Flags [S.], seq 3334979724, ack 1362790722, win 65483, options [mss 65495,sackOK,TS val 4241593611 ecr 4241593611,nop,wscale 7], length 0 06:27:14.270213 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241593611 ecr 4241593611], length 0 06:27:20.657378 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 06:27:20.657397 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 06:27:21.681349 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 06:27:21.681365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 06:27:22.705347 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 06:27:22.705362 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 06:27:23.729340 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 06:27:23.729355 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 06:27:24.753350 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 06:27:24.753365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 06:27:25.777353 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 06:27:25.777368 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 06:27:26.801371 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 06:27:26.801404 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 06:27:27.825365 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 06:27:27.825395 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 06:27:28.849374 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 06:27:28.849405 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 06:27:29.873344 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 06:27:29.873359 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 06:27:30.897364 IP localhost.7811 > localhost.44486: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241610238 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: Output of 'tcpdump -r tcpdump.netns.pcap': :: [ 06:27:50 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 06:27:50 ] :: [ LOG ] :: reading from file tcpdump.netns.pcap, link-type EN10MB (Ethernet), snapshot length 262144 :: [ 06:27:50 ] :: [ LOG ] :: dropped privs to tcpdump :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270153 IP localhost.44486 > localhost.7811: Flags [S], seq 1362790721, win 65495, options [mss 65495,sackOK,TS val 4241593611 ecr 0,nop,wscale 7], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270185 IP localhost.7811 > localhost.44486: Flags [S.], seq 3334979724, ack 1362790722, win 65483, options [mss 65495,sackOK,TS val 4241593611 ecr 4241593611,nop,wscale 7], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270213 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241593611 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:20.657378 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:20.657397 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:21.681349 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:21.681365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:22.705347 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:22.705362 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:23.729340 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:23.729355 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:24.753350 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:24.753365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:25.777353 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:25.777368 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:26.801371 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:26.801404 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:27.825365 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:27.825395 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:28.849374 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:28.849405 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:29.873344 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:29.873359 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:30.897364 IP localhost.7811 > localhost.44486: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241610238 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 06:27:51 ] :: [ PASS ] :: Command 'tcpdump -r tcpdump.netns.pcap' (Expected 0, got 0) reading from file tcpdump.netns.pcap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump :: [ 06:27:51 ] :: [ BEGIN ] :: Running 'kalive_pkts=10' :: [ 06:27:51 ] :: [ PASS ] :: Command 'kalive_pkts=10' (Expected 0, got 0) :: [ 06:27:51 ] :: [ PASS ] :: pass: kalive_pkts equals 10 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 42s :: Assertions: 9 good, 0 bad :: RESULT: PASS (netns) ** netns PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:27:52 ] :: [ BEGIN ] :: Running 'ip netns del netns_ka' :: [ 06:27:52 ] :: [ PASS ] :: Command 'ip netns del netns_ka' (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 : 14 Package : unknown beakerlib RPM : beakerlib-1.29.2-1.fc38.noarch Test name : unknown Test started : 2022-09-29 06:25:10 EDT Test finished : 2022-09-29 06:27:52 EDT (still running) Test duration : 162 seconds Distro : Fedora release 38 (Rawhide) Hostname : hpe-ml350egen8-01.hpe2.lab.eng.bos.redhat.com Architecture : unknown CPUs : 32 x Intel(R) Xeon(R) CPU E5-2450 0 @ 2.10GHz RAM size : 15968 MB HDD size : 931.39 GB :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test description :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Keep-Alive Process: There are three configurable properties that determine how Keep-Alives work. On Linux they are1: tcp_keepalive_time default 7200 seconds tcp_keepalive_probes default 9 tcp_keepalive_intvl default 75 seconds TCP keepalive works like this: Client opens TCP connection If the connection is silent for tcp_keepalive_time seconds, send a single empty ACK packet.1 Did the server respond with a corresponding ACK of its own? No Wait tcp_keepalive_intvl seconds, then send another ACK Repeat until the number of ACK probes that have been sent equals tcp_keepalive_probes. If no response has been received at this point, send a RST and terminate the connection. Yes: Return to step 2 This process is enabled by default on most operating systems, and thus dead TCP connections are regularly pruned once the other end has been responsive for 2 hours 11 minutes (7200 seconds + 75 * 9 seconds). This test case: Use socket options to overide the system's, and test keepalive process. TCP_KEEPIDLE ----> tcp_keepalive_time TCP_KEEPCNT ----> tcp_keepalive_probes TCP_KEEPINTVL ----> tcp_keepalive_intvl For namespace: Bug 1476667 - [RFE] Namespace tcp_keepalive_time sysctl knob :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:25:10 ] :: [ PASS ] :: Command 'systemctl stop firewalld' (Expected 0, got 0) :: [ 06:26:10 ] :: [ PASS ] :: Command 'sleep 60' (Expected 0, got 0) :: [ 06:26:11 ] :: [ PASS ] :: Command 'systemctl status firewalld' (Expected 1-255, got 3) :: [ 06:26:11 ] :: [ PASS ] :: Command 'nft delete table inet filter' (Expected 0-255, got 1) :: [ 06:26:21 ] :: [ PASS ] :: Command 'sleep 10' (Expected 0, got 0) :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_idle=7200' (Expected 0, got 0) :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_interval=75' (Expected 0, got 0) :: [ 06:26:21 ] :: [ PASS ] :: Command 'sys_ka_idle=9' (Expected 0, got 0) :: [ 06:26:24 ] :: [ PASS ] :: iproute installed (Expected 0, got 0) :: [ 06:26:24 ] :: [ PASS ] :: Command 'ip netns add netns_ka' (Expected 0, got 0) :: [ 06:26:24 ] :: [ PASS ] :: Command 'ip netns exec netns_ka ip link set lo up' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_idle=7200' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_interval=75' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'netns_sys_ka_idle=9' (Expected 0, got 0) :: [ 06:26:25 ] :: [ LOG ] :: socket settings of keepalive will overide the system's :: [ 06:26:25 ] :: [ PASS ] :: Command 'idle=6' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'interval=1' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'maxpkt=10' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'port=7811' (Expected 0, got 0) :: [ 06:26:25 ] :: [ PASS ] :: Command 'gcc -g -Wall -o keepalive keepalive.c' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 75s :: Assertions: 19 good, 0 bad :: RESULT: PASS (Setup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: host :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:26:26 ] :: [ PASS ] :: Command 'tcpdump -nn -i lo port 7811 -w tcpdump.host.pcap &' (Expected 0, got 0) :: [ 06:26:31 ] :: [ PASS ] :: Command './keepalive 127.0.0.1 7811 6 1 10 &' (Expected 0, got 0) :: [ 06:27:02 ] :: [ PASS ] :: Command 'sleep 31 ' (Expected 0, got 0) :: [ 06:27:02 ] :: [ PASS ] :: Command 'childpid=297298' (Expected 0, got 0) :: [ 06:27:02 ] :: [ PASS ] :: Command 'kill -s SIGINT 297298' (Expected 0, got 0) :: [ 06:27:02 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 06:27:07 ] :: [ LOG ] :: Output of 'tcpdump -r tcpdump.host.pcap': :: [ 06:27:07 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 06:27:07 ] :: [ LOG ] :: reading from file tcpdump.host.pcap, link-type EN10MB (Ethernet), snapshot length 262144 :: [ 06:27:07 ] :: [ LOG ] :: dropped privs to tcpdump :: [ 06:27:07 ] :: [ LOG ] :: 06:26:31.383544 IP localhost.45456 > localhost.7811: Flags [S], seq 2034507239, win 65495, options [mss 65495,sackOK,TS val 4241550724 ecr 0,nop,wscale 7], length 0 :: [ 06:27:07 ] :: [ LOG ] :: 06:26:31.383590 IP localhost.7811 > localhost.45456: Flags [S.], seq 942289712, ack 2034507240, win 65483, options [mss 65495,sackOK,TS val 4241550724 ecr 4241550724,nop,wscale 7], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:31.383621 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241550724 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:37.649388 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:37.649439 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241556990 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:38.673355 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:38.673392 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241558014 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:39.697342 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:39.697378 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241559038 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:40.721349 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:40.721364 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241560062 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:41.745336 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:41.745356 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241561086 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:42.769334 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:42.769354 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241562110 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:43.793335 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:43.793350 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241563134 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:44.817347 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:44.817362 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241564158 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:45.841374 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:45.841405 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241565182 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:46.865338 IP localhost.7811 > localhost.45456: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:46.865359 IP localhost.45456 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241566206 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: 06:26:47.889342 IP localhost.7811 > localhost.45456: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241567230 ecr 4241550724], length 0 :: [ 06:27:08 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 06:27:08 ] :: [ PASS ] :: Command 'tcpdump -r tcpdump.host.pcap' (Expected 0, got 0) :: [ 06:27:08 ] :: [ PASS ] :: Command 'kalive_pkts=10' (Expected 0, got 0) :: [ 06:27:08 ] :: [ PASS ] :: pass: kalive_pkts equals 10 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 42s :: Assertions: 9 good, 0 bad :: RESULT: PASS (host) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: netns :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:27:09 ] :: [ PASS ] :: Command 'ip netns exec netns_ka tcpdump -nn -i lo port 7811 -w tcpdump.netns.pcap &' (Expected 0, got 0) :: [ 06:27:14 ] :: [ PASS ] :: Command 'ip netns exec netns_ka ./keepalive 127.0.0.1 7811 6 1 10 &' (Expected 0, got 0) :: [ 06:27:45 ] :: [ PASS ] :: Command 'sleep 31 ' (Expected 0, got 0) :: [ 06:27:45 ] :: [ PASS ] :: Command 'childpid=297918' (Expected 0, got 0) :: [ 06:27:45 ] :: [ PASS ] :: Command 'kill -s SIGINT 297918' (Expected 0, got 0) :: [ 06:27:45 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 06:27:50 ] :: [ LOG ] :: Output of 'tcpdump -r tcpdump.netns.pcap': :: [ 06:27:50 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 06:27:50 ] :: [ LOG ] :: reading from file tcpdump.netns.pcap, link-type EN10MB (Ethernet), snapshot length 262144 :: [ 06:27:50 ] :: [ LOG ] :: dropped privs to tcpdump :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270153 IP localhost.44486 > localhost.7811: Flags [S], seq 1362790721, win 65495, options [mss 65495,sackOK,TS val 4241593611 ecr 0,nop,wscale 7], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270185 IP localhost.7811 > localhost.44486: Flags [S.], seq 3334979724, ack 1362790722, win 65483, options [mss 65495,sackOK,TS val 4241593611 ecr 4241593611,nop,wscale 7], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:14.270213 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241593611 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:20.657378 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:20.657397 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241599998 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:21.681349 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:21.681365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241601022 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:22.705347 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:22.705362 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241602046 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:23.729340 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:23.729355 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241603070 ecr 4241593611], length 0 :: [ 06:27:50 ] :: [ LOG ] :: 06:27:24.753350 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:24.753365 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241604094 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:25.777353 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:25.777368 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241605118 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:26.801371 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:26.801404 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241606142 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:27.825365 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:27.825395 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241607166 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:28.849374 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:28.849405 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241608190 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:29.873344 IP localhost.7811 > localhost.44486: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:29.873359 IP localhost.44486 > localhost.7811: Flags [.], ack 1, win 512, options [nop,nop,TS val 4241609214 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: 06:27:30.897364 IP localhost.7811 > localhost.44486: Flags [R.], seq 1, ack 1, win 512, options [nop,nop,TS val 4241610238 ecr 4241593611], length 0 :: [ 06:27:51 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 06:27:51 ] :: [ PASS ] :: Command 'tcpdump -r tcpdump.netns.pcap' (Expected 0, got 0) :: [ 06:27:51 ] :: [ PASS ] :: Command 'kalive_pkts=10' (Expected 0, got 0) :: [ 06:27:51 ] :: [ PASS ] :: pass: kalive_pkts equals 10 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 42s :: Assertions: 9 good, 0 bad :: RESULT: PASS (netns) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:27:52 ] :: [ PASS ] :: Command 'ip netns del netns_ka' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (Cleanup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: unknown :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 06:27:52 ] :: [ LOG ] :: Phases fingerprint: 3TFH3dbq :: [ 06:27:52 ] :: [ LOG ] :: Asserts fingerprint: cDYg/isO Uploading journal.xml .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 162s :: Phases: 4 good, 0 bad :: OVERALL RESULT: PASS (unknown)