chmod a+x ./runtest.sh ./runtest.sh ../../common/include.sh: line 8: /usr/bin/rhts_environment.sh: No such file or directory Warning: failed loading '/etc/yum.repos.d/kernel-automotive-5.14.0-386.346.3395_1080364463.el9iv.repo', skipping. Repository 'rhivos' is missing name in configuration, using id. Repository 'rhivos-debug' is missing name in configuration, using id. Repository 'rhivos-source' is missing name in configuration, using id. Repository 'test' is missing name in configuration, using id. Last metadata expiration check: 3:30:34 ago on Thu 23 Nov 2023 08:17:55 AM UTC. Package gcc-11.4.1-2.3.el9.aarch64 is already installed. Dependencies resolved. Nothing to do. Complete! :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:30 ] :: [ BEGIN ] :: Running 'cat /usr/include/linux/netlink.h | grep -E 'NETLINK_DUMP_STRICT_CHK|NETLINK_GET_STRICT_CHK'' #define NETLINK_GET_STRICT_CHK 12 :: [ 11:48:30 ] :: [ PASS ] :: Command 'cat /usr/include/linux/netlink.h | grep -E 'NETLINK_DUMP_STRICT_CHK|NETLINK_GET_STRICT_CHK'' (Expected 0-255, got 0) > :: [ 11:48:30 ] :: [ BEGIN ] :: Running 'dnf install -y gcc' Warning: failed loading '/etc/yum.repos.d/kernel-automotive-5.14.0-386.346.3395_1080364463.el9iv.repo', skipping. Repository 'rhivos' is missing name in configuration, using id. Repository 'rhivos-debug' is missing name in configuration, using id. Repository 'rhivos-source' is missing name in configuration, using id. Repository 'test' is missing name in configuration, using id. Last metadata expiration check: 3:30:36 ago on Thu 23 Nov 2023 08:17:55 AM UTC. Package gcc-11.4.1-2.3.el9.aarch64 is already installed. Dependencies resolved. Nothing to do. Complete! :: [ 11:48:31 ] :: [ PASS ] :: Command 'dnf install -y gcc' (Expected 0, got 0) :: [ 11:48:31 ] :: [ BEGIN ] :: Running 'cc tools/join_group.c -o join_group' :: [ 11:48:31 ] :: [ PASS ] :: Command 'cc tools/join_group.c -o join_group' (Expected 0, got 0) + 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 Warning: failed loading '/etc/yum.repos.d/kernel-automotive-5.14.0-386.346.3395_1080364463.el9iv.repo', skipping. Repository 'rhivos' is missing name in configuration, using id. Repository 'rhivos-debug' is missing name in configuration, using id. Repository 'rhivos-source' is missing name in configuration, using id. Repository 'test' is missing name in configuration, using id. Last metadata expiration check: 3:30:39 ago on Thu 23 Nov 2023 08:17:55 AM UTC. Package python3-scapy-2.5.0-1.el9.noarch is already installed. Dependencies resolved. Nothing to do. Complete! Usage: scapy.py [-s sessionfile] [-c new_startup_file] [-p new_prestart_file] [-C] [-P] [-H] Args: -H: header-less start -C: do not read startup file -P: do not read pre-startup file :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 5s :: Assertions: 3 good, 0 bad :: RESULT: PASS (Setup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_addrlabel :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip link add veth12897 type veth peer veth12898' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip link add veth12897 type veth peer veth12898' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip addrlabel list' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel list' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip addrlabel add prefix 1111::1/64 label 1111' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel add prefix 1111::1/64 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip addrlabel add prefix 1111::2/128 dev veth12897 label 1111' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel add prefix 1111::2/128 dev veth12897 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip addrlabel del prefix 1111::/64 label 1111' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel del prefix 1111::/64 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip addrlabel flush' :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel flush' (Expected 0, got 0) :: [ 11:48:35 ] :: [ BEGIN ] :: Running 'ip link del veth12897' :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip link del veth12897' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 7 good, 0 bad :: RESULT: PASS (ip_addrlabel) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_addr :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever inet6 2000::1/64 scope global valid_lft forever preferred_lft forever inet6 fe80::827:28ff:fec0:b205/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -4 addr' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link-netnsid 0 inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 addr' 1: lo: mtu 65536 state UNKNOWN qlen 1000 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1670: ha_veth0@if1669: mtu 1500 state UP qlen 1000 inet6 2000::1/64 scope global valid_lft forever preferred_lft forever inet6 fe80::827:28ff:fec0:b205/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr save > addr.info' :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr save > addr.info' (Expected 0, got 0) :: [ 11:48:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip route save > route.info' :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip route save > route.info' (Expected 0, got 0) :: [ 11:48:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr showdump < addr.info' if1: inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever if1670: inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever if1: inet6 ::1/128 scope host valid_lft forever preferred_lft forever if1670: inet6 2000::1/64 scope global valid_lft forever preferred_lft forever if1670: inet6 fe80::827:28ff:fec0:b205/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr showdump < addr.info' (Expected 0, got 0) :: [ 11:48:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr flush dev ha_veth0' :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:48:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip add list' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip add list' (Expected 0, got 0) :: [ 11:48:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr add 1.1.1.1/24 dev ha_veth0' :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1.1.1.1/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr add 1111::11/64 dev ha_veth0' :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1111::11/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 addr add 1.1.1.2/22 dev ha_veth0' Error: inet6 prefix is expected rather than "1.1.1.2/22". :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr add 1.1.1.2/22 dev ha_veth0' (Expected 1, got 1) :: [ 11:48:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -4 addr add 1111::12/62 dev ha_veth0' Error: inet prefix is expected rather than "1111::12/62". :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 addr add 1111::12/62 dev ha_veth0' (Expected 1, got 1) :: [ 11:48:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev ha_veth0' :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr add 1111::12/64 dev ha_veth0 valid_lft 3600 preferred_lft 1800' :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1111::12/64 dev ha_veth0 valid_lft 3600 preferred_lft 1800' (Expected 0, got 0) :: [ 11:48:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr change 1111::12/64 dev ha_veth0 valid_lft 10 preferred_lft 5' :: [ 11:48:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr change 1111::12/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:54 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr show dev ha_veth0 | grep 1111::12' :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0 | grep 1111::12' (Expected 1, got 1) :: [ 11:48:54 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr change 1111::13/64 dev ha_veth0 valid_lft 10 preferred_lft 5' :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr change 1111::13/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:54 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr replace 1111::14/64 dev ha_veth0 valid_lft 10 preferred_lft 5' :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr replace 1111::14/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:54 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr show dev ha_veth0' 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 1.1.1.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever inet 1.1.1.2/24 brd 1.1.1.255 scope global secondary ha_veth0 valid_lft forever preferred_lft forever inet6 1111::14/64 scope global tentative dynamic valid_lft 10sec preferred_lft 5sec inet6 1111::13/64 scope global tentative dynamic valid_lft 10sec preferred_lft 5sec inet6 1111::11/64 scope global valid_lft forever preferred_lft forever :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr del 1.1.1.2/24 dev ha_veth0' :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1.1.1.2/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr del 1.1.1.1/24 dev ha_veth0' :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1.1.1.1/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr del 1111::11/64 dev ha_veth0' :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::11/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr del 1111::13/64 dev ha_veth0' :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::13/64 dev ha_veth0' (Expected 0,1, got 0) :: [ 11:48:55 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr del 1111::14/64 dev ha_veth0' :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::14/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:56 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr flush dev ha_veth0' :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:48:56 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr restore < addr.info' RTNETLINK answers: File exists Error: ipv6: address already assigned. :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr restore < addr.info' (Expected 0, got 0) :: [ 11:48:56 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip route restore < route.info' RTNETLINK answers: File exists :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip route restore < route.info' (Expected 0, got 0) :: [ 11:48:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever inet6 2000::2/64 scope global valid_lft forever preferred_lft forever inet6 fe80::184b:37ff:fe87:cf08/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr' (Expected 0, got 0) :: [ 11:48:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -4 addr' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link-netnsid 0 inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 addr' (Expected 0, got 0) :: [ 11:48:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 addr' 1: lo: mtu 65536 state UNKNOWN qlen 1000 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1672: hb_veth0@if1671: mtu 1500 state UP qlen 1000 inet6 2000::2/64 scope global valid_lft forever preferred_lft forever inet6 fe80::184b:37ff:fe87:cf08/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr' (Expected 0, got 0) :: [ 11:48:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr save > addr.info' :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr save > addr.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip route save > route.info' :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip route save > route.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr showdump < addr.info' if1: inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever if1672: inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever if1: inet6 ::1/128 scope host valid_lft forever preferred_lft forever if1672: inet6 2000::2/64 scope global valid_lft forever preferred_lft forever if1672: inet6 fe80::184b:37ff:fe87:cf08/64 scope link valid_lft forever preferred_lft forever :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr showdump < addr.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr flush dev hb_veth0' :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip add list' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip add list' (Expected 0, got 0) :: [ 11:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr add 1.1.1.1/24 dev hb_veth0' :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1.1.1.1/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr add 1111::11/64 dev hb_veth0' :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1111::11/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 addr add 1.1.1.2/22 dev hb_veth0' Error: inet6 prefix is expected rather than "1.1.1.2/22". :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr add 1.1.1.2/22 dev hb_veth0' (Expected 1, got 1) :: [ 11:48:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -4 addr add 1111::12/62 dev hb_veth0' Error: inet prefix is expected rather than "1111::12/62". :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 addr add 1111::12/62 dev hb_veth0' (Expected 1, got 1) :: [ 11:48:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev hb_veth0' :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr add 1111::12/64 dev hb_veth0 valid_lft 3600 preferred_lft 1800' :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1111::12/64 dev hb_veth0 valid_lft 3600 preferred_lft 1800' (Expected 0, got 0) :: [ 11:48:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr change 1111::12/64 dev hb_veth0 valid_lft 10 preferred_lft 5' :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr change 1111::12/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:14 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr show dev hb_veth0 | grep 1111::12' :: [ 11:49:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0 | grep 1111::12' (Expected 1, got 1) :: [ 11:49:14 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr change 1111::13/64 dev hb_veth0 valid_lft 10 preferred_lft 5' :: [ 11:49:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr change 1111::13/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:14 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr replace 1111::14/64 dev hb_veth0 valid_lft 10 preferred_lft 5' :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr replace 1111::14/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr show dev hb_veth0' 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 1.1.1.1/24 scope global hb_veth0 valid_lft forever preferred_lft forever inet 1.1.1.2/24 brd 1.1.1.255 scope global secondary hb_veth0 valid_lft forever preferred_lft forever inet6 1111::14/64 scope global tentative dynamic valid_lft 10sec preferred_lft 5sec inet6 1111::13/64 scope global tentative dynamic valid_lft 10sec preferred_lft 5sec inet6 1111::11/64 scope global valid_lft forever preferred_lft forever :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr del 1.1.1.2/24 dev hb_veth0' :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1.1.1.2/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr del 1.1.1.1/24 dev hb_veth0' :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1.1.1.1/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr del 1111::11/64 dev hb_veth0' :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::11/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr del 1111::13/64 dev hb_veth0' :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::13/64 dev hb_veth0' (Expected 0,1, got 0) :: [ 11:49:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr del 1111::14/64 dev hb_veth0' :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::14/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr flush dev hb_veth0' :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:49:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr restore < addr.info' RTNETLINK answers: File exists Error: ipv6: address already assigned. :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr restore < addr.info' (Expected 0, got 0) :: [ 11:49:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip route restore < route.info' RTNETLINK answers: File exists :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip route restore < route.info' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 40s :: Assertions: 54 good, 0 bad :: RESULT: PASS (ip_addr) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_link :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip link add veth28114 type veth peer veth28115' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link add veth28114 type veth peer veth28115' (Expected 0, got 0) :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip link set veth28114 up && ip link set veth28115 up' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set veth28114 up && ip link set veth28115 up' (Expected 0, got 0) :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_vlan txqueuelen -8713 address 00:a3:fb:e3:b9:41 broadcast 00:ff:58:fd:e3:b4 type vlan id 3' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_vlan txqueuelen -8713 address 00:a3:fb:e3:b9:41 broadcast 00:ff:58:fd:e3:b4 type vlan id 3' (Expected 0, got 0) :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip link set my_vlan down' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set my_vlan down' (Expected 0, got 0) my_vlan :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_vlan' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip netns add netns_my_vlan' (Expected 0, got 0) :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip link set my_vlan netns netns_my_vlan' :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set my_vlan netns netns_my_vlan' (Expected 0, got 0) :: [ 11:49:17 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link set my_vlan arp on dynamic off allmulticast on promisc off trailers off txqueuelen 12460 name my_vlan_new broadcast 00:8e:17:b8:a5:52 address 00:0c:ad:29:33:22' :: [ 11:49:18 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan arp on dynamic off allmulticast on promisc off trailers off txqueuelen 12460 name my_vlan_new broadcast 00:8e:17:b8:a5:52 address 00:0c:ad:29:33:22' (Expected 0, got 0) :: [ 11:49:18 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link set my_vlan_new up' :: [ 11:49:18 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new up' (Expected 0, got 0) :: [ 11:49:20 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link set my_vlan_new down' :: [ 11:49:20 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new down' (Expected 0, got 0) :: [ 11:49:22 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link set my_vlan_new up arp on dynamic off allmulticast off promisc off trailers on txqueuelen 46469 name my_vlan broadcast 00:dc:3c:e0:95:9e address 00:0c:ad:29:33:22' :: [ 11:49:23 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new up arp on dynamic off allmulticast off promisc off trailers on txqueuelen 46469 name my_vlan broadcast 00:dc:3c:e0:95:9e address 00:0c:ad:29:33:22' (Expected 0, got 0) :: [ 11:49:23 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link show my_vlan' 1677: my_vlan@if1676: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 46469 link/ether 00:0c:ad:29:33:22 brd 00:dc:3c:e0:95:9e link-netnsid 0 :: [ 11:49:23 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link show my_vlan' (Expected 0, got 0) :: [ 11:49:23 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_vlan ip link del my_vlan' :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link del my_vlan' (Expected 0, got 0) :: [ 11:49:24 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_vlan' :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns del netns_my_vlan' (Expected 0, got 0) :: [ 11:49:24 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_veth txqueuelen -38019 address 00:87:c4:fa:52:b4 broadcast 00:56:3d:b8:d2:1d type veth peer name my_veth.1' :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_veth txqueuelen -38019 address 00:87:c4:fa:52:b4 broadcast 00:56:3d:b8:d2:1d type veth peer name my_veth.1' (Expected 0, got 0) :: [ 11:49:24 ] :: [ BEGIN ] :: Running 'ip link set my_veth down' :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip link set my_veth down' (Expected 0, got 0) my_veth :: [ 11:49:24 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_veth' :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns add netns_my_veth' (Expected 0, got 0) :: [ 11:49:24 ] :: [ BEGIN ] :: Running 'ip link set my_veth netns netns_my_veth' :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip link set my_veth netns netns_my_veth' (Expected 0, got 0) :: [ 11:49:25 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link set my_veth arp on dynamic off allmulticast off promisc on trailers off txqueuelen 55025 name my_veth_new broadcast 00:4d:c3:f4:5f:07 address 00:87:69:45:a0:9b' :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth arp on dynamic off allmulticast off promisc on trailers off txqueuelen 55025 name my_veth_new broadcast 00:4d:c3:f4:5f:07 address 00:87:69:45:a0:9b' (Expected 0, got 0) :: [ 11:49:25 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link set my_veth_new up' :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new up' (Expected 0, got 0) :: [ 11:49:27 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link set my_veth_new down' :: [ 11:49:27 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new down' (Expected 0, got 0) :: [ 11:49:29 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link set my_veth_new up arp off dynamic on allmulticast on promisc off trailers off txqueuelen -49661 name my_veth broadcast 00:87:47:6e:e6:d0 address 00:87:69:45:a0:9b' :: [ 11:49:30 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new up arp off dynamic on allmulticast on promisc off trailers off txqueuelen -49661 name my_veth broadcast 00:87:47:6e:e6:d0 address 00:87:69:45:a0:9b' (Expected 0, got 0) :: [ 11:49:30 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link show my_veth' 1679: my_veth@if1678: mtu 1500 qdisc noqueue state LOWERLAYERDOWN mode DEFAULT group default qlen -49661 link/ether 00:87:69:45:a0:9b brd 00:87:47:6e:e6:d0 link-netnsid 0 :: [ 11:49:30 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link show my_veth' (Expected 0, got 0) :: [ 11:49:30 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_veth ip link del my_veth' :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link del my_veth' (Expected 0, got 0) :: [ 11:49:31 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_veth' :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns del netns_my_veth' (Expected 0, got 0) :: [ 11:49:31 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_dummy txqueuelen -18617 address 00:44:9a:b1:40:e9 broadcast 00:3e:dd:e4:5f:09 type dummy ' :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_dummy txqueuelen -18617 address 00:44:9a:b1:40:e9 broadcast 00:3e:dd:e4:5f:09 type dummy ' (Expected 0, got 0) :: [ 11:49:31 ] :: [ BEGIN ] :: Running 'ip link set my_dummy down' :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip link set my_dummy down' (Expected 0, got 0) my_dummy :: [ 11:49:31 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_dummy' :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns add netns_my_dummy' (Expected 0, got 0) :: [ 11:49:31 ] :: [ BEGIN ] :: Running 'ip link set my_dummy netns netns_my_dummy' :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip link set my_dummy netns netns_my_dummy' (Expected 0, got 0) :: [ 11:49:32 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link set my_dummy arp off dynamic off allmulticast on promisc on trailers off txqueuelen -9068 name my_dummy_new broadcast 00:54:93:e2:ec:05 address 00:f3:8e:45:08:2b' :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy arp off dynamic off allmulticast on promisc on trailers off txqueuelen -9068 name my_dummy_new broadcast 00:54:93:e2:ec:05 address 00:f3:8e:45:08:2b' (Expected 0, got 0) :: [ 11:49:32 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link set my_dummy_new up' :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new up' (Expected 0, got 0) :: [ 11:49:34 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link set my_dummy_new down' :: [ 11:49:34 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new down' (Expected 0, got 0) :: [ 11:49:37 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link set my_dummy_new up arp off dynamic off allmulticast off promisc off trailers on txqueuelen 20171 name my_dummy broadcast 00:14:85:15:e2:71 address 00:f3:8e:45:08:2b' :: [ 11:49:37 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new up arp off dynamic off allmulticast off promisc off trailers on txqueuelen 20171 name my_dummy broadcast 00:14:85:15:e2:71 address 00:f3:8e:45:08:2b' (Expected 0, got 0) :: [ 11:49:37 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link show my_dummy' 1680: my_dummy: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 20171 link/ether 00:f3:8e:45:08:2b brd 00:14:85:15:e2:71 :: [ 11:49:37 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link show my_dummy' (Expected 0, got 0) :: [ 11:49:37 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_dummy ip link del my_dummy' :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link del my_dummy' (Expected 0, got 0) :: [ 11:49:38 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_dummy' :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns del netns_my_dummy' (Expected 0, got 0) :: [ 11:49:38 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_ifb txqueuelen -3745 address 00:c4:97:ee:58:69 broadcast 00:f7:a1:71:3b:61 type ifb ' :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_ifb txqueuelen -3745 address 00:c4:97:ee:58:69 broadcast 00:f7:a1:71:3b:61 type ifb ' (Expected 0, got 0) :: [ 11:49:38 ] :: [ BEGIN ] :: Running 'ip link set my_ifb down' :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip link set my_ifb down' (Expected 0, got 0) my_ifb :: [ 11:49:38 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_ifb' :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns add netns_my_ifb' (Expected 0, got 0) :: [ 11:49:38 ] :: [ BEGIN ] :: Running 'ip link set my_ifb netns netns_my_ifb' :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip link set my_ifb netns netns_my_ifb' (Expected 0, got 0) :: [ 11:49:39 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link set my_ifb arp on dynamic off allmulticast off promisc off trailers off txqueuelen 20027 name my_ifb_new broadcast 00:b0:c3:78:26:46 ' :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb arp on dynamic off allmulticast off promisc off trailers off txqueuelen 20027 name my_ifb_new broadcast 00:b0:c3:78:26:46 ' (Expected 0, got 0) :: [ 11:49:39 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link set my_ifb_new up' :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new up' (Expected 0, got 0) :: [ 11:49:41 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link set my_ifb_new down' :: [ 11:49:42 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new down' (Expected 0, got 0) :: [ 11:49:44 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link set my_ifb_new up arp off dynamic off allmulticast off promisc on trailers on txqueuelen 37474 name my_ifb broadcast 00:55:49:83:54:12 ' :: [ 11:49:44 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new up arp off dynamic off allmulticast off promisc on trailers on txqueuelen 37474 name my_ifb broadcast 00:55:49:83:54:12 ' (Expected 0, got 0) :: [ 11:49:44 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link show my_ifb' 1681: my_ifb: mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 37474 link/ether 00:c4:97:ee:58:69 brd 00:55:49:83:54:12 :: [ 11:49:44 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link show my_ifb' (Expected 0, got 0) :: [ 11:49:44 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_ifb ip link del my_ifb' :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link del my_ifb' (Expected 0, got 0) :: [ 11:49:45 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_ifb' :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns del netns_my_ifb' (Expected 0, got 0) :: [ 11:49:45 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_macvlan txqueuelen 46737 address 00:68:86:7f:9b:69 broadcast 00:11:bf:37:4b:a5 type macvlan mode private' :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_macvlan txqueuelen 46737 address 00:68:86:7f:9b:69 broadcast 00:11:bf:37:4b:a5 type macvlan mode private' (Expected 0, got 0) :: [ 11:49:45 ] :: [ BEGIN ] :: Running 'ip link set my_macvlan down' :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip link set my_macvlan down' (Expected 0, got 0) my_macvlan :: [ 11:49:45 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_macvlan' :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns add netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:45 ] :: [ BEGIN ] :: Running 'ip link set my_macvlan netns netns_my_macvlan' :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip link set my_macvlan netns netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:46 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link set my_macvlan arp off dynamic off allmulticast off promisc off trailers off txqueuelen -49543 name my_macvlan_new broadcast 00:da:56:b0:ea:c6 address 00:9c:4e:01:b4:44' :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan arp off dynamic off allmulticast off promisc off trailers off txqueuelen -49543 name my_macvlan_new broadcast 00:da:56:b0:ea:c6 address 00:9c:4e:01:b4:44' (Expected 0, got 0) :: [ 11:49:46 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up' :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up' (Expected 0, got 0) :: [ 11:49:48 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link set my_macvlan_new down' :: [ 11:49:49 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new down' (Expected 0, got 0) :: [ 11:49:51 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up arp on dynamic off allmulticast off promisc on trailers on txqueuelen 33704 name my_macvlan broadcast 00:1d:c9:55:83:ae address 00:9c:4e:01:b4:44' :: [ 11:49:51 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up arp on dynamic off allmulticast off promisc on trailers on txqueuelen 33704 name my_macvlan broadcast 00:1d:c9:55:83:ae address 00:9c:4e:01:b4:44' (Expected 0, got 0) :: [ 11:49:51 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link show my_macvlan' 1682: my_macvlan@if1676: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 33704 link/ether 00:9c:4e:01:b4:44 brd 00:1d:c9:55:83:ae link-netnsid 0 :: [ 11:49:51 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link show my_macvlan' (Expected 0, got 0) :: [ 11:49:51 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvlan ip link del my_macvlan' :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link del my_macvlan' (Expected 0, got 0) :: [ 11:49:52 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_macvlan' :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns del netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:52 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_macvtap txqueuelen 27594 address 00:64:91:be:05:26 broadcast 00:a7:93:bd:b5:7e type macvtap mode private' :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_macvtap txqueuelen 27594 address 00:64:91:be:05:26 broadcast 00:a7:93:bd:b5:7e type macvtap mode private' (Expected 0, got 0) :: [ 11:49:52 ] :: [ BEGIN ] :: Running 'ip link set my_macvtap down' :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip link set my_macvtap down' (Expected 0, got 0) my_macvtap :: [ 11:49:52 ] :: [ BEGIN ] :: Running 'ip netns add netns_my_macvtap' :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns add netns_my_macvtap' (Expected 0, got 0) :: [ 11:49:52 ] :: [ BEGIN ] :: Running 'ip link set my_macvtap netns netns_my_macvtap' :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip link set my_macvtap netns netns_my_macvtap' (Expected 0, got 0) :: [ 11:49:53 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link set my_macvtap arp on dynamic off allmulticast off promisc on trailers on txqueuelen -63815 name my_macvtap_new broadcast 00:3a:5b:c4:07:18 address 00:eb:0b:39:2b:51' :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap arp on dynamic off allmulticast off promisc on trailers on txqueuelen -63815 name my_macvtap_new broadcast 00:3a:5b:c4:07:18 address 00:eb:0b:39:2b:51' (Expected 0, got 0) :: [ 11:49:53 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up' :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up' (Expected 0, got 0) :: [ 11:49:55 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link set my_macvtap_new down' :: [ 11:49:56 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new down' (Expected 0, got 0) :: [ 11:49:58 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 61427 name my_macvtap broadcast 00:f6:4a:37:ad:73 address 00:eb:0b:39:2b:51' :: [ 11:49:58 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 61427 name my_macvtap broadcast 00:f6:4a:37:ad:73 address 00:eb:0b:39:2b:51' (Expected 0, got 0) :: [ 11:49:58 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link show my_macvtap' 1683: my_macvtap@if1676: mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 61427 link/ether 00:eb:0b:39:2b:51 brd 00:f6:4a:37:ad:73 :: [ 11:49:58 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link show my_macvtap' (Expected 0, got 0) :: [ 11:49:58 ] :: [ BEGIN ] :: Running 'ip netns exec netns_my_macvtap ip link del my_macvtap' :: [ 11:49:59 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link del my_macvtap' (Expected 0, got 0) :: [ 11:49:59 ] :: [ BEGIN ] :: Running 'ip netns del netns_my_macvtap' :: [ 11:49:59 ] :: [ PASS ] :: Command 'ip netns del netns_my_macvtap' (Expected 0, got 0) :: [ 11:49:59 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_bridge txqueuelen -22579 address 00:75:97:f5:a1:14 broadcast 00:a7:51:19:9a:2c type bridge ' :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_bridge txqueuelen -22579 address 00:75:97:f5:a1:14 broadcast 00:a7:51:19:9a:2c type bridge ' (Expected 0, got 0) :: [ 11:50:00 ] :: [ BEGIN ] :: Running 'ip link set my_bridge down' :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge down' (Expected 0, got 0) :: [ 11:50:00 ] :: [ BEGIN ] :: Running 'ip link set my_bridge arp off dynamic on allmulticast on promisc off trailers on txqueuelen 56632 name my_bridge_new broadcast 00:40:74:1a:cd:21 address 00:d8:31:de:8e:54' :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge arp off dynamic on allmulticast on promisc off trailers on txqueuelen 56632 name my_bridge_new broadcast 00:40:74:1a:cd:21 address 00:d8:31:de:8e:54' (Expected 0, got 0) :: [ 11:50:00 ] :: [ BEGIN ] :: Running 'ip link set my_bridge_new up' :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge_new up' (Expected 0, got 0) :: [ 11:50:02 ] :: [ BEGIN ] :: Running 'ip link set my_bridge_new down' :: [ 11:50:02 ] :: [ PASS ] :: Command 'ip link set my_bridge_new down' (Expected 0, got 0) :: [ 11:50:04 ] :: [ BEGIN ] :: Running 'ip link set my_bridge_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 14365 name my_bridge broadcast 00:32:b3:fd:0d:ac address 00:d8:31:de:8e:54' :: [ 11:50:04 ] :: [ PASS ] :: Command 'ip link set my_bridge_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 14365 name my_bridge broadcast 00:32:b3:fd:0d:ac address 00:d8:31:de:8e:54' (Expected 0, got 0) :: [ 11:50:04 ] :: [ BEGIN ] :: Running 'ip link show my_bridge' 1684: my_bridge: mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 14365 link/ether 00:d8:31:de:8e:54 brd 00:32:b3:fd:0d:ac :: [ 11:50:04 ] :: [ PASS ] :: Command 'ip link show my_bridge' (Expected 0, got 0) :: [ 11:50:04 ] :: [ BEGIN ] :: Running 'ip link del my_bridge' :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link del my_bridge' (Expected 0, got 0) :: [ 11:50:05 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name my_vxlan txqueuelen 61112 address 00:08:f4:b9:a2:f9 broadcast 00:aa:02:25:45:ae type vxlan id 3' 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 :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_vxlan txqueuelen 61112 address 00:08:f4:b9:a2:f9 broadcast 00:aa:02:25:45:ae type vxlan id 3' (Expected 0, got 0) :: [ 11:50:05 ] :: [ BEGIN ] :: Running 'ip link set my_vxlan down' :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan down' (Expected 0, got 0) :: [ 11:50:05 ] :: [ BEGIN ] :: Running 'ip link set my_vxlan arp off dynamic on allmulticast off promisc on trailers off txqueuelen 38472 name my_vxlan_new broadcast 00:22:88:36:6b:3c address 00:aa:b7:e4:56:e4' :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan arp off dynamic on allmulticast off promisc on trailers off txqueuelen 38472 name my_vxlan_new broadcast 00:22:88:36:6b:3c address 00:aa:b7:e4:56:e4' (Expected 0, got 0) :: [ 11:50:05 ] :: [ BEGIN ] :: Running 'ip link set my_vxlan_new up' :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new up' (Expected 0, got 0) :: [ 11:50:07 ] :: [ BEGIN ] :: Running 'ip link set my_vxlan_new down' :: [ 11:50:08 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new down' (Expected 0, got 0) :: [ 11:50:10 ] :: [ BEGIN ] :: Running 'ip link set my_vxlan_new up arp off dynamic off allmulticast off promisc on trailers off txqueuelen -1505 name my_vxlan broadcast 00:cb:1c:9c:5e:4c address 00:aa:b7:e4:56:e4' :: [ 11:50:10 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new up arp off dynamic off allmulticast off promisc on trailers off txqueuelen -1505 name my_vxlan broadcast 00:cb:1c:9c:5e:4c address 00:aa:b7:e4:56:e4' (Expected 0, got 0) :: [ 11:50:10 ] :: [ BEGIN ] :: Running 'ip link show my_vxlan' 1685: my_vxlan: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen -1505 link/ether 00:aa:b7:e4:56:e4 brd 00:cb:1c:9c:5e:4c :: [ 11:50:10 ] :: [ PASS ] :: Command 'ip link show my_vxlan' (Expected 0, got 0) :: [ 11:50:10 ] :: [ BEGIN ] :: Running 'ip link del my_vxlan' :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link del my_vxlan' (Expected 0, got 0) :: [ 11:50:11 ] :: [ BEGIN ] :: Running 'ip link add my_gre type gre dev veth28114' :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link add my_gre type gre dev veth28114' (Expected 0, got 0) :: [ 11:50:11 ] :: [ BEGIN ] :: Running 'ip link set my_gre down' :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre down' (Expected 0, got 0) :: [ 11:50:11 ] :: [ BEGIN ] :: Running 'ip link set my_gre arp off dynamic on allmulticast on promisc off trailers off txqueuelen 52262 name my_gre_new broadcast 00:64:7d:31:42:41 ' :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre arp off dynamic on allmulticast on promisc off trailers off txqueuelen 52262 name my_gre_new broadcast 00:64:7d:31:42:41 ' (Expected 0, got 0) :: [ 11:50:11 ] :: [ BEGIN ] :: Running 'ip link set my_gre_new up' :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre_new up' (Expected 0, got 0) :: [ 11:50:13 ] :: [ BEGIN ] :: Running 'ip link set my_gre_new down' :: [ 11:50:13 ] :: [ PASS ] :: Command 'ip link set my_gre_new down' (Expected 0, got 0) :: [ 11:50:15 ] :: [ BEGIN ] :: Running 'ip link set my_gre_new up arp on dynamic on allmulticast on promisc on trailers on txqueuelen 34039 name my_gre broadcast 00:ee:9d:e1:bd:bd ' :: [ 11:50:15 ] :: [ PASS ] :: Command 'ip link set my_gre_new up arp on dynamic on allmulticast on promisc on trailers on txqueuelen 34039 name my_gre broadcast 00:ee:9d:e1:bd:bd ' (Expected 0, got 0) :: [ 11:50:16 ] :: [ BEGIN ] :: Running 'ip link show my_gre' 1689: my_gre@veth28114: mtu 1476 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 34039 link/gre 0.0.0.0 brd 0.238.157.225 :: [ 11:50:16 ] :: [ PASS ] :: Command 'ip link show my_gre' (Expected 0, got 0) :: [ 11:50:16 ] :: [ BEGIN ] :: Running 'ip link del my_gre' :: [ 11:50:16 ] :: [ PASS ] :: Command 'ip link del my_gre' (Expected 0, got 0) :: [ 11:50:16 ] :: [ BEGIN ] :: Running 'modprobe -r ip_gre' :: [ 11:50:19 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0, got 0) :: [ 11:50:19 ] :: [ BEGIN ] :: Running 'ip link add gretap0 type gretap local 1.1.1.1 remote 2.2.2.2 dev veth28114' RTNETLINK answers: File exists :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link add gretap0 type gretap local 1.1.1.1 remote 2.2.2.2 dev veth28114' (Expected 2, got 2) :: [ 11:50:19 ] :: [ BEGIN ] :: Running 'ip link add link veth28114 name gretap0 type gretap' RTNETLINK answers: File exists :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link add link veth28114 name gretap0 type gretap' (Expected 2, got 2) :: [ 11:50:19 ] :: [ BEGIN ] :: Running 'ip link set gretap0 down' :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0 down' (Expected 0, got 0) :: [ 11:50:19 ] :: [ BEGIN ] :: Running 'ip link set gretap0 arp on dynamic on allmulticast off promisc off trailers off txqueuelen -13330 name gretap0_new broadcast 00:02:9f:63:62:57 address 00:af:03:3e:e3:9e' :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0 arp on dynamic on allmulticast off promisc off trailers off txqueuelen -13330 name gretap0_new broadcast 00:02:9f:63:62:57 address 00:af:03:3e:e3:9e' (Expected 0, got 0) :: [ 11:50:19 ] :: [ BEGIN ] :: Running 'ip link set gretap0_new up' :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0_new up' (Expected 0, got 0) :: [ 11:50:21 ] :: [ BEGIN ] :: Running 'ip link set gretap0_new down' :: [ 11:50:22 ] :: [ PASS ] :: Command 'ip link set gretap0_new down' (Expected 0, got 0) :: [ 11:50:24 ] :: [ BEGIN ] :: Running 'ip link set gretap0_new up arp on dynamic off allmulticast on promisc off trailers on txqueuelen -58497 name gretap0 broadcast 00:a2:e8:45:14:49 address 00:af:03:3e:e3:9e' :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link set gretap0_new up arp on dynamic off allmulticast on promisc off trailers on txqueuelen -58497 name gretap0 broadcast 00:a2:e8:45:14:49 address 00:af:03:3e:e3:9e' (Expected 0, got 0) :: [ 11:50:24 ] :: [ BEGIN ] :: Running 'ip link show gretap0' 1691: gretap0@NONE: mtu 1462 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen -58497 link/ether 00:af:03:3e:e3:9e brd 00:a2:e8:45:14:49 :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link show gretap0' (Expected 0, got 0) :: [ 11:50:24 ] :: [ BEGIN ] :: Running 'ip link del gretap0' :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link del gretap0' (Expected 0, got 0) :: [ 11:50:24 ] :: [ BEGIN ] :: Running 'modprobe -r ip_gre' :: [ 11:50:27 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0, got 0) :: [ 11:50:27 ] :: [ BEGIN ] :: Running 'ip link add my_vti type vti dev veth28114' :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link add my_vti type vti dev veth28114' (Expected 0, got 0) :: [ 11:50:27 ] :: [ BEGIN ] :: Running 'ip link set my_vti down' :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti down' (Expected 0, got 0) :: [ 11:50:27 ] :: [ BEGIN ] :: Running 'ip link set my_vti arp on dynamic off allmulticast off promisc on trailers on txqueuelen -64150 name my_vti_new broadcast 00:07:c8:b4:5b:99 ' :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti arp on dynamic off allmulticast off promisc on trailers on txqueuelen -64150 name my_vti_new broadcast 00:07:c8:b4:5b:99 ' (Expected 0, got 0) :: [ 11:50:27 ] :: [ BEGIN ] :: Running 'ip link set my_vti_new up' :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti_new up' (Expected 0, got 0) :: [ 11:50:29 ] :: [ BEGIN ] :: Running 'ip link set my_vti_new down' :: [ 11:50:30 ] :: [ PASS ] :: Command 'ip link set my_vti_new down' (Expected 0, got 0) :: [ 11:50:32 ] :: [ BEGIN ] :: Running 'ip link set my_vti_new up arp off dynamic off allmulticast off promisc off trailers off txqueuelen 41798 name my_vti broadcast 00:ec:69:aa:40:f6 ' :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link set my_vti_new up arp off dynamic off allmulticast off promisc off trailers off txqueuelen 41798 name my_vti broadcast 00:ec:69:aa:40:f6 ' (Expected 0, got 0) :: [ 11:50:32 ] :: [ BEGIN ] :: Running 'ip link show my_vti' 1694: my_vti@veth28114: mtu 1480 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 41798 link/ipip 0.0.0.0 brd 0.236.105.170 :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link show my_vti' (Expected 0, got 0) :: [ 11:50:32 ] :: [ BEGIN ] :: Running 'ip link del my_vti' :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link del my_vti' (Expected 0, got 0) :: [ 11:50:33 ] :: [ BEGIN ] :: Running 'modprobe -r ip_vti' :: [ 11:50:34 ] :: [ PASS ] :: Command 'modprobe -r ip_vti' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 78s :: Assertions: 112 good, 0 bad :: RESULT: PASS (ip_link) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_maddr :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:50:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr' 1: lo inet 224.0.0.1 inet6 ff02::1 inet6 ff01::1 1670: ha_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:01 link 33:33:ff:c0:b2:05 inet 224.0.0.1 inet6 ff02::1:ffc0:b205 inet6 ff02::1:ff00:1 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr' (Expected 0, got 0) :: [ 11:50:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr show dev ha_veth0' 1670: ha_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:01 link 33:33:ff:c0:b2:05 inet 224.0.0.1 inet6 ff02::1:ffc0:b205 inet6 ff02::1:ff00:1 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr show dev ha_veth0' (Expected 0, got 0) :: [ 11:50:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr add e0:01:01:01:00:00 dev ha_veth0' :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr add e0:01:01:01:00:00 dev ha_veth0' (Expected 0, got 0) :: [ 11:50:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr | grep e0:01:01:01:00:00' link e0:01:01:01:00:00 static :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr | grep e0:01:01:01:00:00' (Expected 0, got 0) :: [ 11:50:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr del e0:01:01:01:00:00 dev ha_veth0' :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr del e0:01:01:01:00:00 dev ha_veth0' (Expected 0, got 0) :: [ 11:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip maddr' 1: lo inet 224.0.0.1 inet6 ff02::1 inet6 ff01::1 1670: ha_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:01 link 33:33:ff:c0:b2:05 inet 224.0.0.1 inet6 ff02::1:ffc0:b205 inet6 ff02::1:ff00:1 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr' (Expected 0, got 0) :: [ 11:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr' 1: lo inet 224.0.0.1 inet6 ff02::1 inet6 ff01::1 1672: hb_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:02 link 33:33:ff:87:cf:08 inet 224.0.0.1 inet6 ff02::1:ff87:cf08 inet6 ff02::1:ff00:2 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr' (Expected 0, got 0) :: [ 11:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr show dev hb_veth0' 1672: hb_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:02 link 33:33:ff:87:cf:08 inet 224.0.0.1 inet6 ff02::1:ff87:cf08 inet6 ff02::1:ff00:2 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr show dev hb_veth0' (Expected 0, got 0) :: [ 11:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr add e0:01:01:01:00:00 dev hb_veth0' :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr add e0:01:01:01:00:00 dev hb_veth0' (Expected 0, got 0) :: [ 11:50:36 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr | grep e0:01:01:01:00:00' link e0:01:01:01:00:00 static :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr | grep e0:01:01:01:00:00' (Expected 0, got 0) :: [ 11:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr del e0:01:01:01:00:00 dev hb_veth0' :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr del e0:01:01:01:00:00 dev hb_veth0' (Expected 0, got 0) :: [ 11:50:37 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip maddr' 1: lo inet 224.0.0.1 inet6 ff02::1 inet6 ff01::1 1672: hb_veth0 link 33:33:00:00:00:01 link 01:00:5e:00:00:01 link 33:33:ff:00:00:02 link 33:33:ff:87:cf:08 inet 224.0.0.1 inet6 ff02::1:ff87:cf08 inet6 ff02::1:ff00:2 inet6 ff02::1 inet6 ff01::1 :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 2s :: Assertions: 12 good, 0 bad :: RESULT: PASS (ip_maddr) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_monitor :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:50:37 ] :: [ BEGIN ] :: Running 'ip monitor all > monitor.log 2>&1 &' :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip monitor all > monitor.log 2>&1 &' (Expected 0, got 0) [ADDR]4: eth0 inet 10.19.243.138/22 brd 10.19.243.255 scope global dynamic noprefixroute eth0 valid_lft 3600sec preferred_lft 3600sec [ADDR]4: eth0 inet6 2620:52:0:13f0:7f4a:5f66:17d4:3f1/64 scope global dynamic noprefixroute valid_lft 2591769sec preferred_lft 604569sec [NEIGH]10.19.243.254 dev eth0 lladdr c8:e7:f0:a7:70:a1 STALE [ADDR]4: eth0 inet6 2620:52:0:13f0:7f4a:5f66:17d4:3f1/64 scope global dynamic noprefixroute valid_lft 2592001sec preferred_lft 604801sec [NEIGH]10.19.243.254 dev eth0 lladdr c8:e7:f0:a7:70:a1 PROBE [NEIGH]10.19.243.254 dev eth0 lladdr c8:e7:f0:a7:70:a1 REACHABLE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 60s :: Assertions: 1 good, 0 bad :: RESULT: PASS (ip_monitor) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_mroute :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:37 ] :: [ BEGIN ] :: Running 'ip mroute show' :: [ 11:51:37 ] :: [ PASS ] :: Command 'ip mroute show' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (ip_mroute) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_neigh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh show' :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh show' (Expected 0, got 0) :: [ 11:51:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh add 1.1.1.1 dev ha_veth0 lladdr 00:33:87:94:0e:d2 nud permanent' :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh add 1.1.1.1 dev ha_veth0 lladdr 00:33:87:94:0e:d2 nud permanent' (Expected 0, got 0) :: [ 11:51:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh change 1.1.1.1 dev ha_veth0 lladdr 00:5d:5d:9a:64:52 nud permanent' :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh change 1.1.1.1 dev ha_veth0 lladdr 00:5d:5d:9a:64:52 nud permanent' (Expected 0, got 0) :: [ 11:51:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:c9:fe:91:79:51 nud permanent' :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:c9:fe:91:79:51 nud permanent' (Expected 0, got 0) :: [ 11:51:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:9b:6f:9b:d5:2a nud permanent' :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:9b:6f:9b:d5:2a nud permanent' (Expected 0, got 0) :: [ 11:51:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh del 1.1.1.1 dev ha_veth0' :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh del 1.1.1.1 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip neigh del 1.1.1.2 dev ha_veth0' :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh del 1.1.1.2 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:39 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh show' :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh show' (Expected 0, got 0) :: [ 11:51:39 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh add 1.1.1.1 dev hb_veth0 lladdr 00:50:5a:42:42:fe nud permanent' :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh add 1.1.1.1 dev hb_veth0 lladdr 00:50:5a:42:42:fe nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh change 1.1.1.1 dev hb_veth0 lladdr 00:09:1b:84:7d:96 nud permanent' :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh change 1.1.1.1 dev hb_veth0 lladdr 00:09:1b:84:7d:96 nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:85:6f:22:94:1f nud permanent' :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:85:6f:22:94:1f nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:bd:25:54:f6:a1 nud permanent' :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:bd:25:54:f6:a1 nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh del 1.1.1.1 dev hb_veth0' :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh del 1.1.1.1 dev hb_veth0' (Expected 0, got 0) :: [ 11:51:40 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip neigh del 1.1.1.2 dev hb_veth0' :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh del 1.1.1.2 dev hb_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 3s :: Assertions: 14 good, 0 bad :: RESULT: PASS (ip_neigh) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_route :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route list' default via 10.19.243.254 dev eth0 proto dhcp src 10.19.243.138 metric 100 10.19.240.0/22 dev eth0 proto kernel scope link src 10.19.243.138 metric 100 192.168.0.0/24 dev br0 proto kernel scope link src 192.168.0.254 :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route list' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route show cache' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route show cache' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route save > route.info' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route save > route.info' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route showdump < route.info' default via 10.19.243.254 dev eth0 proto dhcp src 10.19.243.138 metric 100 10.19.240.0/22 dev eth0 proto kernel scope link src 10.19.243.138 metric 100 192.168.0.0/24 dev br0 proto kernel scope link src 192.168.0.254 :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route showdump < route.info' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route add 1.1.1.0/24 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route add 1.1.1.0/24 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route append 1.1.1.0/24 via 10.19.243.254 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route append 1.1.1.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route get 1.1.1.1' 1.1.1.1 dev eth0 src 10.19.243.138 uid 0 cache :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route get 1.1.1.1' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route del 1.1.1.0/24' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route del 1.1.1.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route flush 1.1.1.0/24' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.1.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route replace 1.1.2.0/24 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route replace 1.1.2.0/24 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route change 1.1.2.0/24 via 10.19.243.254 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.2.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route flush 1.1.2.0/24' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.2.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route add 1.1.3.0/24 via 10.19.243.254 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route add 1.1.3.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initrwnd 12' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initrwnd 12' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initcwnd 12' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initcwnd 12' (Expected 0, got 0) :: [ 11:51:41 ] :: [ BEGIN ] :: Running 'ip route flush 1.1.3.0/24 dev eth0' :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.3.0/24 dev eth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 16 good, 0 bad :: RESULT: PASS (ip_route) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_rule :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip rule list' 0: from all lookup local 1000: from all lookup [l3mdev-table] 32766: from all lookup main 32767: from all lookup default :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule list' (Expected 0, got 0) :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip rule add from 1.1.1.0/24 pref 32768 table main' :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule add from 1.1.1.0/24 pref 32768 table main' (Expected 0, got 0) :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip rule del pref 32768' :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule del pref 32768' (Expected 0, got 0) No manual entry for ip No manual entry for rule :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 3 good, 0 bad :: RESULT: PASS (ip_rule) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_token :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set ha_veth0 up' :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set ha_veth0 up' (Expected 0, got 0) :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token list' token :: dev ha_veth0 :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip token list' (Expected 0, got 0) :: [ 11:51:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token set ::2037:1303:4DEF:E/64 dev ha_veth0' :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::2037:1303:4DEF:E/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token get dev ha_veth0' token ::2037:1303:4def:e dev ha_veth0 :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token get dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 addr flush dev ha_veth0' :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr show dev ha_veth0' 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token set ::127:5577:7703:75E7/64 dev ha_veth0' :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::127:5577:7703:75E7/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token get dev ha_veth0' token ::127:5577:7703:75e7 dev ha_veth0 :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token get dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr show dev ha_veth0' 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever :: [ 11:51:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:51:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip token set ::37F1:0:0:1/64 dev ha_veth0' :: [ 11:51:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::37F1:0:0:1/64 dev ha_veth0' (Expected 0, got 0) cat: /etc/sysconfig/network-scripts/ifcfg-br0: No such file or directory :: [ 11:51:44 ] :: [ BEGIN ] :: Running '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' . Sent 1 packets. :: [ 11:51:45 ] :: [ PASS ] :: Command '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' (Expected 0, got 0) :: [ 11:52:15 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip addr show dev ha_veth0' 1670: ha_veth0@if1669: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 0a:27:28:c0:b2:05 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.1/24 scope global ha_veth0 valid_lft forever preferred_lft forever inet6 2000::37f1:0:0:1/64 scope global dynamic mngtmpaddr valid_lft 98sec preferred_lft 98sec :: [ 11:52:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:52:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set hb_veth0 up' :: [ 11:52:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set hb_veth0 up' (Expected 0, got 0) :: [ 11:52:15 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token list' token :: dev hb_veth0 :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token list' (Expected 0, got 0) :: [ 11:52:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token set ::2C41:545D:2E71:4B22/64 dev hb_veth0' :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::2C41:545D:2E71:4B22/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token get dev hb_veth0' token ::2c41:545d:2e71:4b22 dev hb_veth0 :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token get dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 addr flush dev hb_veth0' :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr show dev hb_veth0' 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token set ::1886:5D0E:631C:DF3/64 dev hb_veth0' :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::1886:5D0E:631C:DF3/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token get dev hb_veth0' token ::1886:5d0e:631c:df3 dev hb_veth0 :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token get dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr show dev hb_veth0' 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token set ::37F1:0:0:2/64 dev hb_veth0' :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::37F1:0:0:2/64 dev hb_veth0' (Expected 0, got 0) cat: /etc/sysconfig/network-scripts/ifcfg-br0: No such file or directory :: [ 11:52:17 ] :: [ BEGIN ] :: Running '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' . Sent 1 packets. :: [ 11:52:18 ] :: [ PASS ] :: Command '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' (Expected 0, got 0) :: [ 11:52:48 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip addr show dev hb_veth0' 1672: hb_veth0@if1671: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:4b:37:87:cf:08 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet 192.168.0.2/24 scope global hb_veth0 valid_lft forever preferred_lft forever inet6 2000::37f1:0:0:2/64 scope global dynamic mngtmpaddr valid_lft 98sec preferred_lft 98sec :: [ 11:52:48 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:49 ] :: [ BEGIN ] :: Running 'ip netns exec hb ping6 2000::37F1:0:0:1 -I 2000::37f1:0:0:2 -c 10 > /dev/null' :: [ 11:52:58 ] :: [ PASS ] :: Command 'ip netns exec hb ping6 2000::37F1:0:0:1 -I 2000::37f1:0:0:2 -c 10 > /dev/null' (Expected 0, got 0) :: [ 11:52:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip token list' token ::37f1:0:0:2 dev hb_veth0 :: [ 11:52:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip token list' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 76s :: Assertions: 26 good, 0 bad :: RESULT: PASS (ip_token) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_tunnel :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:52:58 ] :: [ BEGIN ] :: Running 'modprobe ip6_tunnel' :: [ 11:52:59 ] :: [ PASS ] :: Command 'modprobe ip6_tunnel' (Expected 0, got 0) :: [ 11:52:59 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel add my_ipip mode ipip remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_ipip mode ipip remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:52:59 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel change my_ipip ttl 255 tos ff dev ha_veth0 pmtudisc' :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_ipip ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:52:59 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ipip up' :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip up' (Expected 0, got 0) :: [ 11:52:59 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_ipip' my_ipip: ip/ip remote 10.167.100.2 local 10.167.100.1 dev ha_veth0 ttl 255 tos inherit/0xfe :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ipip' (Expected 0, got 0) :: [ 11:52:59 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ipip down' :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip down' (Expected 0, got 0) :: [ 11:53:00 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel del my_ipip dev ha_veth0' :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_ipip dev ha_veth0' (Expected 0, got 0) :: [ 11:53:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel add my_ipip mode ipip remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_ipip mode ipip remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel change my_ipip ttl 255 tos ff dev hb_veth0 pmtudisc' :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_ipip ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ipip up' :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip up' (Expected 0, got 0) :: [ 11:53:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_ipip' my_ipip: ip/ip remote 10.167.100.1 local 10.167.100.2 dev hb_veth0 ttl 255 tos inherit/0xfe :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ipip' (Expected 0, got 0) :: [ 11:53:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ipip down' :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip down' (Expected 0, got 0) :: [ 11:53:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel del my_ipip dev hb_veth0' :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_ipip dev hb_veth0' (Expected 0, got 0) :: [ 11:53:02 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel add my_gre mode gre remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_gre mode gre remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:02 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel change my_gre ttl 255 tos ff dev ha_veth0 pmtudisc' :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_gre ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:02 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_gre up' :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_gre up' (Expected 0, got 0) :: [ 11:53:03 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_gre' my_gre: gre/ip remote 10.167.100.2 local 10.167.100.1 dev ha_veth0 ttl 255 tos inherit/0xfe :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_gre' (Expected 0, got 0) :: [ 11:53:03 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_gre down' :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_gre down' (Expected 0, got 0) :: [ 11:53:03 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel del my_gre dev ha_veth0' :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_gre dev ha_veth0' (Expected 0, got 0) :: [ 11:53:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel add my_gre mode gre remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_gre mode gre remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel change my_gre ttl 255 tos ff dev hb_veth0 pmtudisc' :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_gre ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_gre up' :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_gre up' (Expected 0, got 0) :: [ 11:53:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_gre' my_gre: gre/ip remote 10.167.100.1 local 10.167.100.2 dev hb_veth0 ttl 255 tos inherit/0xfe :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_gre' (Expected 0, got 0) :: [ 11:53:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_gre down' :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_gre down' (Expected 0, got 0) :: [ 11:53:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel del my_gre dev hb_veth0' :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_gre dev hb_veth0' (Expected 0, got 0) :: [ 11:53:05 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel add my_sit mode sit remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_sit mode sit remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:06 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' (Expected 0, got 0) :: [ 11:53:06 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel change my_sit ttl 255 tos ff dev ha_veth0 pmtudisc' :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_sit ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:06 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_sit up' :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_sit up' (Expected 0, got 0) :: [ 11:53:06 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_sit' my_sit: ipv6/ip remote 10.167.100.2 local 10.167.100.1 dev ha_veth0 ttl 255 tos inherit/0xfe 6rd-prefix 2001:55c::/32 :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_sit' (Expected 0, got 0) :: [ 11:53:07 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_sit down' :: [ 11:53:07 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_sit down' (Expected 0, got 0) :: [ 11:53:07 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel del my_sit dev ha_veth0' :: [ 11:53:07 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_sit dev ha_veth0' (Expected 0, got 0) :: [ 11:53:07 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel add my_sit mode sit remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_sit mode sit remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' (Expected 0, got 0) :: [ 11:53:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel change my_sit ttl 255 tos ff dev hb_veth0 pmtudisc' :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_sit ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_sit up' :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_sit up' (Expected 0, got 0) :: [ 11:53:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_sit' my_sit: ipv6/ip remote 10.167.100.1 local 10.167.100.2 dev hb_veth0 ttl 255 tos inherit/0xfe 6rd-prefix 2001:55c::/32 :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_sit' (Expected 0, got 0) :: [ 11:53:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_sit down' :: [ 11:53:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_sit down' (Expected 0, got 0) :: [ 11:53:09 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel del my_sit dev hb_veth0' :: [ 11:53:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_sit dev hb_veth0' (Expected 0, got 0) :: [ 11:53:09 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel add my_isatap mode isatap remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_isatap mode isatap remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:10 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel prl dev my_isatap prl-default 1.1.1.1' :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-default 1.1.1.1' (Expected 0, got 0) :: [ 11:53:10 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' (Expected 0, got 0) :: [ 11:53:10 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel prl dev my_isatap prl-delete 1.1.1.1' :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-delete 1.1.1.1' (Expected 0, got 0) :: [ 11:53:10 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel change my_isatap ttl 255 tos ff dev ha_veth0 pmtudisc' :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_isatap ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:11 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_isatap up' :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_isatap up' (Expected 0, got 0) :: [ 11:53:11 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_isatap' my_isatap: ipv6/ip remote 10.167.100.2 local 10.167.100.1 pr 1.1.1.2 dev ha_veth0 ttl 255 tos inherit/0xfe 6rd-prefix 2002::/16 :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_isatap' (Expected 0, got 0) :: [ 11:53:11 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_isatap down' :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_isatap down' (Expected 0, got 0) :: [ 11:53:11 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel del my_isatap dev ha_veth0' :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_isatap dev ha_veth0' (Expected 0, got 0) :: [ 11:53:12 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel add my_isatap mode isatap remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_isatap mode isatap remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:12 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel prl dev my_isatap prl-default 1.1.1.1' :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-default 1.1.1.1' (Expected 0, got 0) :: [ 11:53:12 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' (Expected 0, got 0) :: [ 11:53:13 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel prl dev my_isatap prl-delete 1.1.1.1' :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-delete 1.1.1.1' (Expected 0, got 0) :: [ 11:53:13 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel change my_isatap ttl 255 tos ff dev hb_veth0 pmtudisc' :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_isatap ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:13 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_isatap up' :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_isatap up' (Expected 0, got 0) :: [ 11:53:13 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_isatap' my_isatap: ipv6/ip remote 10.167.100.1 local 10.167.100.2 pr 1.1.1.2 dev hb_veth0 ttl 255 tos inherit/0xfe 6rd-prefix 2002::/16 :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_isatap' (Expected 0, got 0) :: [ 11:53:13 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_isatap down' :: [ 11:53:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_isatap down' (Expected 0, got 0) :: [ 11:53:14 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel del my_isatap dev hb_veth0' :: [ 11:53:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_isatap dev hb_veth0' (Expected 0, got 0) :: [ 11:53:14 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:15 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev ha_veth0' :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev ha_veth0' (Expected 0, got 0) :: [ 11:53:15 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ip6ip6 up' :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ip6ip6 up' (Expected 0, got 0) :: [ 11:53:15 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_ip6ip6' :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ip6ip6' (Expected 0, got 0) :: [ 11:53:15 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ip6ip6 down' :: [ 11:53:16 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ip6ip6 down' (Expected 0, got 0) :: [ 11:53:16 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel del my_ip6ip6 dev ha_veth0' :: [ 11:53:16 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel del my_ip6ip6 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:16 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev hb_veth0' :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev hb_veth0' (Expected 0, got 0) :: [ 11:53:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ip6ip6 up' :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ip6ip6 up' (Expected 0, got 0) :: [ 11:53:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_ip6ip6' :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ip6ip6' (Expected 0, got 0) :: [ 11:53:17 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ip6ip6 down' :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ip6ip6 down' (Expected 0, got 0) :: [ 11:53:18 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel del my_ip6ip6 dev hb_veth0' :: [ 11:53:18 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel del my_ip6ip6 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:18 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' :: [ 11:53:18 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:18 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev ha_veth0' :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev ha_veth0' (Expected 0, got 0) :: [ 11:53:19 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ipip6 up' :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip6 up' (Expected 0, got 0) :: [ 11:53:19 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip tunnel show my_ipip6' :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ipip6' (Expected 0, got 0) :: [ 11:53:19 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip link set my_ipip6 down' :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip6 down' (Expected 0, got 0) :: [ 11:53:19 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 tunnel del my_ipip6 dev ha_veth0' :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel del my_ipip6 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:20 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:20 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev hb_veth0' :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev hb_veth0' (Expected 0, got 0) :: [ 11:53:20 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ipip6 up' :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip6 up' (Expected 0, got 0) :: [ 11:53:21 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip tunnel show my_ipip6' :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ipip6' (Expected 0, got 0) :: [ 11:53:21 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip link set my_ipip6 down' :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip6 down' (Expected 0, got 0) :: [ 11:53:21 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 tunnel del my_ipip6 dev hb_veth0' :: [ 11:53:22 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel del my_ipip6 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:22 ] :: [ BEGIN ] :: Running 'lsmod' Module Size Used by sit 36864 0 ip_gre 28672 0 gre 16384 1 ip_gre ipip 16384 0 tunnel4 16384 2 ipip,sit ip_tunnel 32768 3 ipip,ip_gre,sit ip6_tunnel 40960 0 tunnel6 16384 1 ip6_tunnel veth 32768 0 bridge 294912 0 vxlan 73728 0 macvtap 16384 0 tap 28672 1 macvtap ifb 16384 0 sctp 397312 6 ip6_udp_tunnel 16384 2 vxlan,sctp udp_tunnel 28672 2 vxlan,sctp nfsv3 57344 0 nfs_acl 16384 1 nfsv3 nfs 483328 1 nfsv3 lockd 147456 2 nfsv3,nfs grace 16384 1 lockd fscache 380928 1 nfs netfs 61440 2 fscache,nfs xt_state 16384 0 overlay 172032 0 exfat 81920 0 vfat 24576 0 fat 81920 1 vfat loop 36864 0 ip6table_raw 16384 0 ip6_tables 28672 1 ip6table_raw ipt_rpfilter 16384 0 nft_limit 16384 0 nfnetlink_queue 28672 0 nft_queue 16384 0 ip_vs 180224 0 nft_flow_offload 16384 0 nf_flow_table_inet 16384 0 nft_ct 20480 0 nf_conntrack_netlink 53248 0 nft_redir 16384 0 nft_masq 16384 0 nft_nat 16384 0 nft_objref 16384 0 nft_log 16384 0 nft_fib_inet 16384 0 nft_fib_ipv4 16384 1 nft_fib_inet nft_fib_ipv6 16384 1 nft_fib_inet nft_fib 16384 3 nft_fib_ipv6,nft_fib_ipv4,nft_fib_inet macvlan 28672 1 macvtap des_generic 16384 0 libdes 24576 1 des_generic ip6t_rpfilter 16384 0 nft_chain_nat 16384 0 xt_nat 16384 0 ip6t_REJECT 16384 0 nf_reject_ipv6 24576 1 ip6t_REJECT ipt_REJECT 16384 0 nf_reject_ipv4 16384 1 ipt_REJECT xsk_diag 16384 0 udp_diag 16384 0 raw_diag 16384 0 xt_mark 16384 0 esp6 28672 0 xt_policy 16384 0 esp4_offload 16384 0 macsec 57344 0 cls_u32 24576 0 chacha20poly1305 20480 0 sch_tbf 20480 0 sch_taprio 36864 0 sch_sfq 24576 0 sch_red 20480 0 sch_netem 24576 0 sch_multiq 20480 0 sch_mqprio 20480 0 sch_mqprio_lib 16384 2 sch_taprio,sch_mqprio sch_htb 36864 0 sch_hfsc 28672 0 sch_gred 24576 0 sch_ets 24576 0 sch_etf 20480 0 sch_cbs 24576 0 sch_cake 36864 0 sch_prio 20480 0 cls_matchall 20480 0 dummy 16384 0 cls_flow 20480 0 xt_LOG 20480 0 nf_log_syslog 20480 0 act_vlan 20480 0 act_skbedit 20480 0 act_sample 16384 0 act_police 20480 0 act_pedit 20480 0 act_mpls 20480 0 act_mirred 20480 0 act_ct 28672 0 nf_nat 81920 6 nft_nat,xt_nat,act_ct,nft_redir,nft_masq,nft_chain_nat nf_flow_table 45056 3 nft_flow_offload,act_ct,nf_flow_table_inet act_ctinfo 20480 0 act_csum 20480 0 act_bpf 20480 0 iptable_filter 16384 0 ipt_SYNPROXY 16384 0 nf_synproxy_core 28672 1 ipt_SYNPROXY xt_conntrack 16384 0 xt_CT 16384 0 bonding 212992 0 tun 61440 0 iptable_raw 16384 0 xt_connmark 16384 0 ip_tables 28672 2 iptable_filter,iptable_raw nf_conntrack 208896 18 xt_conntrack,nf_nat,nft_flow_offload,nft_ct,xt_state,nft_nat,act_ctinfo,xt_nat,act_ct,nft_redir,ipt_SYNPROXY,nf_conntrack_netlink,nf_synproxy_core,xt_connmark,xt_CT,nft_masq,nf_flow_table,ip_vs nf_defrag_ipv6 24576 2 nf_conntrack,ip_vs nf_defrag_ipv4 16384 1 nf_conntrack sch_fq 24576 0 vrf 32768 0 8021q 32768 0 garp 20480 1 8021q stp 16384 2 bridge,garp mrp 20480 1 8021q llc 16384 3 bridge,stp,garp act_gact 16384 0 cls_flower 57344 0 echainiv 16384 0 esp4 28672 1 esp4_offload netdevsim 90112 0 psample 20480 2 netdevsim,act_sample cls_bpf 24576 0 sch_ingress 16384 0 nft_counter 16384 0 nft_compat 20480 0 nf_tables 225280 17 nft_queue,nft_flow_offload,nft_ct,nft_compat,nft_log,nft_nat,nft_fib_ipv6,nft_objref,nft_redir,nft_fib_ipv4,nft_counter,nft_masq,nft_chain_nat,nft_limit,nf_flow_table_inet,nft_fib,nft_fib_inet libcrc32c 16384 6 nf_conntrack,nf_nat,nf_tables,act_csum,ip_vs,sctp nfnetlink 20480 4 nfnetlink_queue,nft_compat,nf_conntrack_netlink,nf_tables binfmt_misc 24576 1 sunrpc 626688 5 lockd,nfsv3,nfs_acl,nfs tls 126976 1 bonding rfkill 32768 1 r8152 118784 0 mii 20480 1 r8152 marvell 40960 0 dwc3 143360 0 pm8941_pwrkey 20480 0 udc_core 73728 1 dwc3 qcom_pon 16384 0 pinctrl_spmi_gpio 28672 7 nvmem_qcom_spmi_sdam 20480 1 dwmac_qcom_ethqos 24576 0 stmmac_platform 24576 1 dwmac_qcom_ethqos qcom_spmi_pmic 24576 0 regmap_spmi 16384 1 qcom_spmi_pmic stmmac 327680 2 dwmac_qcom_ethqos,stmmac_platform crct10dif_ce 16384 1 pcs_xpcs 24576 1 stmmac ghash_ce 20480 0 socinfo 20480 0 phylink 53248 2 stmmac,pcs_xpcs sha2_ce 16384 2 spmi_pmic_arb 32768 0 ptp 32768 1 stmmac sha256_arm64 24576 1 sha2_ce sha1_ce 16384 0 spmi 40960 3 spmi_pmic_arb,regmap_spmi,qcom_spmi_pmic qcom_aoss 20480 0 spi_geni_qcom 28672 0 phy_qcom_sgmii_eth 20480 2 i2c_qcom_geni 28672 0 phy_qcom_qmp_usb 49152 3 pps_core 28672 1 ptp phy_qcom_snps_femto_v2 20480 5 dwc3_qcom 24576 0 qcom_hwspinlock 16384 1 qcom_cpufreq_hw 24576 0 qcom_wdt 16384 0 nvmem_reboot_mode 16384 0 reboot_mode 16384 2 qcom_pon,nvmem_reboot_mode phy_qcom_qmp_pcie 65536 2 smem 24576 1 socinfo drm 577536 0 fuse 155648 1 ipv6 634880 97 netdevsim,vrf,bridge,ip6t_rpfilter,esp6,raw_diag,ip_gre,nf_reject_ipv6,udp_diag,nft_fib_ipv6,ip6_tunnel,sit,bonding,ip_vs,sctp ext4 925696 1 mbcache 20480 1 ext4 jbd2 180224 1 ext4 qcom_geni_serial 32768 0 clk_rpmh 40960 3 qcom_rpmh_regulator 49152 23 rpmhpd 69632 0 ufs_qcom 36864 0 pinctrl_sa8775p 65536 3 ufshcd_pltfrm 20480 1 ufs_qcom pinctrl_msm 36864 29 pinctrl_sa8775p qcom_geni_se 28672 3 qcom_geni_serial,i2c_qcom_geni,spi_geni_qcom ufshcd_core 274432 3 ufs_qcom,ufshcd_pltfrm gpucc_sa8775p 24576 5 phy_qcom_qmp_ufs 32768 1 gcc_sa8775p 102400 103 governor_simpleondemand 16384 0 clk_qcom 114688 2 gpucc_sa8775p,gcc_sa8775p qnoc_sa8775p 102400 0 icc_rpmh 16384 1 qnoc_sa8775p icc_bcm_voter 16384 1 icc_rpmh qcom_rpmh 36864 4 qcom_rpmh_regulator,rpmhpd,clk_rpmh,icc_bcm_voter cmd_db 16384 5 qcom_rpmh_regulator,rpmhpd,clk_rpmh,icc_rpmh,qcom_rpmh :: [ 11:53:22 ] :: [ PASS ] :: Command 'lsmod' (Expected 0, got 0) :: [ 11:53:22 ] :: [ BEGIN ] :: Running 'modprobe -r ip_gre' :: [ 11:53:25 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0-1, got 0) :: [ 11:53:25 ] :: [ BEGIN ] :: Running 'modprobe -r ipip' :: [ 11:53:26 ] :: [ PASS ] :: Command 'modprobe -r ipip' (Expected 0-1, got 0) :: [ 11:53:26 ] :: [ BEGIN ] :: Running 'modprobe -r sit' :: [ 11:53:27 ] :: [ PASS ] :: Command 'modprobe -r sit' (Expected 0-1, got 0) :: [ 11:53:27 ] :: [ BEGIN ] :: Running 'modprobe -r ip_tunnel' :: [ 11:53:28 ] :: [ PASS ] :: Command 'modprobe -r ip_tunnel' (Expected 0-1, got 0) :: [ 11:53:28 ] :: [ BEGIN ] :: Running 'modprobe -r ip6_tunnel' :: [ 11:53:29 ] :: [ PASS ] :: Command 'modprobe -r ip6_tunnel' (Expected 0-1, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 31s :: Assertions: 87 good, 0 bad :: RESULT: PASS (ip_tunnel) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_xfrm :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: net.ipv4.xfrm4_gc_thresh = 4 net.ipv6.xfrm6_gc_thresh = 4 :: [ 11:53:29 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:30 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:30 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:30 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev ha_veth0 src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:30 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:30 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:31 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:31 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode transport :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:31 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 10.167.100.2/32 dst 10.167.100.1/32 dir out priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode transport src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode transport :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:31 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:31 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:32 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:32 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:32 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:32 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:32 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:33 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:33 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:33 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:33 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev ha_veth0 src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:33 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:34 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:34 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:34 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode tunnel :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:34 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 10.167.100.2/32 dst 10.167.100.1/32 dir out priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode tunnel src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode tunnel :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:34 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:35 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:36 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev ha_veth0 src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode beet :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 10.167.100.2/32 dst 10.167.100.1/32 dir out priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode beet src 10.167.100.1/32 dst 10.167.100.2/32 dir in priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode beet :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:37 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:38 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:39 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev ha_veth0 src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:40 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:40 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:40 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:40 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode transport :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:40 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode transport src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode transport :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:41 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:42 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev ha_veth0 src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:43 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode tunnel :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode tunnel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode tunnel :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:44 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:45 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:45 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:45 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:45 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:45 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state list' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev ha_veth0 src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev ha_veth0 :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state count' SAD count 2 :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:46 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode beet :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:47 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy list' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode beet src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode beet :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:47 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:47 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:47 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state deleteall' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm state flush' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy deleteall' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip xfrm policy flush' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) net.ipv4.xfrm4_gc_thresh = 1024 net.ipv6.xfrm6_gc_thresh = 1024 net.ipv4.xfrm4_gc_thresh = 4 net.ipv6.xfrm6_gc_thresh = 4 :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:48 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:49 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:49 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev hb_veth0 src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:49 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:49 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:50 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:50 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode transport :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:50 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 10.167.100.1/32 dst 10.167.100.2/32 dir out priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode transport src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode transport :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:50 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:50 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:51 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:52 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:52 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:52 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev hb_veth0 src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:52 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:53 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:53 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:53 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode tunnel :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:53 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 10.167.100.1/32 dst 10.167.100.2/32 dir out priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode tunnel src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode tunnel :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:54 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:54 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:54 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:54 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:54 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:55 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:55 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:55 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:55 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:55 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.1/32 dst 10.167.100.2/32 proto tcp sport 9998 dport 9999 dev hb_veth0 src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 10.167.100.2/32 dst 10.167.100.1/32 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:56 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode beet :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 10.167.100.1/32 dst 10.167.100.2/32 dir out priority 0 ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp reqid 0 mode beet src 10.167.100.2/32 dst 10.167.100.1/32 dir in priority 0 ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp reqid 0 mode beet :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:57 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:58 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev hb_veth0 src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode transport replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:59 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode transport :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode transport src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode transport :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:00 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:54:01 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev hb_veth0 src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode tunnel replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:54:02 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:54:03 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode tunnel :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:03 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode tunnel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode tunnel :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:03 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:03 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:03 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:04 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:54:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:05 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state list' src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 proto tcp sport 9998 dport 9999 dev hb_veth0 src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x00001000 reqid 0 mode beet replay-window 0 auth-trunc hmac(sha1) 0x9a46577ff3831ed80308e5a465c181dd82ea04ee 96 enc cbc(des3_ede) 0x6970763672656164796c6f676f33646573636263696e3031 anti-replay context: seq 0x0, oseq 0x0, bitmap 0x00000000 sel src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 proto tcp sport 9998 dport 9999 dev hb_veth0 :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state count' SAD count 2 :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode beet :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy list' src 2001:db8:ffff:100::1/128 dst 2001:db8:ffff:100::2/128 dir out priority 0 ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp reqid 0 mode beet src 2001:db8:ffff:100::2/128 dst 2001:db8:ffff:100::1/128 dir in priority 0 ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp reqid 0 mode beet :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:06 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy count' SPD IN 1 OUT 1 FWD 0 :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:07 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:07 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state deleteall' :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:07 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm state flush' :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:07 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy deleteall' :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:08 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip xfrm policy flush' :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) net.ipv4.xfrm4_gc_thresh = 1024 net.ipv6.xfrm6_gc_thresh = 1024 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 39s :: Assertions: 192 good, 0 bad :: RESULT: PASS (ip_xfrm) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_netconf :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:54:08 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip netconf show' inet lo forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet ha_veth0 forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet all forwarding off rp_filter off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet default forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 lo forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 ha_veth0 forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 all forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 default forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec ha ip netconf show' (Expected 0, got 0) :: [ 11:54:08 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -4 netconf show dev ha_veth0' inet ha_veth0 forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 netconf show dev ha_veth0' (Expected 0, got 0) :: [ 11:54:08 ] :: [ BEGIN ] :: Running 'ip netns exec ha ip -6 netconf show dev ha_veth0' inet6 ha_veth0 forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 netconf show dev ha_veth0' (Expected 0, got 0) :: [ 11:54:09 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip netconf show' inet lo forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet hb_veth0 forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet all forwarding off rp_filter off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet default forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 lo forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 hb_veth0 forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 all forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off inet6 default forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip netconf show' (Expected 0, got 0) :: [ 11:54:09 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -4 netconf show dev hb_veth0' inet hb_veth0 forwarding off rp_filter strict mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 netconf show dev hb_veth0' (Expected 0, got 0) :: [ 11:54:09 ] :: [ BEGIN ] :: Running 'ip netns exec hb ip -6 netconf show dev hb_veth0' inet6 hb_veth0 forwarding off mc_forwarding off proxy_neigh off ignore_routes_with_linkdown off :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 netconf show dev hb_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 6 good, 0 bad :: RESULT: PASS (ip_netconf) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bridge_attr_notify :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:54:09 ] :: [ BEGIN ] :: Running 'ip link add br_bz950243 type bridge' :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip link add br_bz950243 type bridge' (Expected 0, got 0) :: [ 11:54:10 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 up' :: [ 11:54:10 ] :: [ PASS ] :: Command 'ip link set br_bz950243 up' (Expected 0, got 0) :: [ 11:54:10 ] :: [ BEGIN ] :: Running 'default_val=30000' :: [ 11:54:10 ] :: [ PASS ] :: Command 'default_val=30000' (Expected 0, got 0) :: [ 11:54:10 ] :: [ LOG ] :: ageing_time default value:30000 :: [ 11:54:10 ] :: [ LOG ] :: br_attr:ageing_time, br_attr_value:20000, brctl_cmd:setageing :: [ 11:54:10 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:10 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:11 ] :: [ BEGIN ] :: Running 'echo 20000 > /sys/class/net/br_bz950243/bridge/ageing_time' :: [ 11:54:11 ] :: [ PASS ] :: Command 'echo 20000 > /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ BEGIN ] :: Running 'kill 405019' :: [ 11:54:12 ] :: [ PASS ] :: Command 'kill 405019' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:12 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:12 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:12 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/ageing_time' 20000 :: [ 11:54:12 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ BEGIN ] :: Running 'echo 30000 > /sys/class/net/br_bz950243/bridge/ageing_time' :: [ 11:54:12 ] :: [ PASS ] :: Command 'echo 30000 > /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:12 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:13 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge ageing_time 20000' :: [ 11:54:13 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 20000' (Expected 0, got 0) :: [ 11:54:14 ] :: [ BEGIN ] :: Running 'kill 405179' :: [ 11:54:14 ] :: [ PASS ] :: Command 'kill 405179' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:14 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:14 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:14 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/ageing_time' 20000 :: [ 11:54:14 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:14 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge ageing_time 30000' :: [ 11:54:14 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 30000' (Expected 0, got 0) :: [ 11:54:14 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:14 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:15 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge ageing_time 20000' :: [ 11:54:15 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 20000' (Expected 0, got 0) :: [ 11:54:16 ] :: [ BEGIN ] :: Running 'kill 405339' :: [ 11:54:16 ] :: [ PASS ] :: Command 'kill 405339' (Expected 0, got 0) :: [ 11:54:16 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:16 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:16 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:17 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/ageing_time' 20000 :: [ 11:54:17 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:17 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge ageing_time 30000' :: [ 11:54:17 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 30000' (Expected 0, got 0) :: [ 11:54:17 ] :: [ BEGIN ] :: Running 'default_val=1500' :: [ 11:54:17 ] :: [ PASS ] :: Command 'default_val=1500' (Expected 0, got 0) :: [ 11:54:17 ] :: [ LOG ] :: forward_delay default value:1500 :: [ 11:54:17 ] :: [ LOG ] :: br_attr:forward_delay, br_attr_value:1000, brctl_cmd:setfd :: [ 11:54:17 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:17 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:18 ] :: [ BEGIN ] :: Running 'echo 1000 > /sys/class/net/br_bz950243/bridge/forward_delay' :: [ 11:54:18 ] :: [ PASS ] :: Command 'echo 1000 > /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ BEGIN ] :: Running 'kill 405542' :: [ 11:54:19 ] :: [ PASS ] :: Command 'kill 405542' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:19 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:19 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:19 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/forward_delay' 1000 :: [ 11:54:19 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ BEGIN ] :: Running 'echo 1500 > /sys/class/net/br_bz950243/bridge/forward_delay' :: [ 11:54:19 ] :: [ PASS ] :: Command 'echo 1500 > /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:19 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:20 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge forward_delay 1000' :: [ 11:54:20 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1000' (Expected 0, got 0) :: [ 11:54:21 ] :: [ BEGIN ] :: Running 'kill 405700' :: [ 11:54:21 ] :: [ PASS ] :: Command 'kill 405700' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:21 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:21 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:21 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/forward_delay' 1000 :: [ 11:54:21 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:21 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge forward_delay 1500' :: [ 11:54:21 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1500' (Expected 0, got 0) :: [ 11:54:21 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:21 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:22 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge forward_delay 1000' :: [ 11:54:22 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1000' (Expected 0, got 0) :: [ 11:54:23 ] :: [ BEGIN ] :: Running 'kill 405860' :: [ 11:54:23 ] :: [ PASS ] :: Command 'kill 405860' (Expected 0, got 0) :: [ 11:54:24 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:24 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:24 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:24 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/forward_delay' 1000 :: [ 11:54:24 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:24 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge forward_delay 1500' :: [ 11:54:24 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1500' (Expected 0, got 0) :: [ 11:54:24 ] :: [ BEGIN ] :: Running 'default_val=200' :: [ 11:54:24 ] :: [ PASS ] :: Command 'default_val=200' (Expected 0, got 0) :: [ 11:54:24 ] :: [ LOG ] :: hello_time default value:200 :: [ 11:54:24 ] :: [ LOG ] :: br_attr:hello_time, br_attr_value:100, brctl_cmd:sethello :: [ 11:54:24 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:24 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:25 ] :: [ BEGIN ] :: Running 'echo 100 > /sys/class/net/br_bz950243/bridge/hello_time' :: [ 11:54:25 ] :: [ PASS ] :: Command 'echo 100 > /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ BEGIN ] :: Running 'kill 406063' :: [ 11:54:26 ] :: [ PASS ] :: Command 'kill 406063' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:26 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:26 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:26 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/hello_time' 100 :: [ 11:54:26 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ BEGIN ] :: Running 'echo 200 > /sys/class/net/br_bz950243/bridge/hello_time' :: [ 11:54:26 ] :: [ PASS ] :: Command 'echo 200 > /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:26 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:27 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge hello_time 100' :: [ 11:54:27 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 100' (Expected 0, got 0) :: [ 11:54:28 ] :: [ BEGIN ] :: Running 'kill 406221' :: [ 11:54:28 ] :: [ PASS ] :: Command 'kill 406221' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:28 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:28 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:28 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/hello_time' 100 :: [ 11:54:28 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:28 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge hello_time 200' :: [ 11:54:28 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 200' (Expected 0, got 0) :: [ 11:54:28 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:28 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:29 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge hello_time 100' :: [ 11:54:30 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 100' (Expected 0, got 0) :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'kill 406381' :: [ 11:54:31 ] :: [ PASS ] :: Command 'kill 406381' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:31 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/hello_time' 100 :: [ 11:54:31 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge hello_time 200' :: [ 11:54:31 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 200' (Expected 0, got 0) :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'default_val=2000' :: [ 11:54:31 ] :: [ PASS ] :: Command 'default_val=2000' (Expected 0, got 0) :: [ 11:54:31 ] :: [ LOG ] :: max_age default value:2000 :: [ 11:54:31 ] :: [ LOG ] :: br_attr:max_age, br_attr_value:1000, brctl_cmd:setmaxage :: [ 11:54:31 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:31 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:32 ] :: [ BEGIN ] :: Running 'echo 1000 > /sys/class/net/br_bz950243/bridge/max_age' :: [ 11:54:32 ] :: [ PASS ] :: Command 'echo 1000 > /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ BEGIN ] :: Running 'kill 406590' :: [ 11:54:33 ] :: [ PASS ] :: Command 'kill 406590' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:33 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:33 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:33 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/max_age' 1000 :: [ 11:54:33 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ BEGIN ] :: Running 'echo 2000 > /sys/class/net/br_bz950243/bridge/max_age' :: [ 11:54:33 ] :: [ PASS ] :: Command 'echo 2000 > /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:33 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:34 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge max_age 1000' :: [ 11:54:34 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 1000' (Expected 0, got 0) :: [ 11:54:35 ] :: [ BEGIN ] :: Running 'kill 406748' :: [ 11:54:35 ] :: [ PASS ] :: Command 'kill 406748' (Expected 0, got 0) :: [ 11:54:35 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:35 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:35 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:35 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/max_age' 1000 :: [ 11:54:35 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:35 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge max_age 2000' :: [ 11:54:35 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 2000' (Expected 0, got 0) :: [ 11:54:36 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:36 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:37 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge max_age 1000' :: [ 11:54:37 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 1000' (Expected 0, got 0) :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'kill 406908' :: [ 11:54:38 ] :: [ PASS ] :: Command 'kill 406908' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:38 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/max_age' 1000 :: [ 11:54:38 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge max_age 2000' :: [ 11:54:38 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 2000' (Expected 0, got 0) :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'default_val=32768' :: [ 11:54:38 ] :: [ PASS ] :: Command 'default_val=32768' (Expected 0, got 0) :: [ 11:54:38 ] :: [ LOG ] :: priority default value:32768 :: [ 11:54:38 ] :: [ LOG ] :: br_attr:priority, br_attr_value:16384, brctl_cmd:setbridgeprio :: [ 11:54:38 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:38 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:39 ] :: [ BEGIN ] :: Running 'echo 16384 > /sys/class/net/br_bz950243/bridge/priority' :: [ 11:54:39 ] :: [ PASS ] :: Command 'echo 16384 > /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ BEGIN ] :: Running 'kill 407117' :: [ 11:54:40 ] :: [ PASS ] :: Command 'kill 407117' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:40 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 1701: br_bz950243: mtu 1500 :: [ 11:54:40 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:40 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/priority' 16384 :: [ 11:54:40 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ BEGIN ] :: Running 'echo 32768 > /sys/class/net/br_bz950243/bridge/priority' :: [ 11:54:40 ] :: [ PASS ] :: Command 'echo 32768 > /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:40 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:41 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge priority 16384' :: [ 11:54:41 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 16384' (Expected 0, got 0) :: [ 11:54:42 ] :: [ BEGIN ] :: Running 'kill 407275' :: [ 11:54:42 ] :: [ PASS ] :: Command 'kill 407275' (Expected 0, got 0) :: [ 11:54:42 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:42 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:42 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:43 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/priority' 16384 :: [ 11:54:43 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:43 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge priority 32768' :: [ 11:54:43 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 32768' (Expected 0, got 0) :: [ 11:54:43 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:43 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:44 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge priority 16384' :: [ 11:54:44 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 16384' (Expected 0, got 0) :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'kill 407435' :: [ 11:54:45 ] :: [ PASS ] :: Command 'kill 407435' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:45 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/priority' 16384 :: [ 11:54:45 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge priority 32768' :: [ 11:54:45 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 32768' (Expected 0, got 0) :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'default_val=0' :: [ 11:54:45 ] :: [ PASS ] :: Command 'default_val=0' (Expected 0, got 0) :: [ 11:54:45 ] :: [ LOG ] :: stp_state default value:0 :: [ 11:54:45 ] :: [ LOG ] :: br_attr:stp_state, br_attr_value:1, brctl_cmd:stp :: [ 11:54:45 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:45 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:46 ] :: [ BEGIN ] :: Running 'echo 1 > /sys/class/net/br_bz950243/bridge/stp_state' :: [ 11:54:46 ] :: [ PASS ] :: Command 'echo 1 > /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ BEGIN ] :: Running 'kill 407638' :: [ 11:54:47 ] :: [ PASS ] :: Command 'kill 407638' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:47 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:47 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:47 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/stp_state' 1 :: [ 11:54:47 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ BEGIN ] :: Running 'echo 0 > /sys/class/net/br_bz950243/bridge/stp_state' :: [ 11:54:47 ] :: [ PASS ] :: Command 'echo 0 > /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:47 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:48 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge stp_state 1' :: [ 11:54:48 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 1' (Expected 0, got 0) :: [ 11:54:49 ] :: [ BEGIN ] :: Running 'kill 407797' :: [ 11:54:50 ] :: [ PASS ] :: Command 'kill 407797' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:50 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:50 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:50 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/stp_state' 1 :: [ 11:54:50 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:50 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge stp_state 0' :: [ 11:54:50 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 0' (Expected 0, got 0) :: [ 11:54:50 ] :: [ BEGIN ] :: Running 'bridge -d -s monitor link > br_attr.log &' :: [ 11:54:50 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:51 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge stp_state 1' :: [ 11:54:51 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 1' (Expected 0, got 0) :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'kill 407958' :: [ 11:54:52 ] :: [ PASS ] :: Command 'kill 407958' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'cat br_attr.log' 1701: br_bz950243: mtu 1500 :: [ 11:54:52 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'cat /sys/class/net/br_bz950243/bridge/stp_state' 1 :: [ 11:54:52 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 type bridge stp_state 0' :: [ 11:54:52 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 0' (Expected 0, got 0) :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'ip link set br_bz950243 down' :: [ 11:54:52 ] :: [ PASS ] :: Command 'ip link set br_bz950243 down' (Expected 0, got 0) :: [ 11:54:52 ] :: [ BEGIN ] :: Running 'ip link del br_bz950243' :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link del br_bz950243' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 44s :: Assertions: 136 good, 0 bad :: RESULT: PASS (bridge_attr_notify) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bridge_mdb :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Cannot find device "my_veth0" Cannot find device "my_br" Cannot find device "my_br" Cannot find device "my_veth0" :: [ 11:54:53 ] :: [ BEGIN ] :: Running 'bridge mdb show' :: [ 11:54:53 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:53 ] :: [ BEGIN ] :: Running 'ip link add name my_veth0 type veth peer name my_veth1' :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link add name my_veth0 type veth peer name my_veth1' (Expected 0, got 0) :: [ 11:54:53 ] :: [ BEGIN ] :: Running 'ip link add my_br type bridge' :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link add my_br type bridge' (Expected 0, got 0) :: [ 11:54:53 ] :: [ BEGIN ] :: Running 'ip link set dev my_veth0 master my_br' :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link set dev my_veth0 master my_br' (Expected 0, got 0) :: [ 11:54:53 ] :: [ BEGIN ] :: Running 'ip link set my_br up' :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link set my_br up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ BEGIN ] :: Running 'ip link set my_veth0 up' :: [ 11:54:54 ] :: [ PASS ] :: Command 'ip link set my_veth0 up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ BEGIN ] :: Running 'ip link set my_veth1 up' :: [ 11:54:54 ] :: [ PASS ] :: Command 'ip link set my_veth1 up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ BEGIN ] :: Running 'test 2 -eq 2' :: [ 11:54:54 ] :: [ PASS ] :: Command 'test 2 -eq 2' (Expected 0, got 0) :: [ 11:54:55 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:54:55 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:56 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:54:56 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:57 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:54:57 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:58 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:54:58 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:59 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:54:59 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:00 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:55:00 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:01 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:55:01 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:02 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:55:02 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:03 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:55:03 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:04 ] :: [ BEGIN ] :: Running 'bridge mdb show' dev my_br port my_veth0 grp ff02::123 temp dev my_br port my_veth0 grp 224.1.1.1 temp dev my_br port my_veth0 grp ff02::1:ff06:7ae5 temp dev my_br port my_br grp ff02::6a temp dev my_br port my_br grp ff02::1:ff37:2111 temp :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:04 ] :: [ BEGIN ] :: Running 'bridge mdb show | grep '224.1.1.1'' dev my_br port my_veth0 grp 224.1.1.1 temp :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show | grep '224.1.1.1'' (Expected 0, got 0) :: [ 11:55:04 ] :: [ BEGIN ] :: Running 'bridge mdb show | grep 'ff02::123'' dev my_br port my_veth0 grp ff02::123 temp :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show | grep 'ff02::123'' (Expected 0, got 0) :: [ 11:55:04 ] :: [ BEGIN ] :: Running 'pkill -9 join_group' :: [ 11:55:04 ] :: [ PASS ] :: Command 'pkill -9 join_group' (Expected 0, got 0) :: [ 11:55:04 ] :: [ BEGIN ] :: Running 'ip link set dev my_veth0 nomaster' :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link set dev my_veth0 nomaster' (Expected 0, got 0) :: [ 11:55:05 ] :: [ BEGIN ] :: Running 'ip link set my_br down' :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link set my_br down' (Expected 0, got 0) :: [ 11:55:05 ] :: [ BEGIN ] :: Running 'ip link del my_br' :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link del my_br' (Expected 0, got 0) :: [ 11:55:05 ] :: [ BEGIN ] :: Running 'ip link del my_veth0' :: [ 11:55:06 ] :: [ PASS ] :: Command 'ip link del my_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 13s :: Assertions: 25 good, 0 bad :: RESULT: PASS (bridge_mdb) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bz1618538_sanity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:55:06 ] :: [ BEGIN ] :: Running 'ip -all netns del' :: [ 11:55:06 ] :: [ PASS ] :: Command 'ip -all netns del' (Expected 0, got 0) :: [ 11:55:06 ] :: [ BEGIN ] :: Running 'ip net add c' :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add c' (Expected 0, got 0) :: [ 11:55:07 ] :: [ BEGIN ] :: Running 'ip net add r' :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add r' (Expected 0, got 0) :: [ 11:55:07 ] :: [ BEGIN ] :: Running 'ip net add s' :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add s' (Expected 0, got 0) :: [ 11:55:08 ] :: [ BEGIN ] :: Running 'ip -n c link add veth0_c type veth peer name veth0_c netns r' :: [ 11:55:08 ] :: [ PASS ] :: Command 'ip -n c link add veth0_c type veth peer name veth0_c netns r' (Expected 0, got 0) :: [ 11:55:08 ] :: [ BEGIN ] :: Running 'ip -n s link add veth0_s type veth peer name veth0_s netns r' :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip -n s link add veth0_s type veth peer name veth0_s netns r' (Expected 0, got 0) :: [ 11:55:09 ] :: [ BEGIN ] :: Running 'ip net exec c ip l set veth0_c up' :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip net exec c ip l set veth0_c up' (Expected 0, got 0) :: [ 11:55:09 ] :: [ BEGIN ] :: Running 'ip net exec r ip l set veth0_c up' :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_c up' (Expected 0, got 0) :: [ 11:55:09 ] :: [ BEGIN ] :: Running 'ip net exec r ip l set veth0_s up' :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_s up' (Expected 0, got 0) :: [ 11:55:10 ] :: [ BEGIN ] :: Running 'ip net exec s ip l set veth0_s up' :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec s ip l set veth0_s up' (Expected 0, got 0) :: [ 11:55:10 ] :: [ BEGIN ] :: Running 'ip net exec c ip a a 172.16.1.1/24 dev veth0_c' :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec c ip a a 172.16.1.1/24 dev veth0_c' (Expected 0, got 0) :: [ 11:55:10 ] :: [ BEGIN ] :: Running 'ip net exec r ip a a 172.16.1.2/24 dev veth0_c' :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec r ip a a 172.16.1.2/24 dev veth0_c' (Expected 0, got 0) :: [ 11:55:10 ] :: [ BEGIN ] :: Running 'ip net exec c ip a a 2000:1::1/64 dev veth0_c' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec c ip a a 2000:1::1/64 dev veth0_c' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec r ip a a 2000:1::2/64 dev veth0_c' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 2000:1::2/64 dev veth0_c' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec r ip a a 172.16.2.2/24 dev veth0_s' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 172.16.2.2/24 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec s ip a a 172.16.2.1/24 dev veth0_s' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec s ip a a 172.16.2.1/24 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec s ip a a 2000:2::1/64 dev veth0_s' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec s ip a a 2000:2::1/64 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec r ip a a 2000:2::2/64 dev veth0_s' :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 2000:2::2/64 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ BEGIN ] :: Running 'ip net exec r sysctl -w net.ipv6.conf.all.forwarding=1' net.ipv6.conf.all.forwarding = 1 :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec r sysctl -w net.ipv6.conf.all.forwarding=1' (Expected 0, got 0) :: [ 11:55:12 ] :: [ BEGIN ] :: Running 'ip net exec r sysctl -w net.ipv4.conf.all.forwarding=1' net.ipv4.conf.all.forwarding = 1 :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec r sysctl -w net.ipv4.conf.all.forwarding=1' (Expected 0, got 0) :: [ 11:55:12 ] :: [ BEGIN ] :: Running 'ip net exec c ip r a 172.16.2.0/24 via 172.16.1.2 dev veth0_c' :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec c ip r a 172.16.2.0/24 via 172.16.1.2 dev veth0_c' (Expected 0, got 0) :: [ 11:55:12 ] :: [ BEGIN ] :: Running 'ip net exec c ip r a 2000:2::/64 via 2000:1::2 dev veth0_c' :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec c ip r a 2000:2::/64 via 2000:1::2 dev veth0_c' (Expected 0, got 0) :: [ 11:55:12 ] :: [ BEGIN ] :: Running 'ip net exec s ip r a 172.16.1.0/24 via 172.16.2.2 dev veth0_s' :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec s ip r a 172.16.1.0/24 via 172.16.2.2 dev veth0_s' (Expected 0, got 0) :: [ 11:55:12 ] :: [ BEGIN ] :: Running 'ip net exec s ip r a 2000:1::/64 via 2000:2::2 dev veth0_s' :: [ 11:55:13 ] :: [ PASS ] :: Command 'ip net exec s ip r a 2000:1::/64 via 2000:2::2 dev veth0_s' (Expected 0, got 0) :: [ 11:55:15 ] :: [ BEGIN ] :: Running 'ip net exec r ip l set veth0_s mtu 1300' :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_s mtu 1300' (Expected 0, got 0) :: [ 11:55:15 ] :: [ BEGIN ] :: Running 'sysctl -w net.ipv4.route.mtu_expires=9' net.ipv4.route.mtu_expires = 9 :: [ 11:55:15 ] :: [ PASS ] :: Command 'sysctl -w net.ipv4.route.mtu_expires=9' (Expected 0, got 0) :: [ 11:55:15 ] :: [ BEGIN ] :: Running 'ip net exec c sysctl -w net.ipv6.route.mtu_expires=9' net.ipv6.route.mtu_expires = 9 :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec c sysctl -w net.ipv6.route.mtu_expires=9' (Expected 0, got 0) :: [ 11:55:15 ] :: [ BEGIN ] :: Running 'ip net exec c ping 172.16.2.1 -c 1 -s 1300 | grep -i 'Frag needed'' From 172.16.1.2 icmp_seq=1 Frag needed and DF set (mtu = 1300) :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec c ping 172.16.2.1 -c 1 -s 1300 | grep -i 'Frag needed'' (Expected 0, got 0) :: [ 11:55:15 ] :: [ BEGIN ] :: Running 'ip net exec c ping6 2000:2::1 -c 1 -s 1300 | grep -i 'Packet too big'' From 2000:1::2 icmp_seq=1 Packet too big: mtu=1300 :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ping6 2000:2::1 -c 1 -s 1300 | grep -i 'Packet too big'' (Expected 0, got 0) :: [ 11:55:16 ] :: [ BEGIN ] :: Running 'ip net exec c ip r get 172.16.2.1' 172.16.2.1 via 172.16.1.2 dev veth0_c src 172.16.1.1 uid 0 cache expires 8sec mtu 1300 :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r get 172.16.2.1' (Expected 0, got 0) :: [ 11:55:16 ] :: [ BEGIN ] :: Running 'ip net exec c ip r get 2000:2::1' 2000:2::1 via 2000:1::2 dev veth0_c src 2000:1::1 metric 1024 expires 8sec mtu 1300 pref medium :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r get 2000:2::1' (Expected 0, got 0) :: [ 11:55:16 ] :: [ BEGIN ] :: Running 'ip net exec c ip r flush cache' :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r flush cache' (Expected 0, got 0) :: [ 11:55:16 ] :: [ BEGIN ] :: Running 'ip net exec c ip -6 r flush cache' :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip -6 r flush cache' (Expected 0, got 0) :: [ 11:55:16 ] :: [ BEGIN ] :: Running 'ip net exec c ip r show cache' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c ip r show cache' (Expected 0, got 0) :: [ 11:55:17 ] :: [ BEGIN ] :: Running 'ip net exec c ip -6 r show cache' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c ip -6 r show cache' (Expected 0, got 0) :: [ 11:55:17 ] :: [ BEGIN ] :: Running 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 4 &' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 4 &' (Expected 0, got 0) :: [ 11:55:17 ] :: [ BEGIN ] :: Running 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 4 &' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 4 &' (Expected 0, got 0) PING 172.16.2.1 (172.16.2.1) 1400(1428) bytes of data. From 172.16.1.2 icmp_seq=1 Frag needed and DF set (mtu = 1300) :: [ 11:55:17 ] :: [ BEGIN ] :: Running 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 8 &' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 8 &' (Expected 0, got 0) PING 2000:2::1(2000:2::1) 1400 data bytes From 2000:1::2 icmp_seq=1 Packet too big: mtu=1300 :: [ 11:55:17 ] :: [ BEGIN ] :: Running 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 8 &' :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 8 &' (Expected 0, got 0) From 172.16.1.2 icmp_seq=10 Frag needed and DF set (mtu = 1300) From 2000:1::2 icmp_seq=10 Packet too big: mtu=1300 :: [ 11:55:27 ] :: [ BEGIN ] :: Running 'ip net exec c ip link d veth0_c' :: [ 11:55:28 ] :: [ PASS ] :: Command 'ip net exec c ip link d veth0_c' (Expected 0, got 0) :: [ 11:55:28 ] :: [ BEGIN ] :: Running 'ip -all netns del' :: [ 11:55:28 ] :: [ PASS ] :: Command 'ip -all netns del' (Expected 0, got 0) :: [ 11:55:28 ] :: [ BEGIN ] :: Running 'sysctl -w net.ipv4.route.mtu_expires=606' net.ipv4.route.mtu_expires = 606 :: [ 11:55:28 ] :: [ PASS ] :: Command 'sysctl -w net.ipv4.route.mtu_expires=606' (Expected 0, got 0) :: [ 11:55:28 ] :: [ BEGIN ] :: Running 'pgrep ping && pkill ping' 409950 409975 410000 410025 :: [ 11:55:28 ] :: [ PASS ] :: Command 'pgrep ping && pkill ping' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 22s :: Assertions: 43 good, 0 bad :: RESULT: PASS (bz1618538_sanity) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: genl_test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:55:28 ] :: [ BEGIN ] :: Running 'genl ctrl help 2>&1 | grep 'ctrl policy'' ctrl policy name foobar ctrl policy id 0xF :: [ 11:55:28 ] :: [ PASS ] :: Command 'genl ctrl help 2>&1 | grep 'ctrl policy'' (Expected 0,1, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name nlctrl' ID: 0x10 op 3 policies: do=0 dump=0 ID: 0x10 op 0 policies: dump=1 ID: 0x10 policy[0]:attr[1]: type=U16 range:[0,65535] ID: 0x10 policy[0]:attr[2]: type=NUL_STRING max len:15 ID: 0x10 policy[1]:attr[1]: type=U16 range:[0,65535] ID: 0x10 policy[1]:attr[2]: type=NUL_STRING max len:15 ID: 0x10 policy[1]:attr[10]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name nlctrl' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name VFS_DQUOT' RTNETLINK answers: No data available :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name VFS_DQUOT' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name thermal' ID: 0x13 op 2 policies: do=0 ID: 0x13 op 3 policies: do=0 ID: 0x13 op 4 policies: do=0 ID: 0x13 policy[0]:attr[1]: type=NESTED ID: 0x13 policy[0]:attr[2]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[3]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[4]: type=NESTED ID: 0x13 policy[0]:attr[5]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[6]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[7]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[8]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[9]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[10]: type=STRING max len:20 ID: 0x13 policy[0]:attr[11]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[12]: type=NESTED ID: 0x13 policy[0]:attr[13]: type=STRING max len:20 ID: 0x13 policy[0]:attr[14]: type=NESTED ID: 0x13 policy[0]:attr[15]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[16]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[17]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[18]: type=STRING max len:20 ID: 0x13 policy[0]:attr[20]: type=NESTED ID: 0x13 policy[0]:attr[21]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[22]: type=U32 range:[0,4294967295] ID: 0x13 policy[0]:attr[23]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name thermal' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name netdev' ID: 0x14 op 1 policies: do=0 dump=1 ID: 0x14 policy[0]:attr[1]: type=U32 range:[1,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name netdev' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name ethtool' ID: 0x15 op 1 policies: do=0 dump=0 ID: 0x15 op 2 policies: do=2 dump=2 ID: 0x15 op 3 policies: do=3 ID: 0x15 op 4 policies: do=4 dump=4 ID: 0x15 op 5 policies: do=5 ID: 0x15 op 6 policies: do=6 dump=6 ID: 0x15 op 7 policies: do=8 dump=8 ID: 0x15 op 8 policies: do=9 ID: 0x15 op 9 policies: do=10 dump=10 ID: 0x15 op 10 policies: do=11 ID: 0x15 op 11 policies: do=12 dump=12 ID: 0x15 op 12 policies: do=13 ID: 0x15 op 13 policies: do=14 dump=14 ID: 0x15 op 14 policies: do=15 ID: 0x15 op 15 policies: do=16 dump=16 ID: 0x15 op 16 policies: do=17 ID: 0x15 op 17 policies: do=18 dump=18 ID: 0x15 op 18 policies: do=19 ID: 0x15 op 19 policies: do=20 dump=20 ID: 0x15 op 20 policies: do=21 ID: 0x15 op 21 policies: do=22 dump=22 ID: 0x15 op 22 policies: do=23 ID: 0x15 op 23 policies: do=24 dump=24 ID: 0x15 op 24 policies: do=25 ID: 0x15 op 25 policies: do=26 dump=26 ID: 0x15 op 26 policies: do=27 ID: 0x15 op 27 policies: do=28 ID: 0x15 op 28 policies: do=29 dump=29 ID: 0x15 op 29 policies: do=30 dump=30 ID: 0x15 op 30 policies: do=31 ID: 0x15 op 31 policies: do=32 dump=32 ID: 0x15 op 32 policies: do=33 dump=33 ID: 0x15 op 33 policies: do=34 dump=34 ID: 0x15 op 34 policies: do=35 dump=35 ID: 0x15 op 35 policies: do=36 ID: 0x15 op 36 policies: do=37 dump=37 ID: 0x15 op 37 policies: do=38 ID: 0x15 op 38 policies: do=39 ID: 0x15 op 39 policies: do=40 dump=40 ID: 0x15 op 40 policies: do=41 ID: 0x15 op 41 policies: do=42 dump=42 ID: 0x15 op 42 policies: do=43 dump=43 ID: 0x15 op 43 policies: do=44 ID: 0x15 policy[0]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[0]:attr[2]: type=NESTED ID: 0x15 policy[0]:attr[3]: type=FLAG ID: 0x15 policy[1]:attr[1]: type=U32 range:[0,4294967295] ID: 0x15 policy[1]:attr[2]: type=NUL_STRING max len:127 ID: 0x15 policy[1]:attr[3]: type=U32 ID: 0x15 policy[2]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[3]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[3]:attr[2]: type=U8 range:[0,255] ID: 0x15 policy[3]:attr[3]: type=U8 range:[0,255] ID: 0x15 policy[3]:attr[5]: type=U8 range:[0,255] ID: 0x15 policy[4]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[5]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[5]:attr[2]: type=U8 range:[0,255] ID: 0x15 policy[5]:attr[3]: type=NESTED ID: 0x15 policy[5]:attr[5]: type=U32 range:[0,4294967295] ID: 0x15 policy[5]:attr[6]: type=U8 range:[0,255] ID: 0x15 policy[5]:attr[7]: type=U8 range:[0,255] ID: 0x15 policy[5]:attr[9]: type=U32 range:[1,8] ID: 0x15 policy[6]:attr[1]: type=NESTED policy:7 maxattr:3 ID: 0x15 policy[7]:attr[1]: type=U32 range:[0,4294967295] ID: 0x15 policy[7]:attr[2]: type=NUL_STRING max len:127 ID: 0x15 policy[7]:attr[3]: type=U32 ID: 0x15 policy[8]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[9]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[9]:attr[2]: type=NESTED ID: 0x15 policy[10]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[11]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[11]:attr[2]: type=NESTED ID: 0x15 policy[11]:attr[3]: type=BINARY max len:6 ID: 0x15 policy[12]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[13]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[13]:attr[3]: type=NESTED ID: 0x15 policy[14]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[15]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[15]:attr[2]: type=NESTED ID: 0x15 policy[16]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[17]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[17]:attr[6]: type=U32 range:[0,4294967295] ID: 0x15 policy[17]:attr[7]: type=U32 range:[0,4294967295] ID: 0x15 policy[17]:attr[8]: type=U32 range:[0,4294967295] ID: 0x15 policy[17]:attr[9]: type=U32 range:[0,4294967295] ID: 0x15 policy[17]:attr[10]: type=U32 range:[1,4294967295] ID: 0x15 policy[17]:attr[12]: type=U32 range:[1,4294967295] ID: 0x15 policy[17]:attr[13]: type=U8 range:[0,1] ID: 0x15 policy[17]:attr[14]: type=U8 range:[0,1] ID: 0x15 policy[17]:attr[15]: type=U32 range:[0,4294967295] ID: 0x15 policy[18]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[19]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[19]:attr[6]: type=U32 range:[0,4294967295] ID: 0x15 policy[19]:attr[7]: type=U32 range:[0,4294967295] ID: 0x15 policy[19]:attr[8]: type=U32 range:[0,4294967295] ID: 0x15 policy[19]:attr[9]: type=U32 range:[0,4294967295] ID: 0x15 policy[20]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[21]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[21]:attr[2]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[3]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[4]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[5]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[6]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[7]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[8]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[9]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[10]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[11]: type=U8 range:[0,255] ID: 0x15 policy[21]:attr[12]: type=U8 range:[0,255] ID: 0x15 policy[21]:attr[13]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[14]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[15]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[16]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[17]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[18]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[19]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[20]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[21]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[22]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[23]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[24]: type=U8 range:[0,1] ID: 0x15 policy[21]:attr[25]: type=U8 range:[0,1] ID: 0x15 policy[21]:attr[26]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[27]: type=U32 range:[0,4294967295] ID: 0x15 policy[21]:attr[28]: type=U32 range:[0,4294967295] ID: 0x15 policy[22]:attr[1]: type=NESTED policy:7 maxattr:3 ID: 0x15 policy[22]:attr[6]: type=U32 range:[0,2] ID: 0x15 policy[23]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[23]:attr[2]: type=U8 range:[0,255] ID: 0x15 policy[23]:attr[3]: type=U8 range:[0,255] ID: 0x15 policy[23]:attr[4]: type=U8 range:[0,255] ID: 0x15 policy[24]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[25]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[25]:attr[2]: type=NESTED ID: 0x15 policy[25]:attr[5]: type=U8 range:[0,255] ID: 0x15 policy[25]:attr[6]: type=U8 range:[0,255] ID: 0x15 policy[25]:attr[7]: type=U32 range:[0,4294967295] ID: 0x15 policy[26]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[27]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[28]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[28]:attr[2]: type=NESTED ID: 0x15 policy[29]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[30]:attr[1]: type=NESTED policy:7 maxattr:3 ID: 0x15 policy[31]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[31]:attr[2]: type=NESTED ID: 0x15 policy[31]:attr[3]: type=U8 range:[0,1] ID: 0x15 policy[32]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[32]:attr[2]: type=U32 range:[0,255] ID: 0x15 policy[32]:attr[3]: type=U32 range:[1,128] ID: 0x15 policy[32]:attr[4]: type=U8 range:[0,255] ID: 0x15 policy[32]:attr[5]: type=U8 range:[0,255] ID: 0x15 policy[32]:attr[6]: type=U8 range:[0,127] ID: 0x15 policy[33]:attr[2]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[33]:attr[3]: type=NESTED ID: 0x15 policy[33]:attr[5]: type=U32 range:[0,2] ID: 0x15 policy[34]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[35]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[36]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[36]:attr[2]: type=U8 range:[1,2] ID: 0x15 policy[37]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[38]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[38]:attr[3]: type=U32 range:[2,3] ID: 0x15 policy[39]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[39]:attr[2]: type=U32 range:[0,4294967295] ID: 0x15 policy[40]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[41]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[41]:attr[3]: type=U8 range:[0,1] ID: 0x15 policy[41]:attr[5]: type=U32 range:[1,255] ID: 0x15 policy[41]:attr[6]: type=U32 range:[0,255] ID: 0x15 policy[41]:attr[7]: type=U32 range:[0,255] ID: 0x15 policy[41]:attr[8]: type=U32 range:[0,255] ID: 0x15 policy[41]:attr[9]: type=U32 range:[0,255] ID: 0x15 policy[42]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[43]:attr[1]: type=NESTED policy:7 maxattr:3 ID: 0x15 policy[44]:attr[1]: type=NESTED policy:1 maxattr:3 ID: 0x15 policy[44]:attr[2]: type=U8 range:[0,1] ID: 0x15 policy[44]:attr[3]: type=U8 range:[0,1] ID: 0x15 policy[44]:attr[5]: type=U32 range:[60,252] ID: 0x15 policy[44]:attr[7]: type=U8 range:[0,1] ID: 0x15 policy[44]:attr[9]: type=U32 range:[1,128] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name ethtool' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name devlink' ID: 0x16 op 1 policies: do=0 ID: 0x16 op 5 policies: do=0 ID: 0x16 op 6 policies: do=0 ID: 0x16 op 74 policies: do=0 dump=0 ID: 0x16 op 75 policies: do=0 ID: 0x16 op 76 policies: do=0 ID: 0x16 op 77 policies: do=0 ID: 0x16 op 9 policies: do=0 ID: 0x16 op 10 policies: do=0 ID: 0x16 op 7 policies: do=0 ID: 0x16 op 8 policies: do=0 ID: 0x16 op 78 policies: do=0 dump=0 ID: 0x16 op 79 policies: do=0 ID: 0x16 op 11 policies: do=0 ID: 0x16 op 15 policies: do=0 ID: 0x16 op 16 policies: do=0 ID: 0x16 op 19 policies: do=0 ID: 0x16 op 20 policies: do=0 ID: 0x16 op 23 policies: do=0 ID: 0x16 op 24 policies: do=0 ID: 0x16 op 27 policies: do=0 ID: 0x16 op 28 policies: do=0 ID: 0x16 op 29 policies: do=0 ID: 0x16 op 30 policies: do=0 ID: 0x16 op 31 policies: do=0 ID: 0x16 op 32 policies: do=0 ID: 0x16 op 33 policies: do=0 ID: 0x16 op 34 policies: do=0 ID: 0x16 op 35 policies: do=0 ID: 0x16 op 36 policies: do=0 ID: 0x16 op 37 policies: do=0 ID: 0x16 op 38 policies: do=0 ID: 0x16 op 39 policies: do=0 ID: 0x16 op 47 policies: do=0 ID: 0x16 op 48 policies: do=0 ID: 0x16 op 42 policies: do=0 ID: 0x16 op 44 policies: do=0 ID: 0x16 op 45 policies: do=0 ID: 0x16 op 0 policies: dump=0 ID: 0x16 op 51 policies: do=0 ID: 0x16 op 52 policies: do=0 ID: 0x16 op 53 policies: do=0 ID: 0x16 op 54 policies: do=0 ID: 0x16 op 55 policies: do=0 ID: 0x16 op 0 policies: dump=0 ID: 0x16 op 57 policies: do=0 ID: 0x16 op 73 policies: do=0 ID: 0x16 op 58 policies: do=0 ID: 0x16 op 61 policies: do=0 dump=0 ID: 0x16 op 62 policies: do=0 ID: 0x16 op 65 policies: do=0 dump=0 ID: 0x16 op 66 policies: do=0 ID: 0x16 op 69 policies: do=0 dump=0 ID: 0x16 op 70 policies: do=0 ID: 0x16 op 82 policies: do=0 dump=0 ID: 0x16 op 83 policies: do=0 ID: 0x16 policy[0]:attr[1]: type=NUL_STRING ID: 0x16 policy[0]:attr[2]: type=NUL_STRING ID: 0x16 policy[0]:attr[3]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[4]: type=U16 range:[1,3] ID: 0x16 policy[0]:attr[9]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[11]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[17]: type=U16 range:[0,65535] ID: 0x16 policy[0]:attr[18]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[19]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[20]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[21]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[22]: type=U16 range:[0,65535] ID: 0x16 policy[0]:attr[25]: type=U16 range:[0,1] ID: 0x16 policy[0]:attr[26]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[29]: type=NUL_STRING ID: 0x16 policy[0]:attr[33]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[62]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[66]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[67]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[77]: type=U16 range:[0,65535] ID: 0x16 policy[0]:attr[81]: type=NUL_STRING ID: 0x16 policy[0]:attr[83]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[87]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[88]: type=NUL_STRING ID: 0x16 policy[0]:attr[92]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[96]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[97]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[115]: type=NUL_STRING ID: 0x16 policy[0]:attr[120]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[121]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[122]: type=NUL_STRING ID: 0x16 policy[0]:attr[123]: type=NUL_STRING ID: 0x16 policy[0]:attr[127]: type=U16 range:[0,65535] ID: 0x16 policy[0]:attr[130]: type=NUL_STRING ID: 0x16 policy[0]:attr[131]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[135]: type=NUL_STRING ID: 0x16 policy[0]:attr[138]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[139]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[140]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[141]: type=U8 range:[0,255] ID: 0x16 policy[0]:attr[142]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[143]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[144]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[145]: type=NESTED ID: 0x16 policy[0]:attr[150]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[152]: type=BITFIELD32 ID: 0x16 policy[0]:attr[153]: type=U8 range:[1,2] ID: 0x16 policy[0]:attr[155]: type=BITFIELD32 ID: 0x16 policy[0]:attr[164]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[165]: type=U16 range:[0,65535] ID: 0x16 policy[0]:attr[166]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[167]: type=U64 range:[0,18446744073709551615] ID: 0x16 policy[0]:attr[168]: type=NUL_STRING ID: 0x16 policy[0]:attr[169]: type=NUL_STRING ID: 0x16 policy[0]:attr[171]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[173]: type=NUL_STRING ID: 0x16 policy[0]:attr[176]: type=NESTED ID: 0x16 policy[0]:attr[177]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[178]: type=U32 range:[0,4294967295] ID: 0x16 policy[0]:attr[179]: type=FLAG :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name devlink' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name NLBL_MGMT' ID: 0x17 op 1 policies: do=0 ID: 0x17 op 2 policies: do=0 ID: 0x17 op 4 policies: do=0 ID: 0x17 op 5 policies: do=0 ID: 0x17 op 6 policies: do=0 ID: 0x17 op 8 policies: do=0 ID: 0x17 policy[0]:attr[1]: type=NUL_STRING ID: 0x17 policy[0]:attr[2]: type=U32 range:[0,4294967295] ID: 0x17 policy[0]:attr[3]: type=U32 range:[0,4294967295] ID: 0x17 policy[0]:attr[4]: type=U32 range:[0,4294967295] ID: 0x17 policy[0]:attr[11]: type=U16 range:[0,65535] ID: 0x17 policy[0]:attr[12]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_MGMT' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name NLBL_CIPSOv4' ID: 0x18 op 1 policies: do=0 ID: 0x18 op 2 policies: do=0 ID: 0x18 op 3 policies: do=0 ID: 0x18 policy[0]:attr[1]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[2]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[3]: type=U8 range:[0,255] ID: 0x18 policy[0]:attr[4]: type=NESTED ID: 0x18 policy[0]:attr[5]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[6]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[7]: type=NESTED ID: 0x18 policy[0]:attr[8]: type=NESTED ID: 0x18 policy[0]:attr[9]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[10]: type=U32 range:[0,4294967295] ID: 0x18 policy[0]:attr[11]: type=NESTED ID: 0x18 policy[0]:attr[12]: type=NESTED :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_CIPSOv4' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name NLBL_CALIPSO' ID: 0x19 op 1 policies: do=0 ID: 0x19 op 2 policies: do=0 ID: 0x19 op 3 policies: do=0 ID: 0x19 policy[0]:attr[1]: type=U32 range:[0,4294967295] ID: 0x19 policy[0]:attr[2]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_CALIPSO' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name NLBL_UNLBL' ID: 0x1a op 3 policies: do=0 ID: 0x1a op 4 policies: do=0 ID: 0x1a op 6 policies: do=0 ID: 0x1a op 7 policies: do=0 ID: 0x1a op 1 policies: do=0 ID: 0x1a op 2 policies: do=0 ID: 0x1a policy[0]:attr[1]: type=U8 range:[0,255] ID: 0x1a policy[0]:attr[2]: type=BINARY max len:16 ID: 0x1a policy[0]:attr[3]: type=BINARY max len:16 ID: 0x1a policy[0]:attr[4]: type=BINARY max len:4 ID: 0x1a policy[0]:attr[5]: type=BINARY max len:4 ID: 0x1a policy[0]:attr[6]: type=NUL_STRING max len:15 ID: 0x1a policy[0]:attr[7]: type=BINARY :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_UNLBL' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name tcp_metrics' ID: 0x1b op 1 policies: do=0 ID: 0x1b op 2 policies: do=0 ID: 0x1b policy[0]:attr[1]: type=U32 range:[0,4294967295] ID: 0x1b policy[0]:attr[2]: type=BINARY max len:16 :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name tcp_metrics' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name NET_DM' ID: 0x1c op 2 policies: do=0 ID: 0x1c op 3 policies: do=0 ID: 0x1c op 4 policies: do=0 ID: 0x1c op 6 policies: do=0 ID: 0x1c op 8 policies: do=0 ID: 0x1c policy[0]:attr[1]: type=U8 range:[0,255] ID: 0x1c policy[0]:attr[9]: type=U32 range:[0,4294967295] ID: 0x1c policy[0]:attr[11]: type=U32 range:[0,4294967295] ID: 0x1c policy[0]:attr[20]: type=FLAG ID: 0x1c policy[0]:attr[21]: type=FLAG :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NET_DM' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name TASKSTATS' ID: 0x1d op 1 policies: do=0 ID: 0x1d op 4 policies: do=1 ID: 0x1d policy[0]:attr[1]: type=U32 range:[0,4294967295] ID: 0x1d policy[0]:attr[2]: type=U32 range:[0,4294967295] ID: 0x1d policy[0]:attr[3]: type=STRING ID: 0x1d policy[0]:attr[4]: type=STRING ID: 0x1d policy[1]:attr[1]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name TASKSTATS' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name SEG6' ID: 0x1e op 1 policies: do=0 ID: 0x1e op 3 policies: do=0 ID: 0x1e op 4 policies: do=0 ID: 0x1e policy[0]:attr[1]: type=BINARY max len:16 ID: 0x1e policy[0]:attr[2]: type=S32 range:[-2147483648,2147483647] ID: 0x1e policy[0]:attr[3]: type=U32 range:[0,4294967295] ID: 0x1e policy[0]:attr[4]: type=BINARY ID: 0x1e policy[0]:attr[5]: type=U8 range:[0,255] ID: 0x1e policy[0]:attr[6]: type=U8 range:[0,255] ID: 0x1e policy[0]:attr[7]: type=NESTED :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name SEG6' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name psample' RTNETLINK answers: No data available :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name psample' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name macsec' ID: 0x21 op 1 policies: do=0 ID: 0x21 op 2 policies: do=0 ID: 0x21 op 3 policies: do=0 ID: 0x21 op 4 policies: do=0 ID: 0x21 op 5 policies: do=0 ID: 0x21 op 6 policies: do=0 ID: 0x21 op 7 policies: do=0 ID: 0x21 op 8 policies: do=0 ID: 0x21 op 9 policies: do=0 ID: 0x21 op 10 policies: do=0 ID: 0x21 policy[0]:attr[1]: type=U32 range:[0,4294967295] ID: 0x21 policy[0]:attr[2]: type=NESTED ID: 0x21 policy[0]:attr[3]: type=NESTED ID: 0x21 policy[0]:attr[9]: type=NESTED :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name macsec' (Expected 0, got 0) :: [ 11:55:29 ] :: [ BEGIN ] :: Running 'genl ctrl policy name IPVS' ID: 0x22 op 1 policies: do=0 ID: 0x22 op 2 policies: do=0 ID: 0x22 op 3 policies: do=0 ID: 0x22 op 4 policies: do=0 ID: 0x22 op 5 policies: do=0 ID: 0x22 op 6 policies: do=0 ID: 0x22 op 7 policies: do=0 ID: 0x22 op 9 policies: do=0 ID: 0x22 op 10 policies: do=0 ID: 0x22 op 12 policies: do=0 ID: 0x22 op 13 policies: do=0 ID: 0x22 op 15 policies: do=0 ID: 0x22 op 16 policies: do=0 ID: 0x22 op 17 policies: do=0 ID: 0x22 policy[0]:attr[1]: type=NESTED ID: 0x22 policy[0]:attr[2]: type=NESTED ID: 0x22 policy[0]:attr[3]: type=NESTED ID: 0x22 policy[0]:attr[4]: type=U32 range:[0,4294967295] ID: 0x22 policy[0]:attr[5]: type=U32 range:[0,4294967295] ID: 0x22 policy[0]:attr[6]: type=U32 range:[0,4294967295] :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name IPVS' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 18 good, 0 bad :: RESULT: PASS (genl_test) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 2s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Cleanup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: TEST PROTOCOL :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Package : networking beakerlib RPM : beakerlib-1.29.3-1.el9.noarch Test name : /kernel/networking/netlink/iproute2 Test version : 0.1 Test started : 2023-11-23 11:48:29 UTC Test finished : 2023-11-23 11:55:32 UTC (still running) Test duration : 423 seconds Distro : Red Hat Enterprise Linux release 9.4 Beta (Plow) Hostname : dhcp19-243-138.khw4.lab.eng.bos.redhat.com Architecture : aarch64 CPUs : 0 x RAM size : 33140 MB HDD size : 15.64 GB :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Test description :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ## PURPOSE This test is mainly use for netlink and iproute2 utils test ## Know Issues 1. kernel panic after run : ip link add link eth0 type ipoib pkey 0x8001 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Setup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:30 ] :: [ PASS ] :: Command 'cat /usr/include/linux/netlink.h | grep -E 'NETLINK_DUMP_STRICT_CHK|NETLINK_GET_STRICT_CHK'' (Expected 0-255, got 0) :: [ 11:48:31 ] :: [ PASS ] :: Command 'dnf install -y gcc' (Expected 0, got 0) :: [ 11:48:31 ] :: [ PASS ] :: Command 'cc tools/join_group.c -o join_group' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 5s :: Assertions: 3 good, 0 bad :: RESULT: PASS (Setup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_addrlabel :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip link add veth12897 type veth peer veth12898' (Expected 0, got 0) :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel list' (Expected 0, got 0) :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel add prefix 1111::1/64 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel add prefix 1111::2/128 dev veth12897 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel del prefix 1111::/64 label 1111' (Expected 0, got 0) :: [ 11:48:35 ] :: [ PASS ] :: Command 'ip addrlabel flush' (Expected 0, got 0) :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip link del veth12897' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 7 good, 0 bad :: RESULT: PASS (ip_addrlabel) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_addr :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr' (Expected 0, got 0) :: [ 11:48:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr save > addr.info' (Expected 0, got 0) :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip route save > route.info' (Expected 0, got 0) :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr showdump < addr.info' (Expected 0, got 0) :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip add list' (Expected 0, got 0) :: [ 11:48:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1.1.1.1/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1111::11/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr add 1.1.1.2/22 dev ha_veth0' (Expected 1, got 1) :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 addr add 1111::12/62 dev ha_veth0' (Expected 1, got 1) :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr add 1111::12/64 dev ha_veth0 valid_lft 3600 preferred_lft 1800' (Expected 0, got 0) :: [ 11:48:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr change 1111::12/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0 | grep 1111::12' (Expected 1, got 1) :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr change 1111::13/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:54 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr replace 1111::14/64 dev ha_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1.1.1.2/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1.1.1.1/24 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::11/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:55 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::13/64 dev ha_veth0' (Expected 0,1, got 0) :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr del 1111::14/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr restore < addr.info' (Expected 0, got 0) :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec ha ip route restore < route.info' (Expected 0, got 0) :: [ 11:48:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 addr' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr save > addr.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip route save > route.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr showdump < addr.info' (Expected 0, got 0) :: [ 11:48:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip add list' (Expected 0, got 0) :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1.1.1.1/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1111::11/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr add 1.1.1.2/22 dev hb_veth0' (Expected 1, got 1) :: [ 11:48:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 addr add 1111::12/62 dev hb_veth0' (Expected 1, got 1) :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1.1.1.2/24 broadcast 1.1.1.255 dev hb_veth0' (Expected 0, got 0) :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr add 1111::12/64 dev hb_veth0 valid_lft 3600 preferred_lft 1800' (Expected 0, got 0) :: [ 11:48:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr change 1111::12/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0 | grep 1111::12' (Expected 1, got 1) :: [ 11:49:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr change 1111::13/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr replace 1111::14/64 dev hb_veth0 valid_lft 10 preferred_lft 5' (Expected 0, got 0) :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1.1.1.2/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1.1.1.1/24 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::11/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::13/64 dev hb_veth0' (Expected 0,1, got 0) :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr del 1111::14/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr restore < addr.info' (Expected 0, got 0) :: [ 11:49:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip route restore < route.info' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 40s :: Assertions: 54 good, 0 bad :: RESULT: PASS (ip_addr) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_link :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link add veth28114 type veth peer veth28115' (Expected 0, got 0) :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set veth28114 up && ip link set veth28115 up' (Expected 0, got 0) :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_vlan txqueuelen -8713 address 00:a3:fb:e3:b9:41 broadcast 00:ff:58:fd:e3:b4 type vlan id 3' (Expected 0, got 0) :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set my_vlan down' (Expected 0, got 0) :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip netns add netns_my_vlan' (Expected 0, got 0) :: [ 11:49:17 ] :: [ PASS ] :: Command 'ip link set my_vlan netns netns_my_vlan' (Expected 0, got 0) :: [ 11:49:18 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan arp on dynamic off allmulticast on promisc off trailers off txqueuelen 12460 name my_vlan_new broadcast 00:8e:17:b8:a5:52 address 00:0c:ad:29:33:22' (Expected 0, got 0) :: [ 11:49:18 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new up' (Expected 0, got 0) :: [ 11:49:20 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new down' (Expected 0, got 0) :: [ 11:49:23 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link set my_vlan_new up arp on dynamic off allmulticast off promisc off trailers on txqueuelen 46469 name my_vlan broadcast 00:dc:3c:e0:95:9e address 00:0c:ad:29:33:22' (Expected 0, got 0) :: [ 11:49:23 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link show my_vlan' (Expected 0, got 0) :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns exec netns_my_vlan ip link del my_vlan' (Expected 0, got 0) :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns del netns_my_vlan' (Expected 0, got 0) :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_veth txqueuelen -38019 address 00:87:c4:fa:52:b4 broadcast 00:56:3d:b8:d2:1d type veth peer name my_veth.1' (Expected 0, got 0) :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip link set my_veth down' (Expected 0, got 0) :: [ 11:49:24 ] :: [ PASS ] :: Command 'ip netns add netns_my_veth' (Expected 0, got 0) :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip link set my_veth netns netns_my_veth' (Expected 0, got 0) :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth arp on dynamic off allmulticast off promisc on trailers off txqueuelen 55025 name my_veth_new broadcast 00:4d:c3:f4:5f:07 address 00:87:69:45:a0:9b' (Expected 0, got 0) :: [ 11:49:25 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new up' (Expected 0, got 0) :: [ 11:49:27 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new down' (Expected 0, got 0) :: [ 11:49:30 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link set my_veth_new up arp off dynamic on allmulticast on promisc off trailers off txqueuelen -49661 name my_veth broadcast 00:87:47:6e:e6:d0 address 00:87:69:45:a0:9b' (Expected 0, got 0) :: [ 11:49:30 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link show my_veth' (Expected 0, got 0) :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns exec netns_my_veth ip link del my_veth' (Expected 0, got 0) :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns del netns_my_veth' (Expected 0, got 0) :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_dummy txqueuelen -18617 address 00:44:9a:b1:40:e9 broadcast 00:3e:dd:e4:5f:09 type dummy ' (Expected 0, got 0) :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip link set my_dummy down' (Expected 0, got 0) :: [ 11:49:31 ] :: [ PASS ] :: Command 'ip netns add netns_my_dummy' (Expected 0, got 0) :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip link set my_dummy netns netns_my_dummy' (Expected 0, got 0) :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy arp off dynamic off allmulticast on promisc on trailers off txqueuelen -9068 name my_dummy_new broadcast 00:54:93:e2:ec:05 address 00:f3:8e:45:08:2b' (Expected 0, got 0) :: [ 11:49:32 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new up' (Expected 0, got 0) :: [ 11:49:34 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new down' (Expected 0, got 0) :: [ 11:49:37 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link set my_dummy_new up arp off dynamic off allmulticast off promisc off trailers on txqueuelen 20171 name my_dummy broadcast 00:14:85:15:e2:71 address 00:f3:8e:45:08:2b' (Expected 0, got 0) :: [ 11:49:37 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link show my_dummy' (Expected 0, got 0) :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns exec netns_my_dummy ip link del my_dummy' (Expected 0, got 0) :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns del netns_my_dummy' (Expected 0, got 0) :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_ifb txqueuelen -3745 address 00:c4:97:ee:58:69 broadcast 00:f7:a1:71:3b:61 type ifb ' (Expected 0, got 0) :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip link set my_ifb down' (Expected 0, got 0) :: [ 11:49:38 ] :: [ PASS ] :: Command 'ip netns add netns_my_ifb' (Expected 0, got 0) :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip link set my_ifb netns netns_my_ifb' (Expected 0, got 0) :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb arp on dynamic off allmulticast off promisc off trailers off txqueuelen 20027 name my_ifb_new broadcast 00:b0:c3:78:26:46 ' (Expected 0, got 0) :: [ 11:49:39 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new up' (Expected 0, got 0) :: [ 11:49:42 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new down' (Expected 0, got 0) :: [ 11:49:44 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link set my_ifb_new up arp off dynamic off allmulticast off promisc on trailers on txqueuelen 37474 name my_ifb broadcast 00:55:49:83:54:12 ' (Expected 0, got 0) :: [ 11:49:44 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link show my_ifb' (Expected 0, got 0) :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns exec netns_my_ifb ip link del my_ifb' (Expected 0, got 0) :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns del netns_my_ifb' (Expected 0, got 0) :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_macvlan txqueuelen 46737 address 00:68:86:7f:9b:69 broadcast 00:11:bf:37:4b:a5 type macvlan mode private' (Expected 0, got 0) :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip link set my_macvlan down' (Expected 0, got 0) :: [ 11:49:45 ] :: [ PASS ] :: Command 'ip netns add netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip link set my_macvlan netns netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan arp off dynamic off allmulticast off promisc off trailers off txqueuelen -49543 name my_macvlan_new broadcast 00:da:56:b0:ea:c6 address 00:9c:4e:01:b4:44' (Expected 0, got 0) :: [ 11:49:46 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up' (Expected 0, got 0) :: [ 11:49:49 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new down' (Expected 0, got 0) :: [ 11:49:51 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link set my_macvlan_new up arp on dynamic off allmulticast off promisc on trailers on txqueuelen 33704 name my_macvlan broadcast 00:1d:c9:55:83:ae address 00:9c:4e:01:b4:44' (Expected 0, got 0) :: [ 11:49:51 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link show my_macvlan' (Expected 0, got 0) :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvlan ip link del my_macvlan' (Expected 0, got 0) :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns del netns_my_macvlan' (Expected 0, got 0) :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_macvtap txqueuelen 27594 address 00:64:91:be:05:26 broadcast 00:a7:93:bd:b5:7e type macvtap mode private' (Expected 0, got 0) :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip link set my_macvtap down' (Expected 0, got 0) :: [ 11:49:52 ] :: [ PASS ] :: Command 'ip netns add netns_my_macvtap' (Expected 0, got 0) :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip link set my_macvtap netns netns_my_macvtap' (Expected 0, got 0) :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap arp on dynamic off allmulticast off promisc on trailers on txqueuelen -63815 name my_macvtap_new broadcast 00:3a:5b:c4:07:18 address 00:eb:0b:39:2b:51' (Expected 0, got 0) :: [ 11:49:53 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up' (Expected 0, got 0) :: [ 11:49:56 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new down' (Expected 0, got 0) :: [ 11:49:58 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link set my_macvtap_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 61427 name my_macvtap broadcast 00:f6:4a:37:ad:73 address 00:eb:0b:39:2b:51' (Expected 0, got 0) :: [ 11:49:58 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link show my_macvtap' (Expected 0, got 0) :: [ 11:49:59 ] :: [ PASS ] :: Command 'ip netns exec netns_my_macvtap ip link del my_macvtap' (Expected 0, got 0) :: [ 11:49:59 ] :: [ PASS ] :: Command 'ip netns del netns_my_macvtap' (Expected 0, got 0) :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_bridge txqueuelen -22579 address 00:75:97:f5:a1:14 broadcast 00:a7:51:19:9a:2c type bridge ' (Expected 0, got 0) :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge down' (Expected 0, got 0) :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge arp off dynamic on allmulticast on promisc off trailers on txqueuelen 56632 name my_bridge_new broadcast 00:40:74:1a:cd:21 address 00:d8:31:de:8e:54' (Expected 0, got 0) :: [ 11:50:00 ] :: [ PASS ] :: Command 'ip link set my_bridge_new up' (Expected 0, got 0) :: [ 11:50:02 ] :: [ PASS ] :: Command 'ip link set my_bridge_new down' (Expected 0, got 0) :: [ 11:50:04 ] :: [ PASS ] :: Command 'ip link set my_bridge_new up arp on dynamic on allmulticast on promisc off trailers off txqueuelen 14365 name my_bridge broadcast 00:32:b3:fd:0d:ac address 00:d8:31:de:8e:54' (Expected 0, got 0) :: [ 11:50:04 ] :: [ PASS ] :: Command 'ip link show my_bridge' (Expected 0, got 0) :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link del my_bridge' (Expected 0, got 0) :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link add link veth28114 name my_vxlan txqueuelen 61112 address 00:08:f4:b9:a2:f9 broadcast 00:aa:02:25:45:ae type vxlan id 3' (Expected 0, got 0) :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan down' (Expected 0, got 0) :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan arp off dynamic on allmulticast off promisc on trailers off txqueuelen 38472 name my_vxlan_new broadcast 00:22:88:36:6b:3c address 00:aa:b7:e4:56:e4' (Expected 0, got 0) :: [ 11:50:05 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new up' (Expected 0, got 0) :: [ 11:50:08 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new down' (Expected 0, got 0) :: [ 11:50:10 ] :: [ PASS ] :: Command 'ip link set my_vxlan_new up arp off dynamic off allmulticast off promisc on trailers off txqueuelen -1505 name my_vxlan broadcast 00:cb:1c:9c:5e:4c address 00:aa:b7:e4:56:e4' (Expected 0, got 0) :: [ 11:50:10 ] :: [ PASS ] :: Command 'ip link show my_vxlan' (Expected 0, got 0) :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link del my_vxlan' (Expected 0, got 0) :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link add my_gre type gre dev veth28114' (Expected 0, got 0) :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre down' (Expected 0, got 0) :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre arp off dynamic on allmulticast on promisc off trailers off txqueuelen 52262 name my_gre_new broadcast 00:64:7d:31:42:41 ' (Expected 0, got 0) :: [ 11:50:11 ] :: [ PASS ] :: Command 'ip link set my_gre_new up' (Expected 0, got 0) :: [ 11:50:13 ] :: [ PASS ] :: Command 'ip link set my_gre_new down' (Expected 0, got 0) :: [ 11:50:15 ] :: [ PASS ] :: Command 'ip link set my_gre_new up arp on dynamic on allmulticast on promisc on trailers on txqueuelen 34039 name my_gre broadcast 00:ee:9d:e1:bd:bd ' (Expected 0, got 0) :: [ 11:50:16 ] :: [ PASS ] :: Command 'ip link show my_gre' (Expected 0, got 0) :: [ 11:50:16 ] :: [ PASS ] :: Command 'ip link del my_gre' (Expected 0, got 0) :: [ 11:50:19 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0, got 0) :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link add gretap0 type gretap local 1.1.1.1 remote 2.2.2.2 dev veth28114' (Expected 2, got 2) :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link add link veth28114 name gretap0 type gretap' (Expected 2, got 2) :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0 down' (Expected 0, got 0) :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0 arp on dynamic on allmulticast off promisc off trailers off txqueuelen -13330 name gretap0_new broadcast 00:02:9f:63:62:57 address 00:af:03:3e:e3:9e' (Expected 0, got 0) :: [ 11:50:19 ] :: [ PASS ] :: Command 'ip link set gretap0_new up' (Expected 0, got 0) :: [ 11:50:22 ] :: [ PASS ] :: Command 'ip link set gretap0_new down' (Expected 0, got 0) :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link set gretap0_new up arp on dynamic off allmulticast on promisc off trailers on txqueuelen -58497 name gretap0 broadcast 00:a2:e8:45:14:49 address 00:af:03:3e:e3:9e' (Expected 0, got 0) :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link show gretap0' (Expected 0, got 0) :: [ 11:50:24 ] :: [ PASS ] :: Command 'ip link del gretap0' (Expected 0, got 0) :: [ 11:50:27 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0, got 0) :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link add my_vti type vti dev veth28114' (Expected 0, got 0) :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti down' (Expected 0, got 0) :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti arp on dynamic off allmulticast off promisc on trailers on txqueuelen -64150 name my_vti_new broadcast 00:07:c8:b4:5b:99 ' (Expected 0, got 0) :: [ 11:50:27 ] :: [ PASS ] :: Command 'ip link set my_vti_new up' (Expected 0, got 0) :: [ 11:50:30 ] :: [ PASS ] :: Command 'ip link set my_vti_new down' (Expected 0, got 0) :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link set my_vti_new up arp off dynamic off allmulticast off promisc off trailers off txqueuelen 41798 name my_vti broadcast 00:ec:69:aa:40:f6 ' (Expected 0, got 0) :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link show my_vti' (Expected 0, got 0) :: [ 11:50:32 ] :: [ PASS ] :: Command 'ip link del my_vti' (Expected 0, got 0) :: [ 11:50:34 ] :: [ PASS ] :: Command 'modprobe -r ip_vti' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 78s :: Assertions: 112 good, 0 bad :: RESULT: PASS (ip_link) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_maddr :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr' (Expected 0, got 0) :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr show dev ha_veth0' (Expected 0, got 0) :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr add e0:01:01:01:00:00 dev ha_veth0' (Expected 0, got 0) :: [ 11:50:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr | grep e0:01:01:01:00:00' (Expected 0, got 0) :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr del e0:01:01:01:00:00 dev ha_veth0' (Expected 0, got 0) :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip maddr' (Expected 0, got 0) :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr' (Expected 0, got 0) :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr show dev hb_veth0' (Expected 0, got 0) :: [ 11:50:36 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr add e0:01:01:01:00:00 dev hb_veth0' (Expected 0, got 0) :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr | grep e0:01:01:01:00:00' (Expected 0, got 0) :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr del e0:01:01:01:00:00 dev hb_veth0' (Expected 0, got 0) :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip netns exec hb ip maddr' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 2s :: Assertions: 12 good, 0 bad :: RESULT: PASS (ip_maddr) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_monitor :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:50:37 ] :: [ PASS ] :: Command 'ip monitor all > monitor.log 2>&1 &' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 60s :: Assertions: 1 good, 0 bad :: RESULT: PASS (ip_monitor) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_mroute :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:37 ] :: [ PASS ] :: Command 'ip mroute show' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 1 good, 0 bad :: RESULT: PASS (ip_mroute) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_neigh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh show' (Expected 0, got 0) :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh add 1.1.1.1 dev ha_veth0 lladdr 00:33:87:94:0e:d2 nud permanent' (Expected 0, got 0) :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh change 1.1.1.1 dev ha_veth0 lladdr 00:5d:5d:9a:64:52 nud permanent' (Expected 0, got 0) :: [ 11:51:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:c9:fe:91:79:51 nud permanent' (Expected 0, got 0) :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh replace 1.1.1.2 dev ha_veth0 lladdr 00:9b:6f:9b:d5:2a nud permanent' (Expected 0, got 0) :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh del 1.1.1.1 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip neigh del 1.1.1.2 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh show' (Expected 0, got 0) :: [ 11:51:39 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh add 1.1.1.1 dev hb_veth0 lladdr 00:50:5a:42:42:fe nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh change 1.1.1.1 dev hb_veth0 lladdr 00:09:1b:84:7d:96 nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:85:6f:22:94:1f nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh replace 1.1.1.2 dev hb_veth0 lladdr 00:bd:25:54:f6:a1 nud permanent' (Expected 0, got 0) :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh del 1.1.1.1 dev hb_veth0' (Expected 0, got 0) :: [ 11:51:40 ] :: [ PASS ] :: Command 'ip netns exec hb ip neigh del 1.1.1.2 dev hb_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 3s :: Assertions: 14 good, 0 bad :: RESULT: PASS (ip_neigh) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_route :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route list' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route show cache' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route save > route.info' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route showdump < route.info' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route add 1.1.1.0/24 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route append 1.1.1.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route get 1.1.1.1' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route del 1.1.1.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.1.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route replace 1.1.2.0/24 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.2.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.2.0/24' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route add 1.1.3.0/24 via 10.19.243.254 dev eth0' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initrwnd 12' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route change 1.1.3.0/24 via 10.19.243.254 dev eth0 initcwnd 12' (Expected 0, got 0) :: [ 11:51:41 ] :: [ PASS ] :: Command 'ip route flush 1.1.3.0/24 dev eth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 16 good, 0 bad :: RESULT: PASS (ip_route) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_rule :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule list' (Expected 0, got 0) :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule add from 1.1.1.0/24 pref 32768 table main' (Expected 0, got 0) :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip rule del pref 32768' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 0s :: Assertions: 3 good, 0 bad :: RESULT: PASS (ip_rule) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_token :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set ha_veth0 up' (Expected 0, got 0) :: [ 11:51:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip token list' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::2037:1303:4DEF:E/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token get dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 addr flush dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::127:5577:7703:75E7/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip token get dev ha_veth0' (Expected 0, got 0) :: [ 11:51:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:51:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip token set ::37F1:0:0:1/64 dev ha_veth0' (Expected 0, got 0) :: [ 11:51:45 ] :: [ PASS ] :: Command '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' (Expected 0, got 0) :: [ 11:52:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip addr show dev ha_veth0' (Expected 0, got 0) :: [ 11:52:15 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set hb_veth0 up' (Expected 0, got 0) :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token list' (Expected 0, got 0) :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::2C41:545D:2E71:4B22/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip token get dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 addr flush dev hb_veth0' (Expected 0, got 0) :: [ 11:52:16 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::1886:5D0E:631C:DF3/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token get dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip token set ::37F1:0:0:2/64 dev hb_veth0' (Expected 0, got 0) :: [ 11:52:18 ] :: [ PASS ] :: Command '/usr/libexec/platform-python /usr/local/bin/send_nd.py -t ra -i br0 -m 82:5a:06:3c:b7:fa -a fe80::805a:6ff:fe3c:b7fa' (Expected 0, got 0) :: [ 11:52:48 ] :: [ PASS ] :: Command 'ip netns exec hb ip addr show dev hb_veth0' (Expected 0, got 0) :: [ 11:52:58 ] :: [ PASS ] :: Command 'ip netns exec hb ping6 2000::37F1:0:0:1 -I 2000::37f1:0:0:2 -c 10 > /dev/null' (Expected 0, got 0) :: [ 11:52:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip token list' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 76s :: Assertions: 26 good, 0 bad :: RESULT: PASS (ip_token) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_tunnel :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:52:59 ] :: [ PASS ] :: Command 'modprobe ip6_tunnel' (Expected 0, got 0) :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_ipip mode ipip remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_ipip ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip up' (Expected 0, got 0) :: [ 11:52:59 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ipip' (Expected 0, got 0) :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip down' (Expected 0, got 0) :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_ipip dev ha_veth0' (Expected 0, got 0) :: [ 11:53:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_ipip mode ipip remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_ipip ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip up' (Expected 0, got 0) :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ipip' (Expected 0, got 0) :: [ 11:53:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip down' (Expected 0, got 0) :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_ipip dev hb_veth0' (Expected 0, got 0) :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_gre mode gre remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:02 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_gre ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_gre up' (Expected 0, got 0) :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_gre' (Expected 0, got 0) :: [ 11:53:03 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_gre down' (Expected 0, got 0) :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_gre dev ha_veth0' (Expected 0, got 0) :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_gre mode gre remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_gre ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_gre up' (Expected 0, got 0) :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_gre' (Expected 0, got 0) :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_gre down' (Expected 0, got 0) :: [ 11:53:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_gre dev hb_veth0' (Expected 0, got 0) :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_sit mode sit remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' (Expected 0, got 0) :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_sit ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_sit up' (Expected 0, got 0) :: [ 11:53:06 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_sit' (Expected 0, got 0) :: [ 11:53:07 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_sit down' (Expected 0, got 0) :: [ 11:53:07 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_sit dev ha_veth0' (Expected 0, got 0) :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_sit mode sit remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel 6rd dev my_sit 6rd-prefix 2001:55c::/32' (Expected 0, got 0) :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_sit ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_sit up' (Expected 0, got 0) :: [ 11:53:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_sit' (Expected 0, got 0) :: [ 11:53:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_sit down' (Expected 0, got 0) :: [ 11:53:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_sit dev hb_veth0' (Expected 0, got 0) :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel add my_isatap mode isatap remote 10.167.100.2 local 10.167.100.1 ttl 0 tos 00 dev ha_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-default 1.1.1.1' (Expected 0, got 0) :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' (Expected 0, got 0) :: [ 11:53:10 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel prl dev my_isatap prl-delete 1.1.1.1' (Expected 0, got 0) :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel change my_isatap ttl 255 tos ff dev ha_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_isatap up' (Expected 0, got 0) :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_isatap' (Expected 0, got 0) :: [ 11:53:11 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_isatap down' (Expected 0, got 0) :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel del my_isatap dev ha_veth0' (Expected 0, got 0) :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel add my_isatap mode isatap remote 10.167.100.1 local 10.167.100.2 ttl 0 tos 00 dev hb_veth0 nopmtudisc' (Expected 0, got 0) :: [ 11:53:12 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-default 1.1.1.1' (Expected 0, got 0) :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-nodefault 1.1.1.2' (Expected 0, got 0) :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel prl dev my_isatap prl-delete 1.1.1.1' (Expected 0, got 0) :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel change my_isatap ttl 255 tos ff dev hb_veth0 pmtudisc' (Expected 0, got 0) :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_isatap up' (Expected 0, got 0) :: [ 11:53:13 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_isatap' (Expected 0, got 0) :: [ 11:53:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_isatap down' (Expected 0, got 0) :: [ 11:53:14 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel del my_isatap dev hb_veth0' (Expected 0, got 0) :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev ha_veth0' (Expected 0, got 0) :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ip6ip6 up' (Expected 0, got 0) :: [ 11:53:15 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ip6ip6' (Expected 0, got 0) :: [ 11:53:16 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ip6ip6 down' (Expected 0, got 0) :: [ 11:53:16 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel del my_ip6ip6 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel add my_ip6ip6 mode ip6ip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel change my_ip6ip6 hoplimit 255 tclass 0xff dev hb_veth0' (Expected 0, got 0) :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ip6ip6 up' (Expected 0, got 0) :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ip6ip6' (Expected 0, got 0) :: [ 11:53:17 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ip6ip6 down' (Expected 0, got 0) :: [ 11:53:18 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel del my_ip6ip6 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:18 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::2 local 2001:db8:ffff:100::1 hoplimit 1 tclass 0x0 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev ha_veth0' (Expected 0, got 0) :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip6 up' (Expected 0, got 0) :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip tunnel show my_ipip6' (Expected 0, got 0) :: [ 11:53:19 ] :: [ PASS ] :: Command 'ip netns exec ha ip link set my_ipip6 down' (Expected 0, got 0) :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 tunnel del my_ipip6 dev ha_veth0' (Expected 0, got 0) :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel add my_ipip6 mode ipip6 remote 2001:db8:ffff:100::1 local 2001:db8:ffff:100::2 hoplimit 1 tclass 0x0 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:20 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel change my_ipip6 hoplimit 255 tclass 0xff dev hb_veth0' (Expected 0, got 0) :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip6 up' (Expected 0, got 0) :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip tunnel show my_ipip6' (Expected 0, got 0) :: [ 11:53:21 ] :: [ PASS ] :: Command 'ip netns exec hb ip link set my_ipip6 down' (Expected 0, got 0) :: [ 11:53:22 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 tunnel del my_ipip6 dev hb_veth0' (Expected 0, got 0) :: [ 11:53:22 ] :: [ PASS ] :: Command 'lsmod' (Expected 0, got 0) :: [ 11:53:25 ] :: [ PASS ] :: Command 'modprobe -r ip_gre' (Expected 0-1, got 0) :: [ 11:53:26 ] :: [ PASS ] :: Command 'modprobe -r ipip' (Expected 0-1, got 0) :: [ 11:53:27 ] :: [ PASS ] :: Command 'modprobe -r sit' (Expected 0-1, got 0) :: [ 11:53:28 ] :: [ PASS ] :: Command 'modprobe -r ip_tunnel' (Expected 0-1, got 0) :: [ 11:53:29 ] :: [ PASS ] :: Command 'modprobe -r ip6_tunnel' (Expected 0-1, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 31s :: Assertions: 87 good, 0 bad :: RESULT: PASS (ip_tunnel) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_xfrm :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:30 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:31 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:32 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:33 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:34 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:35 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:36 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir in ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir out ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:37 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:38 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 10.167.100.1 dst 10.167.100.2 dir in' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:39 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:40 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:41 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:42 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:43 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:44 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:45 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev ha_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state list' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state count' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:46 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir out ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy get src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:47 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy delete src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir in' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec ha ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:48 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:49 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:50 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:51 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:52 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:53:53 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:54 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.2 dst 10.167.100.1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:55 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 10.167.100.1 dst 10.167.100.2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 10.167.100.1 dst 10.167.100.2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.2 dst 10.167.100.1 dir in ptype main tmpl src 10.167.100.2 dst 10.167.100.1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 10.167.100.1 dst 10.167.100.2 dir out ptype main tmpl src 10.167.100.1 dst 10.167.100.2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:53:56 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 10.167.100.2 dst 10.167.100.1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:57 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 10.167.100.2 dst 10.167.100.1 dir in' (Expected 0, got 0) :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:53:58 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode transport sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:53:59 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode transport action allow' (Expected 0, got 0) :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:00 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:54:01 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode tunnel sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:54:02 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode tunnel action allow' (Expected 0, got 0) :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:03 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:04 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp spi 0x1000 enc des3_ede 0x6970763672656164796c6f676f33646573636263696e3031 auth sha1 0x9a46577ff3831ed80308e5a465c181dd82ea04ee mode beet sel src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dev hb_veth0 proto tcp sport 9998 dport 9999' (Expected 0, got 0) :: [ 11:54:05 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state list' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state count' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in ptype main tmpl src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy add src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 dir out ptype main tmpl src 2001:db8:ffff:100::1 dst 2001:db8:ffff:100::2 proto esp mode beet action allow' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy get src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:06 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy list' (Expected 0, got 0) :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy count' (Expected 0, got 0) :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 proto esp spi 0x1000' (Expected 0, got 0) :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state deleteall' (Expected 0, got 0) :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm state flush' (Expected 0, got 0) :: [ 11:54:07 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy delete src 2001:db8:ffff:100::2 dst 2001:db8:ffff:100::1 dir in' (Expected 0, got 0) :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy deleteall' (Expected 0, got 0) :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec hb ip xfrm policy flush' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 39s :: Assertions: 192 good, 0 bad :: RESULT: PASS (ip_xfrm) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: ip_netconf :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec ha ip netconf show' (Expected 0, got 0) :: [ 11:54:08 ] :: [ PASS ] :: Command 'ip netns exec ha ip -4 netconf show dev ha_veth0' (Expected 0, got 0) :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec ha ip -6 netconf show dev ha_veth0' (Expected 0, got 0) :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip netconf show' (Expected 0, got 0) :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip -4 netconf show dev hb_veth0' (Expected 0, got 0) :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip netns exec hb ip -6 netconf show dev hb_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 6 good, 0 bad :: RESULT: PASS (ip_netconf) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bridge_attr_notify :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:54:09 ] :: [ PASS ] :: Command 'ip link add br_bz950243 type bridge' (Expected 0, got 0) :: [ 11:54:10 ] :: [ PASS ] :: Command 'ip link set br_bz950243 up' (Expected 0, got 0) :: [ 11:54:10 ] :: [ PASS ] :: Command 'default_val=30000' (Expected 0, got 0) :: [ 11:54:10 ] :: [ LOG ] :: ageing_time default value:30000 :: [ 11:54:10 ] :: [ LOG ] :: br_attr:ageing_time, br_attr_value:20000, brctl_cmd:setageing :: [ 11:54:10 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:11 ] :: [ PASS ] :: Command 'echo 20000 > /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: Command 'kill 405019' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:12 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: Command 'echo 30000 > /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:12 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:13 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 20000' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: Command 'kill 405179' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:14 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 30000' (Expected 0, got 0) :: [ 11:54:14 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:15 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 20000' (Expected 0, got 0) :: [ 11:54:16 ] :: [ PASS ] :: Command 'kill 405339' (Expected 0, got 0) :: [ 11:54:16 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:16 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:17 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/ageing_time' (Expected 0, got 0) :: [ 11:54:17 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge ageing_time 30000' (Expected 0, got 0) :: [ 11:54:17 ] :: [ PASS ] :: Command 'default_val=1500' (Expected 0, got 0) :: [ 11:54:17 ] :: [ LOG ] :: forward_delay default value:1500 :: [ 11:54:17 ] :: [ LOG ] :: br_attr:forward_delay, br_attr_value:1000, brctl_cmd:setfd :: [ 11:54:17 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:18 ] :: [ PASS ] :: Command 'echo 1000 > /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: Command 'kill 405542' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:19 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: Command 'echo 1500 > /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:19 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:20 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1000' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: Command 'kill 405700' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:21 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1500' (Expected 0, got 0) :: [ 11:54:21 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:22 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1000' (Expected 0, got 0) :: [ 11:54:23 ] :: [ PASS ] :: Command 'kill 405860' (Expected 0, got 0) :: [ 11:54:24 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:24 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:24 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/forward_delay' (Expected 0, got 0) :: [ 11:54:24 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge forward_delay 1500' (Expected 0, got 0) :: [ 11:54:24 ] :: [ PASS ] :: Command 'default_val=200' (Expected 0, got 0) :: [ 11:54:24 ] :: [ LOG ] :: hello_time default value:200 :: [ 11:54:24 ] :: [ LOG ] :: br_attr:hello_time, br_attr_value:100, brctl_cmd:sethello :: [ 11:54:24 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:25 ] :: [ PASS ] :: Command 'echo 100 > /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: Command 'kill 406063' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:26 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: Command 'echo 200 > /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:26 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:27 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 100' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: Command 'kill 406221' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:28 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 200' (Expected 0, got 0) :: [ 11:54:28 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:30 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 100' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: Command 'kill 406381' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:31 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/hello_time' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge hello_time 200' (Expected 0, got 0) :: [ 11:54:31 ] :: [ PASS ] :: Command 'default_val=2000' (Expected 0, got 0) :: [ 11:54:31 ] :: [ LOG ] :: max_age default value:2000 :: [ 11:54:31 ] :: [ LOG ] :: br_attr:max_age, br_attr_value:1000, brctl_cmd:setmaxage :: [ 11:54:31 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:32 ] :: [ PASS ] :: Command 'echo 1000 > /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: Command 'kill 406590' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:33 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: Command 'echo 2000 > /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:33 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:34 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 1000' (Expected 0, got 0) :: [ 11:54:35 ] :: [ PASS ] :: Command 'kill 406748' (Expected 0, got 0) :: [ 11:54:35 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:35 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:35 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:35 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 2000' (Expected 0, got 0) :: [ 11:54:36 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:37 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 1000' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: Command 'kill 406908' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:38 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/max_age' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge max_age 2000' (Expected 0, got 0) :: [ 11:54:38 ] :: [ PASS ] :: Command 'default_val=32768' (Expected 0, got 0) :: [ 11:54:38 ] :: [ LOG ] :: priority default value:32768 :: [ 11:54:38 ] :: [ LOG ] :: br_attr:priority, br_attr_value:16384, brctl_cmd:setbridgeprio :: [ 11:54:38 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:39 ] :: [ PASS ] :: Command 'echo 16384 > /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: Command 'kill 407117' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:40 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: Command 'echo 32768 > /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:40 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:41 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 16384' (Expected 0, got 0) :: [ 11:54:42 ] :: [ PASS ] :: Command 'kill 407275' (Expected 0, got 0) :: [ 11:54:42 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:42 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:43 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:43 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 32768' (Expected 0, got 0) :: [ 11:54:43 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:44 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 16384' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: Command 'kill 407435' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:45 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/priority' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge priority 32768' (Expected 0, got 0) :: [ 11:54:45 ] :: [ PASS ] :: Command 'default_val=0' (Expected 0, got 0) :: [ 11:54:45 ] :: [ LOG ] :: stp_state default value:0 :: [ 11:54:45 ] :: [ LOG ] :: br_attr:stp_state, br_attr_value:1, brctl_cmd:stp :: [ 11:54:45 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:46 ] :: [ PASS ] :: Command 'echo 1 > /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: Command 'kill 407638' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:47 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: Command 'echo 0 > /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:47 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:48 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 1' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: Command 'kill 407797' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:50 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 0' (Expected 0, got 0) :: [ 11:54:50 ] :: [ PASS ] :: Command 'bridge -d -s monitor link > br_attr.log &' (Expected 0, got 0) :: [ 11:54:51 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 1' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: Command 'kill 407958' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: File 'br_attr.log' should contain 'br_bz950243' :: [ 11:54:52 ] :: [ PASS ] :: Command 'cat br_attr.log' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: Command 'cat /sys/class/net/br_bz950243/bridge/stp_state' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: Command 'ip link set br_bz950243 type bridge stp_state 0' (Expected 0, got 0) :: [ 11:54:52 ] :: [ PASS ] :: Command 'ip link set br_bz950243 down' (Expected 0, got 0) :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link del br_bz950243' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 44s :: Assertions: 136 good, 0 bad :: RESULT: PASS (bridge_attr_notify) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bridge_mdb :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:54:53 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link add name my_veth0 type veth peer name my_veth1' (Expected 0, got 0) :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link add my_br type bridge' (Expected 0, got 0) :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link set dev my_veth0 master my_br' (Expected 0, got 0) :: [ 11:54:53 ] :: [ PASS ] :: Command 'ip link set my_br up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ PASS ] :: Command 'ip link set my_veth0 up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ PASS ] :: Command 'ip link set my_veth1 up' (Expected 0, got 0) :: [ 11:54:54 ] :: [ PASS ] :: Command 'test 2 -eq 2' (Expected 0, got 0) :: [ 11:54:55 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:56 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:57 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:58 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:54:59 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:00 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:01 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:02 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:03 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show' (Expected 0, got 0) :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show | grep '224.1.1.1'' (Expected 0, got 0) :: [ 11:55:04 ] :: [ PASS ] :: Command 'bridge mdb show | grep 'ff02::123'' (Expected 0, got 0) :: [ 11:55:04 ] :: [ PASS ] :: Command 'pkill -9 join_group' (Expected 0, got 0) :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link set dev my_veth0 nomaster' (Expected 0, got 0) :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link set my_br down' (Expected 0, got 0) :: [ 11:55:05 ] :: [ PASS ] :: Command 'ip link del my_br' (Expected 0, got 0) :: [ 11:55:06 ] :: [ PASS ] :: Command 'ip link del my_veth0' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 13s :: Assertions: 25 good, 0 bad :: RESULT: PASS (bridge_mdb) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: bz1618538_sanity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:55:06 ] :: [ PASS ] :: Command 'ip -all netns del' (Expected 0, got 0) :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add c' (Expected 0, got 0) :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add r' (Expected 0, got 0) :: [ 11:55:07 ] :: [ PASS ] :: Command 'ip net add s' (Expected 0, got 0) :: [ 11:55:08 ] :: [ PASS ] :: Command 'ip -n c link add veth0_c type veth peer name veth0_c netns r' (Expected 0, got 0) :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip -n s link add veth0_s type veth peer name veth0_s netns r' (Expected 0, got 0) :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip net exec c ip l set veth0_c up' (Expected 0, got 0) :: [ 11:55:09 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_c up' (Expected 0, got 0) :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_s up' (Expected 0, got 0) :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec s ip l set veth0_s up' (Expected 0, got 0) :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec c ip a a 172.16.1.1/24 dev veth0_c' (Expected 0, got 0) :: [ 11:55:10 ] :: [ PASS ] :: Command 'ip net exec r ip a a 172.16.1.2/24 dev veth0_c' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec c ip a a 2000:1::1/64 dev veth0_c' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 2000:1::2/64 dev veth0_c' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 172.16.2.2/24 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec s ip a a 172.16.2.1/24 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec s ip a a 2000:2::1/64 dev veth0_s' (Expected 0, got 0) :: [ 11:55:11 ] :: [ PASS ] :: Command 'ip net exec r ip a a 2000:2::2/64 dev veth0_s' (Expected 0, got 0) :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec r sysctl -w net.ipv6.conf.all.forwarding=1' (Expected 0, got 0) :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec r sysctl -w net.ipv4.conf.all.forwarding=1' (Expected 0, got 0) :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec c ip r a 172.16.2.0/24 via 172.16.1.2 dev veth0_c' (Expected 0, got 0) :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec c ip r a 2000:2::/64 via 2000:1::2 dev veth0_c' (Expected 0, got 0) :: [ 11:55:12 ] :: [ PASS ] :: Command 'ip net exec s ip r a 172.16.1.0/24 via 172.16.2.2 dev veth0_s' (Expected 0, got 0) :: [ 11:55:13 ] :: [ PASS ] :: Command 'ip net exec s ip r a 2000:1::/64 via 2000:2::2 dev veth0_s' (Expected 0, got 0) :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec r ip l set veth0_s mtu 1300' (Expected 0, got 0) :: [ 11:55:15 ] :: [ PASS ] :: Command 'sysctl -w net.ipv4.route.mtu_expires=9' (Expected 0, got 0) :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec c sysctl -w net.ipv6.route.mtu_expires=9' (Expected 0, got 0) :: [ 11:55:15 ] :: [ PASS ] :: Command 'ip net exec c ping 172.16.2.1 -c 1 -s 1300 | grep -i 'Frag needed'' (Expected 0, got 0) :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ping6 2000:2::1 -c 1 -s 1300 | grep -i 'Packet too big'' (Expected 0, got 0) :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r get 172.16.2.1' (Expected 0, got 0) :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r get 2000:2::1' (Expected 0, got 0) :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip r flush cache' (Expected 0, got 0) :: [ 11:55:16 ] :: [ PASS ] :: Command 'ip net exec c ip -6 r flush cache' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c ip r show cache' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c ip -6 r show cache' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 4 &' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 4 &' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x1 ping 172.16.2.1 -s 1400 -Q 8 &' (Expected 0, got 0) :: [ 11:55:17 ] :: [ PASS ] :: Command 'ip net exec c taskset 0x2 ping6 2000:2::1 -s 1400 -Q 8 &' (Expected 0, got 0) :: [ 11:55:28 ] :: [ PASS ] :: Command 'ip net exec c ip link d veth0_c' (Expected 0, got 0) :: [ 11:55:28 ] :: [ PASS ] :: Command 'ip -all netns del' (Expected 0, got 0) :: [ 11:55:28 ] :: [ PASS ] :: Command 'sysctl -w net.ipv4.route.mtu_expires=606' (Expected 0, got 0) :: [ 11:55:28 ] :: [ PASS ] :: Command 'pgrep ping && pkill ping' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 22s :: Assertions: 43 good, 0 bad :: RESULT: PASS (bz1618538_sanity) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: genl_test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:55:28 ] :: [ PASS ] :: Command 'genl ctrl help 2>&1 | grep 'ctrl policy'' (Expected 0,1, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name nlctrl' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name VFS_DQUOT' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name thermal' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name netdev' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name ethtool' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name devlink' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_MGMT' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_CIPSOv4' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_CALIPSO' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NLBL_UNLBL' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name tcp_metrics' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name NET_DM' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name TASKSTATS' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name SEG6' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name psample' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name macsec' (Expected 0, got 0) :: [ 11:55:29 ] :: [ PASS ] :: Command 'genl ctrl policy name IPVS' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 1s :: Assertions: 18 good, 0 bad :: RESULT: PASS (genl_test) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Cleanup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 2s :: Assertions: 0 good, 0 bad :: RESULT: PASS (Cleanup) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: /kernel/networking/netlink/iproute2 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 11:55:32 ] :: [ LOG ] :: Phases fingerprint: 9esNaE+v :: [ 11:55:32 ] :: [ LOG ] :: Asserts fingerprint: n06X4ORS :: [ 11:55:32 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/tmt/run-062/kernel-automotive/plans/sst_networking/netlink/plan/execute/data/guest/default-0/internal_debug/networking/netlink/iproute2-1/journal.xml :: [ 11:55:32 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/tmt/run-062/kernel-automotive/plans/sst_networking/netlink/plan/execute/data/guest/default-0/internal_debug/networking/netlink/iproute2-1/journal.txt :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 423s :: Phases: 19 good, 0 bad :: OVERALL RESULT: PASS (/kernel/networking/netlink/iproute2) Shared connection to 10.19.243.138 closed.