# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 17:22:33 +0000 (0:00:00.034) 0:00:00.034 ************ ok: [sut] TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:22:34 +0000 (0:00:00.876) 0:00:00.910 ************ 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 17:22:34 +0000 (0:00:00.059) 0:00:00.970 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:22:34 +0000 (0:00:00.079) 0:00:01.049 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 27 May 2022 17:22:34 +0000 (0:00:00.053) 0:00:01.102 ************ changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.334984", "end": "2022-05-27 17:22:36.831445", "rc": 0, "start": "2022-05-27 17:22:34.496461" } 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:14 ago on Fri May 27 17:22:21 2022. epel-release-latest-8.noarch.rpm 678 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 17:22:37 +0000 (0:00:02.674) 0:00:03.776 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 27 May 2022 17:22:37 +0000 (0:00:00.058) 0:00:03.835 ************ changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.521773", "end": "2022-05-27 17:22:37.690295", "rc": 0, "start": "2022-05-27 17:22:37.168522" } 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 17:22:38 +0000 (0:00:00.797) 0:00:04.633 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 27 May 2022 17:22:38 +0000 (0:00:00.030) 0:00:04.663 ************ ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Friday 27 May 2022 17:22:38 +0000 (0:00:00.024) 0:00:04.687 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Friday 27 May 2022 17:22:47 +0000 (0:00:09.298) 0:00:13.985 ************ changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.013204", "end": "2022-05-27 17:22:47.313722", "rc": 0, "start": "2022-05-27 17:22:47.300518" } STDOUT: 1.32.10 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 27 May 2022 17:22:47 +0000 (0:00:00.278) 0:00:14.264 ************ ok: [sut] TASK [Show playbook name] ****************************************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.582) 0:00:14.846 ************ ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ Friday 27 May 2022 17:22:48 +0000 (0:00:00.048) 0:00:14.894 ************ ok: [sut] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.035) 0:00:14.930 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.039) 0:00:14.970 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 27 May 2022 17:22:48 +0000 (0:00:00.041) 0:00:15.011 ************ ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003082", "end": "2022-05-27 17:22:48.314780", "rc": 0, "start": "2022-05-27 17:22:48.311698" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.248) 0:00:15.259 ************ ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 27 May 2022 17:22:48 +0000 (0:00:00.037) 0:00:15.297 ************ ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.034) 0:00:15.331 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 27 May 2022 17:22:48 +0000 (0:00:00.052) 0:00:15.384 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 27 May 2022 17:22:49 +0000 (0:00:00.033) 0:00:15.418 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include] ***************************************************************** Friday 27 May 2022 17:22:49 +0000 (0:00:00.038) 0:00:15.457 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 17:22:49 +0000 (0:00:00.044) 0:00:15.501 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 27 May 2022 17:22:49 +0000 (0:00:00.044) 0:00:15.545 ************ ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002961", "end": "2022-05-27 17:22:48.852065", "rc": 0, "start": "2022-05-27 17:22:48.849104" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 27 May 2022 17:22:49 +0000 (0:00:00.248) 0:00:15.793 ************ ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 27 May 2022 17:22:49 +0000 (0:00:00.034) 0:00:15.828 ************ ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 27 May 2022 17:22:49 +0000 (0:00:00.038) 0:00:15.866 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 27 May 2022 17:22:51 +0000 (0:00:01.800) 0:00:17.666 ************ changed: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.069402", "end": "2022-05-27 17:22:51.053493", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-05-27 17:22:50.984091" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003965", "end": "2022-05-27 17:22:51.320715", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-05-27 17:22:51.316750" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003517", "end": "2022-05-27 17:22:51.550721", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-05-27 17:22:51.547204" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.830) 0:00:18.496 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.105829", "end": "2022-05-27 17:22:51.905863", "rc": 0, "start": "2022-05-27 17:22:51.800034" } TASK [Delete veth interface testnic1] ****************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.354) 0:00:18.851 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.039) 0:00:18.891 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.036) 0:00:18.928 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 27 May 2022 17:22:52 +0000 (0:00:00.036) 0:00:18.964 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 27 May 2022 17:22:52 +0000 (0:00:00.036) 0:00:19.000 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.038) 0:00:19.039 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.048) 0:00:19.088 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Friday 27 May 2022 17:22:52 +0000 (0:00:00.046) 0:00:19.135 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1653672171.0473783, "block_size": 4096, "blocks": 0, "ctime": 1653672171.0473783, "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/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1653672171.0473783, "nlink": 1, "path": "/sys/class/net/testnic1", "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 testnic1 is present] ******************************* Friday 27 May 2022 17:22:53 +0000 (0:00:00.407) 0:00:19.542 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** Friday 27 May 2022 17:22:53 +0000 (0:00:00.048) 0:00:19.591 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any ring option.] ******************* Friday 27 May 2022 17:22:54 +0000 (0:00:01.798) 0:00:21.389 ************ ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 17:22:55 +0000 (0:00:00.037) 0:00:21.427 ************ 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 17:22:55 +0000 (0:00:00.167) 0:00:21.594 ************ 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 17:22:55 +0000 (0:00:00.424) 0:00:22.019 ************ 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 17:22:57 +0000 (0:00:01.810) 0:00:23.830 ************ 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 17:22:59 +0000 (0:00:01.821) 0:00:25.651 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 17:22:59 +0000 (0:00:00.096) 0:00:25.748 ************ 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 17:22:59 +0000 (0:00:00.155) 0:00:25.903 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 17:22:59 +0000 (0:00:00.106) 0:00:26.010 ************ 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 17:23:00 +0000 (0:00:00.770) 0:00:26.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 17:23:00 +0000 (0:00:00.108) 0:00:26.888 ************ 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 17:23:00 +0000 (0:00:00.100) 0:00:26.989 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 17:23:00 +0000 (0:00:00.097) 0:00:27.087 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (not-active) TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 17:23:01 +0000 (0:00:00.807) 0:00:27.894 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 17:23:01 +0000 (0:00:00.101) 0:00:27.995 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (not-active)" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 17:23:01 +0000 (0:00:00.143) 0:00:28.139 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 27 May 2022 17:23:02 +0000 (0:00:00.421) 0:00:28.561 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021020", "end": "2022-05-27 17:23:01.892765", "rc": 0, "start": "2022-05-27 17:23:01.871745" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 27 May 2022 17:23:02 +0000 (0:00:00.323) 0:00:28.884 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 27 May 2022 17:23:02 +0000 (0:00:00.096) 0:00:28.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 27 May 2022 17:23:02 +0000 (0:00:00.085) 0:00:29.066 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can set rx.] ***************************************************** Friday 27 May 2022 17:23:02 +0000 (0:00:00.080) 0:00:29.147 ************ ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 17:23:02 +0000 (0:00:00.080) 0:00:29.228 ************ 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 17:23:02 +0000 (0:00:00.151) 0:00:29.379 ************ 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 17:23:03 +0000 (0:00:00.480) 0:00:29.859 ************ 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 17:23:05 +0000 (0:00:01.691) 0:00:31.550 ************ 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 17:23:06 +0000 (0:00:01.488) 0:00:33.039 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 17:23:06 +0000 (0:00:00.094) 0:00:33.134 ************ 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 17:23:06 +0000 (0:00:00.155) 0:00:33.289 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 17:23:06 +0000 (0:00:00.103) 0:00:33.393 ************ 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 17:23:07 +0000 (0:00:00.520) 0:00:33.913 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 17:23:07 +0000 (0:00:00.107) 0:00:34.021 ************ 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 17:23:07 +0000 (0:00:00.138) 0:00:34.159 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 17:23:07 +0000 (0:00:00.095) 0:00:34.255 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': "nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)", 'success': None} TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 17:23:08 +0000 (0:00:00.582) 0:00:34.837 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 17:23:08 +0000 (0:00:00.097) 0:00:34.935 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 17:23:08 +0000 (0:00:00.103) 0:00:35.038 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** Friday 27 May 2022 17:23:08 +0000 (0:00:00.300) 0:00:35.339 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.020036", "end": "2022-05-27 17:23:08.676159", "rc": 0, "start": "2022-05-27 17:23:08.656123" } STDOUT: 128 TASK [Assert ethtool.ring-rx option set in profile] **************************** Friday 27 May 2022 17:23:09 +0000 (0:00:00.336) 0:00:35.675 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** Friday 27 May 2022 17:23:09 +0000 (0:00:00.086) 0:00:35.762 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-jumbo", "c", "show", "testnic1" ], "delta": "0:00:00.020247", "end": "2022-05-27 17:23:09.087673", "rc": 0, "start": "2022-05-27 17:23:09.067426" } STDOUT: 128 TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** Friday 27 May 2022 17:23:09 +0000 (0:00:00.324) 0:00:36.086 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-mini options] ****************************** Friday 27 May 2022 17:23:09 +0000 (0:00:00.090) 0:00:36.177 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-mini", "c", "show", "testnic1" ], "delta": "0:00:00.019868", "end": "2022-05-27 17:23:09.506335", "rc": 0, "start": "2022-05-27 17:23:09.486467" } STDOUT: 128 TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** Friday 27 May 2022 17:23:10 +0000 (0:00:00.328) 0:00:36.506 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-tx options] *********************************** Friday 27 May 2022 17:23:10 +0000 (0:00:00.120) 0:00:36.626 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-tx", "c", "show", "testnic1" ], "delta": "0:00:00.020044", "end": "2022-05-27 17:23:09.987531", "rc": 0, "start": "2022-05-27 17:23:09.967487" } STDOUT: 128 TASK [Assert ethtool.ring-tx option set in profile] **************************** Friday 27 May 2022 17:23:10 +0000 (0:00:00.413) 0:00:37.040 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring options] ************************************** Friday 27 May 2022 17:23:10 +0000 (0:00:00.096) 0:00:37.137 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring option set in profile] ******************************* Friday 27 May 2022 17:23:10 +0000 (0:00:00.100) 0:00:37.238 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can clear ring options] ****************************************** Friday 27 May 2022 17:23:10 +0000 (0:00:00.101) 0:00:37.339 ************ ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 17:23:11 +0000 (0:00:00.100) 0:00:37.440 ************ 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 17:23:11 +0000 (0:00:00.204) 0:00:37.644 ************ 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 17:23:11 +0000 (0:00:00.535) 0:00:38.180 ************ 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 17:23:13 +0000 (0:00:01.703) 0:00:39.883 ************ 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 17:23:15 +0000 (0:00:01.570) 0:00:41.454 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 17:23:15 +0000 (0:00:00.109) 0:00:41.563 ************ 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 17:23:15 +0000 (0:00:00.162) 0:00:41.725 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 17:23:15 +0000 (0:00:00.103) 0:00:41.829 ************ 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 17:23:15 +0000 (0:00:00.505) 0:00:42.335 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 17:23:16 +0000 (0:00:00.107) 0:00:42.443 ************ 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 17:23:16 +0000 (0:00:00.100) 0:00:42.544 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 17:23:16 +0000 (0:00:00.098) 0:00:42.643 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': "nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)", 'success': None} TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 17:23:16 +0000 (0:00:00.687) 0:00:43.331 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 17:23:17 +0000 (0:00:00.115) 0:00:43.446 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d41577e4-4f4f-4cc9-9868-f98cf04d1f15 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 27 May 2022 17:23:17 +0000 (0:00:00.105) 0:00:43.552 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 27 May 2022 17:23:17 +0000 (0:00:00.313) 0:00:43.865 ************ changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.020464", "end": "2022-05-27 17:23:17.192914", "rc": 0, "start": "2022-05-27 17:23:17.172450" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 27 May 2022 17:23:17 +0000 (0:00:00.316) 0:00:44.181 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 27 May 2022 17:23:17 +0000 (0:00:00.083) 0:00:44.265 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 27 May 2022 17:23:17 +0000 (0:00:00.075) 0:00:44.340 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 27 May 2022 17:23:18 +0000 (0:00:00.082) 0:00:44.422 ************ 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 17:23:18 +0000 (0:00:00.145) 0:00:44.568 ************ 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 17:23:18 +0000 (0:00:00.474) 0:00:45.042 ************ 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 17:23:20 +0000 (0:00:01.691) 0:00:46.734 ************ 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 17:23:21 +0000 (0:00:01.507) 0:00:48.242 ************ ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Friday 27 May 2022 17:23:21 +0000 (0:00:00.138) 0:00:48.380 ************ 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 17:23:22 +0000 (0:00:00.215) 0:00:48.596 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 27 May 2022 17:23:22 +0000 (0:00:00.122) 0:00:48.719 ************ 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 17:23:22 +0000 (0:00:00.654) 0:00:49.373 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 27 May 2022 17:23:23 +0000 (0:00:00.133) 0:00:49.506 ************ 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 17:23:23 +0000 (0:00:00.198) 0:00:49.705 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 27 May 2022 17:23:23 +0000 (0:00:00.108) 0:00:49.814 ************ changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Show stderr messages] *********************** Friday 27 May 2022 17:23:23 +0000 (0:00:00.579) 0:00:50.393 ************ ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Friday 27 May 2022 17:23:24 +0000 (0:00:00.103) 0:00:50.496 ************ ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "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 17:23:24 +0000 (0:00:00.100) 0:00:50.597 ************ ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 27 May 2022 17:23:24 +0000 (0:00:00.309) 0:00:50.907 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 27 May 2022 17:23:24 +0000 (0:00:00.181) 0:00:51.088 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 27 May 2022 17:23:24 +0000 (0:00:00.105) 0:00:51.194 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include] ***************************************************************** Friday 27 May 2022 17:23:24 +0000 (0:00:00.100) 0:00:51.295 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Friday 27 May 2022 17:23:25 +0000 (0:00:00.173) 0:00:51.468 ************ included: /WORKDIR/dist-git-network-bond_fix-IHMNac/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 27 May 2022 17:23:25 +0000 (0:00:00.140) 0:00:51.609 ************ ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003074", "end": "2022-05-27 17:23:24.976474", "rc": 0, "start": "2022-05-27 17:23:24.973400" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 27 May 2022 17:23:25 +0000 (0:00:00.448) 0:00:52.057 ************ ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 27 May 2022 17:23:25 +0000 (0:00:00.123) 0:00:52.181 ************ ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 27 May 2022 17:23:25 +0000 (0:00:00.088) 0:00:52.269 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 27 May 2022 17:23:27 +0000 (0:00:01.761) 0:00:54.031 ************ skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 27 May 2022 17:23:27 +0000 (0:00:00.125) 0:00:54.157 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 27 May 2022 17:23:27 +0000 (0:00:00.084) 0:00:54.241 ************ changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015594", "end": "2022-05-27 17:23:27.566378", "rc": 0, "start": "2022-05-27 17:23:27.550784" } TASK [Create dummy interface testnic1] ***************************************** Friday 27 May 2022 17:23:28 +0000 (0:00:00.323) 0:00:54.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 27 May 2022 17:23:28 +0000 (0:00:00.087) 0:00:54.653 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 27 May 2022 17:23:28 +0000 (0:00:00.082) 0:00:54.736 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 27 May 2022 17:23:28 +0000 (0:00:00.082) 0:00:54.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=93 changed=16 unreachable=0 failed=0 skipped=44 rescued=0 ignored=0 Friday 27 May 2022 17:23:28 +0000 (0:00:00.028) 0:00:54.846 ************ =============================================================================== Install NetworkManager -------------------------------------------------- 9.30s Create EPEL 8 ----------------------------------------------------------- 2.67s linux-system-roles.network : Check which packages are installed --------- 1.82s linux-system-roles.network : Check which services are running ----------- 1.81s Install iproute --------------------------------------------------------- 1.80s Install ethtool (test dependency) --------------------------------------- 1.80s Install iproute --------------------------------------------------------- 1.76s linux-system-roles.network : Check which services are running ----------- 1.70s linux-system-roles.network : Check which services are running ----------- 1.69s linux-system-roles.network : Check which services are running ----------- 1.69s linux-system-roles.network : Check which packages are installed --------- 1.57s linux-system-roles.network : Check which packages are installed --------- 1.51s linux-system-roles.network : Check which packages are installed --------- 1.49s Gathering Facts --------------------------------------------------------- 0.88s Create veth interface testnic1 ------------------------------------------ 0.83s Enable EPEL 8 ----------------------------------------------------------- 0.80s linux-system-roles.network : Configure networking connection profiles --- 0.69s linux-system-roles.network : Enable and start NetworkManager ------------ 0.65s Gathering Facts --------------------------------------------------------- 0.58s linux-system-roles.network : Configure networking connection profiles --- 0.58s ---^---^---^---^---^--- # 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 ---^---^---^---^---^---