# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_bond.yml' with nm as provider] ************* TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 14:42:19 +0000 (0:00:00.033) 0:00:00.033 ************ ok: [sut] TASK [include_tasks] *********************************************************** Friday 27 May 2022 14:42:20 +0000 (0:00:00.902) 0:00:00.935 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 27 May 2022 14:42:20 +0000 (0:00:00.035) 0:00:00.971 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 14:42:20 +0000 (0:00:00.049) 0:00:01.021 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 27 May 2022 14:42:20 +0000 (0:00:00.059) 0:00:01.080 ************ changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.534545", "end": "2022-05-27 14:42:22.619095", "rc": 0, "start": "2022-05-27 14:42:20.084550" } STDOUT: Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:00:13 ago on Fri May 27 14:42:07 2022. epel-release-latest-8.noarch.rpm 608 kB/s | 23 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-15.el8 @commandline 23 k Transaction Summary ================================================================================ Install 1 Package Total size: 23 k Installed size: 32 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-15.el8.noarch 1/1 Running scriptlet: epel-release-8-15.el8.noarch 1/1 Verifying : epel-release-8-15.el8.noarch 1/1 Installed products updated. Installed: epel-release-8-15.el8.noarch Complete! TASK [Enable EPEL 7] *********************************************************** Friday 27 May 2022 14:42:23 +0000 (0:00:02.894) 0:00:03.975 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 27 May 2022 14:42:23 +0000 (0:00:00.036) 0:00:04.011 ************ changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.573117", "end": "2022-05-27 14:42:23.510971", "rc": 0, "start": "2022-05-27 14:42:22.937854" } STDOUT: Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. TASK [Enable EPEL 6] *********************************************************** Friday 27 May 2022 14:42:24 +0000 (0:00:00.856) 0:00:04.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 27 May 2022 14:42:24 +0000 (0:00:00.042) 0:00:04.911 ************ ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 14:42:24 +0000 (0:00:00.057) 0:00:04.969 ************ ok: [sut] TASK [INIT Prepare setup] ****************************************************** Friday 27 May 2022 14:42:24 +0000 (0:00:00.637) 0:00:05.607 ************ ok: [sut] => {} MSG: ################################################## TASK [Install dnsmasq] ********************************************************* Friday 27 May 2022 14:42:24 +0000 (0:00:00.036) 0:00:05.643 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: dnsmasq-2.79-19.el8.x86_64" ] } TASK [Install pgrep, sysctl] *************************************************** Friday 27 May 2022 14:42:36 +0000 (0:00:11.833) 0:00:17.477 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install pgrep, sysctl] *************************************************** Friday 27 May 2022 14:42:36 +0000 (0:00:00.036) 0:00:17.513 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create test interfaces] ************************************************** Friday 27 May 2022 14:42:38 +0000 (0:00:02.063) 0:00:19.576 ************ ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nip link add test1 type veth peer name test1p\nip link add test2 type veth peer name test2p\nif [ -n \"$(pgrep NetworkManager)\" ];then\n nmcli d set test1 managed true\n nmcli d set test2 managed true\n # NetworkManager should not manage DHCP server ports\n nmcli d set test1p managed false\n nmcli d set test2p managed false\nfi\nip link set test1p up\nip link set test2p up\n\n# Create the 'testbr' - providing both 10.x ipv4 and 2620:52:0 ipv6 dhcp\nip link add name testbr type bridge forward_delay 0\nif [ -n \"$(pgrep NetworkManager)\" ];then\n # NetworkManager should not manage DHCP server ports\n nmcli d set testbr managed false\nfi\nip link set testbr up\ntimer=0\n# The while loop following is a workaround for the NM bug, which can be\n# tracked in https://bugzilla.redhat.com/show_bug.cgi?id=2079642\nwhile ! ip addr show testbr | grep -q 'inet [1-9]'\ndo\n let \"timer+=1\"\n if [ $timer -eq 30 ]; then break; fi\n sleep 1\n ip addr add 192.0.2.1/24 dev testbr\n ip -6 addr add 2001:DB8::1/32 dev testbr\ndone\n\nif grep 'release 6' /etc/redhat-release; then\n # We need bridge-utils and radvd only in rhel6\n if ! rpm -q --quiet radvd; then yum -y install radvd; fi\n if ! rpm -q --quiet bridge-utils; then yum -y install bridge-utils; fi\n\n # We need to add iptables rule to allow dhcp request\n iptables -I INPUT -i testbr -p udp --dport 67:68 --sport 67:68 -j ACCEPT\n\n # Add test1, test2 peers into the testbr\n brctl addif testbr test1p\n brctl addif testbr test2p\n\n # in RHEL6 /run is not present\n mkdir -p /run\n\n # and dnsmasq does not support ipv6\n dnsmasq --pid-file=/run/dhcp_testbr.pid --dhcp-leasefile=/run/dhcp_testbr.lease --dhcp-range=192.0.2.1,192.0.2.254,240 --interface=testbr --bind-interfaces\n\n # start radvd for ipv6\n echo 'interface testbr {' > /etc/radvd.conf\n echo ' AdvSendAdvert on;' >> /etc/radvd.conf\n echo ' prefix 2001:DB8::/64 { ' >> /etc/radvd.conf\n echo ' AdvOnLink on; }; ' >> /etc/radvd.conf\n echo ' }; ' >> /etc/radvd.conf\n\n # enable ipv6 forwarding\n sysctl -w net.ipv6.conf.all.forwarding=1\n service radvd restart\n\nelse\n ip link set test1p master testbr\n ip link set test2p master testbr\n # Run joint DHCP4/DHCP6 server with RA enabled in veth namespace\n dnsmasq --pid-file=/run/dhcp_testbr.pid --dhcp-leasefile=/run/dhcp_testbr.lease --dhcp-range=192.0.2.1,192.0.2.254,240 --dhcp-range=2001:DB8::10,2001:DB8::1FF,slaac,64,240 --enable-ra --interface=testbr --bind-interfaces\nfi\n", "delta": "0:00:01.637773", "end": "2022-05-27 14:42:40.138633", "rc": 0, "start": "2022-05-27 14:42:38.500860" } TASK [Get stat for interface test1] ******************************************** Friday 27 May 2022 14:42:40 +0000 (0:00:01.923) 0:00:21.499 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662558.5934067, "block_size": 4096, "blocks": 0, "ctime": 1653662558.5934067, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21346, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/test1", "lnk_target": "../../devices/virtual/net/test1", "mode": "0777", "mtime": 1653662558.5934067, "nlink": 1, "path": "/sys/class/net/test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [assert that interface test1 is present] ********************************** Friday 27 May 2022 14:42:41 +0000 (0:00:00.421) 0:00:21.921 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat for interface test2] ******************************************** Friday 27 May 2022 14:42:41 +0000 (0:00:00.043) 0:00:21.965 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662558.6042697, "block_size": 4096, "blocks": 0, "ctime": 1653662558.6042697, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21932, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/test2", "lnk_target": "../../devices/virtual/net/test2", "mode": "0777", "mtime": 1653662558.6042697, "nlink": 1, "path": "/sys/class/net/test2", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [assert that interface test2 is present] ********************************** Friday 27 May 2022 14:42:41 +0000 (0:00:00.286) 0:00:22.251 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Backup the /etc/resolv.conf for initscript] ****************************** Friday 27 May 2022 14:42:41 +0000 (0:00:00.039) 0:00:22.291 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST Add Bond with 2 ports] ********************************************** Friday 27 May 2022 14:42:41 +0000 (0:00:00.031) 0:00:22.322 ************ ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 14:42:41 +0000 (0:00:00.033) 0:00:22.355 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Friday 27 May 2022 14:42:41 +0000 (0:00:00.149) 0:00:22.504 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Friday 27 May 2022 14:42:42 +0000 (0:00:00.428) 0:00:22.933 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Friday 27 May 2022 14:42:44 +0000 (0:00:02.231) 0:00:25.164 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Friday 27 May 2022 14:42:46 +0000 (0:00:01.863) 0:00:27.028 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 14:42:46 +0000 (0:00:00.082) 0:00:27.111 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 14:42:46 +0000 (0:00:00.148) 0:00:27.259 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 14:42:46 +0000 (0:00:00.094) 0:00:27.353 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Friday 27 May 2022 14:42:47 +0000 (0:00:00.782) 0:00:28.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 14:42:47 +0000 (0:00:00.098) 0:00:28.235 ************ skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 27 May 2022 14:42:47 +0000 (0:00:00.080) 0:00:28.316 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 14:42:47 +0000 (0:00:00.081) 0:00:28.397 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "bond": { "miimon": 110, "mode": "active-backup" }, "interface_name": "nm-bond", "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [007] #0, state:up persistent_state:present, 'bond0': add connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85 [008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c [009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42 [010] #0, state:up persistent_state:present, 'bond0': up connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85 (is-modified) [011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c (not-active) [012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42 (not-active) TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 14:42:48 +0000 (0:00:01.037) 0:00:29.434 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85", "[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c", "[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85 (is-modified)", "[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c (not-active)", "[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 14:42:48 +0000 (0:00:00.082) 0:00:29.516 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "bond": { "miimon": 110, "mode": "active-backup" }, "interface_name": "nm-bond", "name": "bond0", "state": "up", "type": "bond" }, { "controller": "bond0", "interface_name": "test1", "name": "bond0.0", "state": "up", "type": "ethernet" }, { "controller": "bond0", "interface_name": "test2", "name": "bond0.1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85\n[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c\n[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42\n[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85 (is-modified)\n[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c (not-active)\n[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42 (not-active)\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'bond0': add connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85", "[008] #1, state:up persistent_state:present, 'bond0.0': add connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c", "[009] #2, state:up persistent_state:present, 'bond0.1': add connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42", "[010] #0, state:up persistent_state:present, 'bond0': up connection bond0, 2388fc2b-e6d4-4b88-b4af-582399acfb85 (is-modified)", "[011] #1, state:up persistent_state:present, 'bond0.0': up connection bond0.0, 2555085f-2c60-4b89-8a13-34ec162b731c (not-active)", "[012] #2, state:up persistent_state:present, 'bond0.1': up connection bond0.1, 5b356881-6684-49b5-99ca-a6123667fe42 (not-active)" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 14:42:48 +0000 (0:00:00.129) 0:00:29.646 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get stat for interface nm-bond] ****************************************** Friday 27 May 2022 14:42:49 +0000 (0:00:00.410) 0:00:30.056 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662567.7799175, "block_size": 4096, "blocks": 0, "ctime": 1653662567.7799175, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22659, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/nm-bond", "lnk_target": "../../devices/virtual/net/nm-bond", "mode": "0777", "mtime": 1653662567.7799175, "nlink": 1, "path": "/sys/class/net/nm-bond", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [assert that interface nm-bond is present] ******************************** Friday 27 May 2022 14:42:49 +0000 (0:00:00.318) 0:00:30.375 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** Friday 27 May 2022 14:42:49 +0000 (0:00:00.085) 0:00:30.460 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_profile_present.yml for sut included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_profile_present.yml for sut included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 14:42:49 +0000 (0:00:00.175) 0:00:30.636 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Friday 27 May 2022 14:42:49 +0000 (0:00:00.140) 0:00:30.777 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* Friday 27 May 2022 14:42:50 +0000 (0:00:00.082) 0:00:30.860 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662567.7500024, "block_size": 4096, "blocks": 8, "ctime": 1653662567.7500024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 566165, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1653662567.7500024, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-bond0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Friday 27 May 2022 14:42:50 +0000 (0:00:00.316) 0:00:31.176 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** Friday 27 May 2022 14:42:50 +0000 (0:00:00.085) 0:00:31.262 ************ ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0 | grep /etc", "delta": "0:00:00.033303", "end": "2022-05-27 14:42:50.213391", "rc": 0, "start": "2022-05-27 14:42:50.180088" } STDOUT: bond0 /etc/sysconfig/network-scripts/ifcfg-bond0 bond0.0 /etc/sysconfig/network-scripts/ifcfg-bond0.0 bond0.1 /etc/sysconfig/network-scripts/ifcfg-bond0.1 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Friday 27 May 2022 14:42:50 +0000 (0:00:00.356) 0:00:31.618 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0] ************************** Friday 27 May 2022 14:42:50 +0000 (0:00:00.092) 0:00:31.711 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0] *********************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.146) 0:00:31.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert that profile 'bond0' is present] ********************************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.088) 0:00:31.946 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'bond0' is present] *************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.090) 0:00:32.036 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include] ***************************************************************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.088) 0:00:32.125 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Friday 27 May 2022 14:42:51 +0000 (0:00:00.141) 0:00:32.267 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* Friday 27 May 2022 14:42:51 +0000 (0:00:00.081) 0:00:32.348 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662567.8240023, "block_size": 4096, "blocks": 8, "ctime": 1653662567.8240023, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 566173, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1653662567.8240023, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-bond0.0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 167, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.312) 0:00:32.661 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** Friday 27 May 2022 14:42:51 +0000 (0:00:00.085) 0:00:32.746 ************ ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0.0 | grep /etc", "delta": "0:00:00.032315", "end": "2022-05-27 14:42:51.689917", "rc": 0, "start": "2022-05-27 14:42:51.657602" } STDOUT: bond0.0 /etc/sysconfig/network-scripts/ifcfg-bond0.0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Friday 27 May 2022 14:42:52 +0000 (0:00:00.345) 0:00:33.092 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0.0] ************************ Friday 27 May 2022 14:42:52 +0000 (0:00:00.089) 0:00:33.181 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0.0] ********************* Friday 27 May 2022 14:42:52 +0000 (0:00:00.084) 0:00:33.265 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert that profile 'bond0.0' is present] ******************************** Friday 27 May 2022 14:42:52 +0000 (0:00:00.094) 0:00:33.360 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'bond0.0' is present] ************* Friday 27 May 2022 14:42:52 +0000 (0:00:00.092) 0:00:33.452 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include] ***************************************************************** Friday 27 May 2022 14:42:52 +0000 (0:00:00.086) 0:00:33.538 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ Friday 27 May 2022 14:42:52 +0000 (0:00:00.192) 0:00:33.731 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* Friday 27 May 2022 14:42:52 +0000 (0:00:00.080) 0:00:33.811 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653662567.8600023, "block_size": 4096, "blocks": 8, "ctime": 1653662567.8600023, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 566174, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1653662567.8600023, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-bond0.1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 167, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** Friday 27 May 2022 14:42:53 +0000 (0:00:00.313) 0:00:34.125 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** Friday 27 May 2022 14:42:53 +0000 (0:00:00.082) 0:00:34.207 ************ ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep bond0.1 | grep /etc", "delta": "0:00:00.031896", "end": "2022-05-27 14:42:53.149516", "rc": 0, "start": "2022-05-27 14:42:53.117620" } STDOUT: bond0.1 /etc/sysconfig/network-scripts/ifcfg-bond0.1 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** Friday 27 May 2022 14:42:53 +0000 (0:00:00.341) 0:00:34.549 ************ ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-bond0.1] ************************ Friday 27 May 2022 14:42:53 +0000 (0:00:00.092) 0:00:34.642 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-bond0.1] ********************* Friday 27 May 2022 14:42:53 +0000 (0:00:00.090) 0:00:34.733 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert that profile 'bond0.1' is present] ******************************** Friday 27 May 2022 14:42:54 +0000 (0:00:00.087) 0:00:34.821 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'bond0.1' is present] ************* Friday 27 May 2022 14:42:54 +0000 (0:00:00.087) 0:00:34.908 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [** TEST check polling interval] ****************************************** Friday 27 May 2022 14:42:54 +0000 (0:00:00.083) 0:00:34.992 ************ changed: [sut] => { "attempts": 1, "changed": true, "cmd": [ "grep", "Polling Interval", "/proc/net/bonding/nm-bond" ], "delta": "0:00:00.004094", "end": "2022-05-27 14:42:53.909721", "rc": 0, "start": "2022-05-27 14:42:53.905627" } STDOUT: MII Polling Interval (ms): 110 TASK [** TEST check IPv4] ****************************************************** Friday 27 May 2022 14:42:54 +0000 (0:00:00.322) 0:00:35.314 ************ changed: [sut] => { "attempts": 1, "changed": true, "cmd": [ "ip", "-4", "a", "s", "nm-bond" ], "delta": "0:00:00.004776", "end": "2022-05-27 14:42:54.231522", "rc": 0, "start": "2022-05-27 14:42:54.226746" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet 192.0.2.153/24 brd 192.0.2.255 scope global dynamic noprefixroute nm-bond valid_lft 237sec preferred_lft 237sec TASK [** TEST check IPv6] ****************************************************** Friday 27 May 2022 14:42:54 +0000 (0:00:00.340) 0:00:35.655 ************ changed: [sut] => { "attempts": 1, "changed": true, "cmd": [ "ip", "-6", "a", "s", "nm-bond" ], "delta": "0:00:00.004551", "end": "2022-05-27 14:42:54.578387", "rc": 0, "start": "2022-05-27 14:42:54.573836" } STDOUT: 8: nm-bond: mtu 1500 qdisc noqueue state UP group default qlen 1000 inet6 2001:db8::16c/128 scope global dynamic noprefixroute valid_lft 235sec preferred_lft 235sec inet6 2001:db8::214e:1c4d:e932:5062/64 scope global dynamic noprefixroute valid_lft 1801sec preferred_lft 1801sec inet6 fe80::4778:f9ad:90b0:c1f0/64 scope link noprefixroute valid_lft forever preferred_lft forever TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 14:42:55 +0000 (0:00:00.380) 0:00:36.035 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Friday 27 May 2022 14:42:55 +0000 (0:00:00.148) 0:00:36.184 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Friday 27 May 2022 14:42:55 +0000 (0:00:00.495) 0:00:36.679 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Friday 27 May 2022 14:42:57 +0000 (0:00:02.073) 0:00:38.753 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Friday 27 May 2022 14:42:59 +0000 (0:00:01.583) 0:00:40.336 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 14:42:59 +0000 (0:00:00.083) 0:00:40.420 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 27 May 2022 14:42:59 +0000 (0:00:00.146) 0:00:40.566 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 14:42:59 +0000 (0:00:00.093) 0:00:40.660 ************ ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Friday 27 May 2022 14:43:00 +0000 (0:00:00.526) 0:00:41.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 14:43:00 +0000 (0:00:00.104) 0:00:41.291 ************ skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 27 May 2022 14:43:00 +0000 (0:00:00.085) 0:00:41.377 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 14:43:00 +0000 (0:00:00.081) 0:00:41.458 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 14:43:01 +0000 (0:00:00.981) 0:00:42.440 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 14:43:01 +0000 (0:00:00.095) 0:00:42.535 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "bond0.1", "persistent_state": "absent", "state": "down" }, { "name": "bond0.0", "persistent_state": "absent", "state": "down" }, { "name": "bond0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 14:43:01 +0000 (0:00:00.090) 0:00:42.626 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [command] ***************************************************************** Friday 27 May 2022 14:43:02 +0000 (0:00:00.379) 0:00:43.006 ************ fatal: [sut]: FAILED! => { "changed": true, "cmd": [ "ip", "link", "del", "nm-bond" ], "delta": "0:00:00.009336", "end": "2022-05-27 14:43:01.937373", "rc": 1, "start": "2022-05-27 14:43:01.928037" } STDERR: Cannot find device "nm-bond" MSG: non-zero return code ...ignoring TASK [Remove test interfaces] ************************************************** Friday 27 May 2022 14:43:02 +0000 (0:00:00.331) 0:00:43.337 ************ ok: [sut] => { "changed": false, "cmd": "ip link delete test1\nip link delete test2\nip link delete testbr\n", "delta": "0:00:00.058408", "end": "2022-05-27 14:43:02.312583", "rc": 0, "start": "2022-05-27 14:43:02.254175" } TASK [Stop dnsmasq/radvd services] ********************************************* Friday 27 May 2022 14:43:02 +0000 (0:00:00.384) 0:00:43.722 ************ ok: [sut] => { "changed": false, "cmd": "pkill -F /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.pid\nrm -rf /run/dhcp_testbr.lease\nif grep 'release 6' /etc/redhat-release; then\n # Stop radvd server\n service radvd stop\n iptables -D INPUT -i testbr -p udp --dport 67:68 --sport 67:68 -j ACCEPT\n\nfi\n", "delta": "0:00:00.021034", "end": "2022-05-27 14:43:02.658590", "rc": 0, "start": "2022-05-27 14:43:02.637556" } TASK [Restore the /etc/resolv.conf for initscript] ***************************** Friday 27 May 2022 14:43:03 +0000 (0:00:00.339) 0:00:44.062 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=71 changed=9 unreachable=0 failed=0 skipped=22 rescued=0 ignored=1 Friday 27 May 2022 14:43:03 +0000 (0:00:00.025) 0:00:44.087 ************ =============================================================================== Install dnsmasq -------------------------------------------------------- 11.83s Create EPEL 8 ----------------------------------------------------------- 2.89s linux-system-roles.network : Check which services are running ----------- 2.23s linux-system-roles.network : Check which services are running ----------- 2.07s Install pgrep, sysctl --------------------------------------------------- 2.06s Create test interfaces -------------------------------------------------- 1.92s linux-system-roles.network : Check which packages are installed --------- 1.86s linux-system-roles.network : Check which packages are installed --------- 1.58s linux-system-roles.network : Configure networking connection profiles --- 1.04s linux-system-roles.network : Configure networking connection profiles --- 0.98s Gathering Facts --------------------------------------------------------- 0.90s Enable EPEL 8 ----------------------------------------------------------- 0.86s linux-system-roles.network : Enable and start NetworkManager ------------ 0.78s Gathering Facts --------------------------------------------------------- 0.64s linux-system-roles.network : Enable and start NetworkManager ------------ 0.53s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.50s linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.43s Get stat for interface test1 -------------------------------------------- 0.42s linux-system-roles.network : Re-test connectivity ----------------------- 0.41s Remove test interfaces -------------------------------------------------- 0.38s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---