# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_ethtool_coalesce.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 18:42:12 +0000 (0:00:00.139) 0:00:00.139 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:21 +0000 (0:00:09.010) 0:00:09.149 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 18:42:21 +0000 (0:00:00.803) 0:00:09.952 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:22 +0000 (0:00:00.376) 0:00:10.329 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** Friday 05 August 2022 18:42:22 +0000 (0:00:00.447) 0:00:10.776 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 18:42:23 +0000 (0:00:00.826) 0:00:11.603 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 18:42:24 +0000 (0:00:00.358) 0:00:11.961 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 18:42:24 +0000 (0:00:00.741) 0:00:12.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 18:42:25 +0000 (0:00:00.622) 0:00:13.345 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Friday 05 August 2022 18:42:25 +0000 (0:00:00.582) 0:00:13.928 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Friday 05 August 2022 18:42:32 +0000 (0:00:06.970) 0:00:20.899 ********* changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.011325", "end": "2022-08-05 18:42:38.235445", "rc": 0, "start": "2022-08-05 18:42:38.224120" } STDOUT: 1.39.10 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 18:42:40 +0000 (0:00:07.357) 0:00:28.256 ********* ok: [sut] TASK [Show playbook name] ****************************************************** Friday 05 August 2022 18:42:43 +0000 (0:00:03.336) 0:00:31.593 ********* ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_coalesce.yml TASK [INIT: Ethtool coalesce tests] ******************************************** Friday 05 August 2022 18:42:44 +0000 (0:00:00.916) 0:00:32.510 ********* ok: [sut] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:46 +0000 (0:00:02.216) 0:00:34.726 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:48 +0000 (0:00:01.330) 0:00:36.056 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 18:42:49 +0000 (0:00:01.057) 0:00:37.114 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2022-08-05 18:42:50.561889", "rc": 0, "start": "2022-08-05 18:42:50.558171" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 18:42:51 +0000 (0:00:02.082) 0:00:39.197 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 18:42:52 +0000 (0:00:01.564) 0:00:40.761 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:53 +0000 (0:00:00.889) 0:00:41.650 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 18:42:54 +0000 (0:00:00.776) 0:00:42.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 18:42:55 +0000 (0:00:00.758) 0:00:43.185 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:56 +0000 (0:00:00.961) 0:00:44.146 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:42:56 +0000 (0:00:00.751) 0:00:44.898 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 18:42:57 +0000 (0:00:00.639) 0:00:45.538 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004900", "end": "2022-08-05 18:43:00.172546", "rc": 0, "start": "2022-08-05 18:42:59.167646" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 18:43:00 +0000 (0:00:03.127) 0:00:48.666 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 18:43:02 +0000 (0:00:01.544) 0:00:50.211 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 18:43:04 +0000 (0:00:01.809) 0:00:52.020 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 18:43:07 +0000 (0:00:03.650) 0:00:55.670 ********* 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.069055", "end": "2022-08-05 18:43:09.335552", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-08-05 18:43:09.266497" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003958", "end": "2022-08-05 18:43:10.709008", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-08-05 18:43:10.705050" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.013009", "end": "2022-08-05 18:43:12.358151", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-08-05 18:43:12.345142" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 18:43:12 +0000 (0:00:05.204) 0:01:00.875 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.093427", "end": "2022-08-05 18:43:13.912492", "rc": 0, "start": "2022-08-05 18:43:13.819065" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 18:43:14 +0000 (0:00:01.863) 0:01:02.738 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 18:43:16 +0000 (0:00:01.232) 0:01:03.971 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 18:43:17 +0000 (0:00:01.057) 0:01:05.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 18:43:18 +0000 (0:00:01.038) 0:01:06.067 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 18:43:19 +0000 (0:00:01.609) 0:01:07.676 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:43:21 +0000 (0:00:01.649) 0:01:09.325 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:43:22 +0000 (0:00:01.173) 0:01:10.499 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Friday 05 August 2022 18:43:23 +0000 (0:00:01.145) 0:01:11.644 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659724989.3291655, "block_size": 4096, "blocks": 0, "ctime": 1659724989.3291655, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22487, "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": 1659724989.3291655, "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 05 August 2022 18:43:28 +0000 (0:00:05.191) 0:01:16.835 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** Friday 05 August 2022 18:43:30 +0000 (0:00:01.661) 0:01:18.497 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any coalescing option.] ************* Friday 05 August 2022 18:43:33 +0000 (0:00:03.108) 0:01:21.605 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 18:43:34 +0000 (0:00:01.191) 0:01:22.797 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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 05 August 2022 18:43:37 +0000 (0:00:02.552) 0:01:25.350 ********* 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 05 August 2022 18:43:44 +0000 (0:00:07.282) 0:01:32.633 ********* 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 05 August 2022 18:43:55 +0000 (0:00:10.730) 0:01:43.363 ********* 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 05 August 2022 18:44:14 +0000 (0:00:19.580) 0:02:02.943 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 18:44:16 +0000 (0:00:01.654) 0:02:04.598 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 18:44:17 +0000 (0:00:01.336) 0:02:05.934 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 18:44:20 +0000 (0:00:02.686) 0:02:08.621 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 18:44:23 +0000 (0:00:03.076) 0:02:11.698 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 18:44:26 +0000 (0:00:02.371) 0:02:14.069 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 18:44:29 +0000 (0:00:03.380) 0:02:17.449 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 18:44:33 +0000 (0:00:03.888) 0:02:21.337 ********* 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 05 August 2022 18:44:59 +0000 (0:00:26.418) 0:02:47.756 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 18:45:02 +0000 (0:00:02.657) 0:02:50.413 ********* 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 05 August 2022 18:45:04 +0000 (0:00:02.292) 0:02:52.705 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 18:45:07 +0000 (0:00:02.724) 0:02:55.430 ********* 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, e7e78f96-fded-427a-a009-e751e02db5f1 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 18:45:10 +0000 (0:00:03.054) 0:02:58.484 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 18:45:10 +0000 (0:00:00.356) 0:02:58.840 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 18:45:11 +0000 (0:00:00.440) 0:02:59.281 ********* 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, e7e78f96-fded-427a-a009-e751e02db5f1\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 18:45:11 +0000 (0:00:00.436) 0:02:59.718 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 18:45:12 +0000 (0:00:00.268) 0:02:59.987 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:45:13 +0000 (0:00:01.389) 0:03:01.376 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.coalesce-rx-frames", "c", "show", "testnic1" ], "delta": "0:00:00.020242", "end": "2022-08-05 18:45:13.752511", "rc": 0, "start": "2022-08-05 18:45:13.732269" } TASK [ASSERT: The profile does not contain coalescing options] ***************** Friday 05 August 2022 18:45:13 +0000 (0:00:00.437) 0:03:01.814 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:45:14 +0000 (0:00:00.325) 0:03:02.139 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain coalescing options] ***************** Friday 05 August 2022 18:45:14 +0000 (0:00:00.268) 0:03:02.408 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can set rx-frames.] ********************************************** Friday 05 August 2022 18:45:14 +0000 (0:00:00.265) 0:03:02.674 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 18:45:15 +0000 (0:00:00.604) 0:03:03.279 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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 05 August 2022 18:45:16 +0000 (0:00:00.809) 0:03:04.088 ********* 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 05 August 2022 18:45:17 +0000 (0:00:01.014) 0:03:05.103 ********* 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 05 August 2022 18:45:19 +0000 (0:00:02.051) 0:03:07.154 ********* 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 05 August 2022 18:45:20 +0000 (0:00:01.247) 0:03:08.402 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 18:45:20 +0000 (0:00:00.296) 0:03:08.698 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 18:45:20 +0000 (0:00:00.166) 0:03:08.865 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 18:45:21 +0000 (0:00:00.150) 0:03:09.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 18:45:21 +0000 (0:00:00.334) 0:03:09.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 18:45:21 +0000 (0:00:00.250) 0:03:09.599 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 18:45:21 +0000 (0:00:00.136) 0:03:09.736 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 18:45:21 +0000 (0:00:00.198) 0:03:09.935 ********* 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 05 August 2022 18:45:23 +0000 (0:00:01.062) 0:03:10.998 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 18:45:23 +0000 (0:00:00.315) 0:03:11.314 ********* 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 05 August 2022 18:45:23 +0000 (0:00:00.131) 0:03:11.445 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 18:45:23 +0000 (0:00:00.095) 0:03:11.540 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "coalesce": { "rx_frames": 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, e7e78f96-fded-427a-a009-e751e02db5f1 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 : Configure networking state] ***************** Friday 05 August 2022 18:45:24 +0000 (0:00:00.884) 0:03:12.425 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 18:45:24 +0000 (0:00:00.306) 0:03:12.732 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 for the network_connections] *** Friday 05 August 2022 18:45:25 +0000 (0:00:00.418) 0:03:13.151 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "coalesce": { "rx_frames": 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, e7e78f96-fded-427a-a009-e751e02db5f1\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 for the network_state] *** Friday 05 August 2022 18:45:25 +0000 (0:00:00.167) 0:03:13.319 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 18:45:25 +0000 (0:00:00.279) 0:03:13.599 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:45:26 +0000 (0:00:00.545) 0:03:14.145 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.coalesce-rx-frames", "c", "show", "testnic1" ], "delta": "0:00:00.019816", "end": "2022-08-05 18:45:26.545382", "rc": 0, "start": "2022-08-05 18:45:26.525566" } STDOUT: 128 TASK [Assert coalesce options set in profile] ********************************** Friday 05 August 2022 18:45:26 +0000 (0:00:00.468) 0:03:14.613 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:45:26 +0000 (0:00:00.130) 0:03:14.744 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert coalesce options set in profile] ********************************** Friday 05 August 2022 18:45:27 +0000 (0:00:00.217) 0:03:14.961 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can clear coalescing options] ************************************ Friday 05 August 2022 18:45:27 +0000 (0:00:00.141) 0:03:15.103 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 18:45:27 +0000 (0:00:00.489) 0:03:15.593 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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 05 August 2022 18:45:27 +0000 (0:00:00.333) 0:03:15.927 ********* 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 05 August 2022 18:45:29 +0000 (0:00:01.093) 0:03:17.020 ********* 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 05 August 2022 18:45:31 +0000 (0:00:02.177) 0:03:19.197 ********* 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 05 August 2022 18:45:33 +0000 (0:00:01.880) 0:03:21.078 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 18:45:33 +0000 (0:00:00.844) 0:03:21.923 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 18:45:34 +0000 (0:00:00.312) 0:03:22.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 18:45:34 +0000 (0:00:00.641) 0:03:22.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 18:45:35 +0000 (0:00:00.948) 0:03:23.825 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 18:45:36 +0000 (0:00:00.900) 0:03:24.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 18:45:37 +0000 (0:00:00.746) 0:03:25.472 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 18:45:39 +0000 (0:00:02.235) 0:03:27.708 ********* 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 05 August 2022 18:45:47 +0000 (0:00:07.383) 0:03:35.092 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 18:45:49 +0000 (0:00:02.041) 0:03:37.134 ********* 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 05 August 2022 18:45:51 +0000 (0:00:02.096) 0:03:39.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 18:45:52 +0000 (0:00:01.059) 0:03:40.290 ********* 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, e7e78f96-fded-427a-a009-e751e02db5f1 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 : Configure networking state] ***************** Friday 05 August 2022 18:45:56 +0000 (0:00:04.070) 0:03:44.360 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 18:45:58 +0000 (0:00:02.054) 0:03:46.415 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 for the network_connections] *** Friday 05 August 2022 18:46:00 +0000 (0:00:01.653) 0:03:48.069 ********* 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, e7e78f96-fded-427a-a009-e751e02db5f1\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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, e7e78f96-fded-427a-a009-e751e02db5f1", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e7e78f96-fded-427a-a009-e751e02db5f1 (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 for the network_state] *** Friday 05 August 2022 18:46:02 +0000 (0:00:01.979) 0:03:50.048 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 18:46:04 +0000 (0:00:02.082) 0:03:52.130 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:46:07 +0000 (0:00:03.732) 0:03:55.863 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.coalesce-rx-frames", "c", "show", "testnic1" ], "delta": "0:00:00.020382", "end": "2022-08-05 18:46:09.254056", "rc": 0, "start": "2022-08-05 18:46:09.233674" } TASK [ASSERT: The profile does reset coalescing options] *********************** Friday 05 August 2022 18:46:09 +0000 (0:00:01.946) 0:03:57.809 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's coalescing options] **************************************** Friday 05 August 2022 18:46:12 +0000 (0:00:02.348) 0:04:00.158 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset coalescing options] *********************** Friday 05 August 2022 18:46:13 +0000 (0:00:01.149) 0:04:01.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 18:46:13 +0000 (0:00:00.591) 0:04:01.899 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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 05 August 2022 18:46:16 +0000 (0:00:02.644) 0:04:04.544 ********* 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 05 August 2022 18:46:19 +0000 (0:00:02.552) 0:04:07.096 ********* 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 05 August 2022 18:46:23 +0000 (0:00:04.659) 0:04:11.755 ********* 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 05 August 2022 18:46:27 +0000 (0:00:04.082) 0:04:15.838 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 18:46:28 +0000 (0:00:00.800) 0:04:16.638 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 18:46:29 +0000 (0:00:00.814) 0:04:17.453 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 18:46:30 +0000 (0:00:00.962) 0:04:18.415 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 18:46:33 +0000 (0:00:02.570) 0:04:20.985 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 18:46:33 +0000 (0:00:00.801) 0:04:21.787 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 18:46:35 +0000 (0:00:01.559) 0:04:23.346 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 18:46:36 +0000 (0:00:01.410) 0:04:24.757 ********* 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 05 August 2022 18:46:40 +0000 (0:00:03.533) 0:04:28.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 18:46:42 +0000 (0:00:02.114) 0:04:30.404 ********* 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 05 August 2022 18:46:43 +0000 (0:00:01.474) 0:04:31.879 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 18:46:45 +0000 (0:00:01.112) 0:04:32.992 ********* 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 : Configure networking state] ***************** Friday 05 August 2022 18:46:48 +0000 (0:00:03.523) 0:04:36.515 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 18:46:49 +0000 (0:00:00.902) 0:04:37.418 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 18:46:50 +0000 (0:00:01.136) 0:04:38.555 ********* 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 : Show debug messages for the network_state] *** Friday 05 August 2022 18:46:52 +0000 (0:00:02.011) 0:04:40.566 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 18:46:53 +0000 (0:00:01.054) 0:04:41.621 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:46:56 +0000 (0:00:02.352) 0:04:43.974 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 18:46:58 +0000 (0:00:02.309) 0:04:46.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 18:46:59 +0000 (0:00:01.183) 0:04:47.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:47:00 +0000 (0:00:01.261) 0:04:48.728 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 18:47:02 +0000 (0:00:01.601) 0:04:50.330 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 18:47:04 +0000 (0:00:01.768) 0:04:52.098 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003633", "end": "2022-08-05 18:47:05.196985", "rc": 0, "start": "2022-08-05 18:47:05.193352" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 18:47:05 +0000 (0:00:01.565) 0:04:53.664 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 18:47:06 +0000 (0:00:01.053) 0:04:54.717 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 18:47:08 +0000 (0:00:01.329) 0:04:56.047 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 18:47:11 +0000 (0:00:03.127) 0:04:59.175 ********* 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 05 August 2022 18:47:13 +0000 (0:00:01.930) 0:05:01.106 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 18:47:14 +0000 (0:00:01.469) 0:05:02.575 ********* changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015976", "end": "2022-08-05 18:47:15.999472", "rc": 0, "start": "2022-08-05 18:47:15.983496" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 18:47:16 +0000 (0:00:01.818) 0:05:04.393 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 18:47:17 +0000 (0:00:01.353) 0:05:05.747 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 18:47:19 +0000 (0:00:01.509) 0:05:07.256 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 18:47:20 +0000 (0:00:01.221) 0:05:08.478 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=85 changed=11 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Friday 05 August 2022 18:47:23 +0000 (0:00:02.638) 0:05:11.116 ********* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ----------- 33.80s linux-system-roles.network : Check which packages are installed -------- 19.58s linux-system-roles.network : Check which services are running ---------- 10.73s Gathering Facts --------------------------------------------------------- 9.01s Get NetworkManager version ---------------------------------------------- 7.36s linux-system-roles.network : Ensure ansible_facts used by role are present --- 7.28s linux-system-roles.network : Configure networking connection profiles --- 7.12s Install NetworkManager -------------------------------------------------- 6.97s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 6.12s Create veth interface testnic1 ------------------------------------------ 5.20s Get stat for interface testnic1 ----------------------------------------- 5.19s linux-system-roles.network : Re-test connectivity ----------------------- 5.12s linux-system-roles.network : Enable and start wpa_supplicant ------------ 4.70s linux-system-roles.network : Check which services are running ----------- 4.66s linux-system-roles.network : Enable network service --------------------- 4.39s linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 4.13s linux-system-roles.network : Check which packages are installed --------- 4.08s linux-system-roles.network : Install packages --------------------------- 4.02s linux-system-roles.network : Ensure initscripts network file dependency is present --- 3.78s Install iproute --------------------------------------------------------- 3.65s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---