# 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 05 August 2022 19:22:06 +0000 (0:00:00.413) 0:00:00.550 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:22:18 +0000 (0:00:11.675) 0:00:12.226 ********* 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 19:22:19 +0000 (0:00:01.146) 0:00:13.372 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:22:20 +0000 (0:00:01.265) 0:00:14.638 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** Friday 05 August 2022 19:22:22 +0000 (0:00:01.474) 0:00:16.112 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 19:22:22 +0000 (0:00:00.661) 0:00:16.774 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 19:22:23 +0000 (0:00:00.527) 0:00:17.301 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 19:22:24 +0000 (0:00:00.902) 0:00:18.204 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 19:22:24 +0000 (0:00:00.633) 0:00:18.837 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Friday 05 August 2022 19:22:25 +0000 (0:00:00.801) 0:00:19.639 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Friday 05 August 2022 19:22:34 +0000 (0:00:08.567) 0:00:28.206 ********* changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.011748", "end": "2022-08-05 19:22:39.483552", "rc": 0, "start": "2022-08-05 19:22:39.471804" } STDOUT: 1.39.10 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 19:22:40 +0000 (0:00:06.363) 0:00:34.570 ********* ok: [sut] TASK [Show playbook name] ****************************************************** Friday 05 August 2022 19:22:45 +0000 (0:00:05.143) 0:00:39.714 ********* ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ Friday 05 August 2022 19:22:48 +0000 (0:00:02.589) 0:00:42.303 ********* ok: [sut] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:22:49 +0000 (0:00:00.943) 0:00:43.247 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:22:50 +0000 (0:00:01.014) 0:00:44.262 ********* 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 19:22:51 +0000 (0:00:01.061) 0:00:45.323 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003757", "end": "2022-08-05 19:22:53.486133", "rc": 0, "start": "2022-08-05 19:22:53.482376" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 19:22:53 +0000 (0:00:02.379) 0:00:47.702 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 19:22:55 +0000 (0:00:01.854) 0:00:49.557 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:22:58 +0000 (0:00:02.876) 0:00:52.433 ********* 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 19:22:59 +0000 (0:00:01.492) 0:00:53.925 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 19:23:01 +0000 (0:00:01.116) 0:00:55.041 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:23:02 +0000 (0:00:01.472) 0:00:56.513 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:23:04 +0000 (0:00:01.701) 0:00:58.215 ********* 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 19:23:05 +0000 (0:00:01.378) 0:00:59.594 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003806", "end": "2022-08-05 19:23:07.364073", "rc": 0, "start": "2022-08-05 19:23:07.360267" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 19:23:07 +0000 (0:00:02.083) 0:01:01.677 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 19:23:09 +0000 (0:00:01.423) 0:01:03.101 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 19:23:10 +0000 (0:00:01.490) 0:01:04.591 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 19:23:13 +0000 (0:00:03.090) 0:01:07.681 ********* 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.070501", "end": "2022-08-05 19:23:15.203386", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-08-05 19:23:15.132885" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004102", "end": "2022-08-05 19:23:16.221421", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-08-05 19:23:16.217319" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.008241", "end": "2022-08-05 19:23:18.468880", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-08-05 19:23:18.460639" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 19:23:19 +0000 (0:00:05.331) 0:01:13.013 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.192934", "end": "2022-08-05 19:23:21.250485", "rc": 0, "start": "2022-08-05 19:23:21.057551" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 19:23:21 +0000 (0:00:02.588) 0:01:15.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 19:23:22 +0000 (0:00:00.980) 0:01:16.581 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 19:23:23 +0000 (0:00:00.970) 0:01:17.552 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 19:23:24 +0000 (0:00:00.941) 0:01:18.493 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 19:23:25 +0000 (0:00:00.871) 0:01:19.365 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:23:26 +0000 (0:00:00.780) 0:01:20.145 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:23:27 +0000 (0:00:01.696) 0:01:21.841 ********* 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 19:23:29 +0000 (0:00:01.393) 0:01:23.235 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659727395.197095, "block_size": 4096, "blocks": 0, "ctime": 1659727395.197095, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22436, "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": 1659727395.197095, "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 19:23:33 +0000 (0:00:03.989) 0:01:27.225 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** Friday 05 August 2022 19:23:34 +0000 (0:00:00.792) 0:01:28.017 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any ring option.] ******************* Friday 05 August 2022 19:23:37 +0000 (0:00:03.082) 0:01:31.100 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 19:23:38 +0000 (0:00:01.182) 0:01:32.282 ********* 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 19:23:39 +0000 (0:00:01.421) 0:01:33.704 ********* 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 19:23:42 +0000 (0:00:03.147) 0:01:36.851 ********* 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 19:23:49 +0000 (0:00:06.216) 0:01:43.068 ********* 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 19:23:56 +0000 (0:00:07.714) 0:01:50.782 ********* 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 19:23:57 +0000 (0:00:00.911) 0:01:51.694 ********* 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 19:23:58 +0000 (0:00:00.953) 0:01:52.648 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 19:23:59 +0000 (0:00:01.264) 0:01:53.913 ********* 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 19:24:01 +0000 (0:00:01.277) 0:01:55.190 ********* 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 19:24:02 +0000 (0:00:01.673) 0:01:56.864 ********* 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 19:24:04 +0000 (0:00:01.214) 0:01:58.079 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 19:24:05 +0000 (0:00:01.615) 0:01:59.695 ********* 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 19:24:15 +0000 (0:00:10.058) 0:02:09.753 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 19:24:17 +0000 (0:00:01.629) 0:02:11.383 ********* 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 19:24:18 +0000 (0:00:01.274) 0:02:12.657 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 19:24:20 +0000 (0:00:01.406) 0:02:14.064 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 19:24:26 +0000 (0:00:06.126) 0:02:20.191 ********* 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 19:24:27 +0000 (0:00:01.443) 0:02:21.634 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 19:24:29 +0000 (0:00:01.975) 0:02:23.610 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 19:24:32 +0000 (0:00:02.917) 0:02:26.527 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 19:24:34 +0000 (0:00:01.744) 0:02:28.272 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 19:24:38 +0000 (0:00:04.036) 0:02:32.308 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.020065", "end": "2022-08-05 19:24:39.966214", "rc": 0, "start": "2022-08-05 19:24:39.946149" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 05 August 2022 19:24:40 +0000 (0:00:02.265) 0:02:34.573 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 19:24:43 +0000 (0:00:02.392) 0:02:36.966 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 05 August 2022 19:24:44 +0000 (0:00:01.532) 0:02:38.499 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can set rx.] ***************************************************** Friday 05 August 2022 19:24:45 +0000 (0:00:01.406) 0:02:39.905 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 19:24:47 +0000 (0:00:01.466) 0:02:41.371 ********* 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 19:24:49 +0000 (0:00:02.181) 0:02:43.553 ********* 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 19:24:53 +0000 (0:00:03.516) 0:02:47.069 ********* 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 19:25:00 +0000 (0:00:07.201) 0:02:54.271 ********* 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 19:25:03 +0000 (0:00:03.267) 0:02:57.539 ********* 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 19:25:06 +0000 (0:00:02.808) 0:03:00.348 ********* 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 19:25:07 +0000 (0:00:01.064) 0:03:01.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 19:25:07 +0000 (0:00:00.262) 0:03:01.674 ********* 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 19:25:08 +0000 (0:00:00.456) 0:03:02.131 ********* 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 19:25:08 +0000 (0:00:00.285) 0:03:02.417 ********* 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 19:25:08 +0000 (0:00:00.199) 0:03:02.616 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 19:25:08 +0000 (0:00:00.221) 0:03:02.838 ********* 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 19:25:09 +0000 (0:00:00.774) 0:03:03.613 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 19:25:09 +0000 (0:00:00.265) 0:03:03.878 ********* 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 19:25:10 +0000 (0:00:00.197) 0:03:04.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 19:25:10 +0000 (0:00:00.261) 0:03:04.338 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:11 +0000 (0:00:01.516) 0:03:05.854 ********* 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 19:25:12 +0000 (0:00:00.260) 0:03:06.115 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:12 +0000 (0:00:00.213) 0:03:06.329 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:12 +0000 (0:00:00.166) 0:03:06.495 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 19:25:12 +0000 (0:00:00.147) 0:03:06.643 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** Friday 05 August 2022 19:25:13 +0000 (0:00:00.500) 0:03:07.144 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.020504", "end": "2022-08-05 19:25:13.680586", "rc": 0, "start": "2022-08-05 19:25:13.660082" } STDOUT: 128 TASK [Assert ethtool.ring-rx option set in profile] **************************** Friday 05 August 2022 19:25:13 +0000 (0:00:00.657) 0:03:07.801 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** Friday 05 August 2022 19:25:14 +0000 (0:00:00.234) 0:03:08.036 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-jumbo", "c", "show", "testnic1" ], "delta": "0:00:00.019936", "end": "2022-08-05 19:25:14.501668", "rc": 0, "start": "2022-08-05 19:25:14.481732" } STDOUT: 128 TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** Friday 05 August 2022 19:25:14 +0000 (0:00:00.492) 0:03:08.529 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-mini options] ****************************** Friday 05 August 2022 19:25:14 +0000 (0:00:00.213) 0:03:08.743 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-mini", "c", "show", "testnic1" ], "delta": "0:00:00.019972", "end": "2022-08-05 19:25:15.207020", "rc": 0, "start": "2022-08-05 19:25:15.187048" } STDOUT: 128 TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** Friday 05 August 2022 19:25:15 +0000 (0:00:00.522) 0:03:09.265 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-tx options] *********************************** Friday 05 August 2022 19:25:15 +0000 (0:00:00.256) 0:03:09.521 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-tx", "c", "show", "testnic1" ], "delta": "0:00:00.019817", "end": "2022-08-05 19:25:16.042850", "rc": 0, "start": "2022-08-05 19:25:16.023033" } STDOUT: 128 TASK [Assert ethtool.ring-tx option set in profile] **************************** Friday 05 August 2022 19:25:16 +0000 (0:00:00.568) 0:03:10.090 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring options] ************************************** Friday 05 August 2022 19:25:16 +0000 (0:00:00.505) 0:03:10.595 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring option set in profile] ******************************* Friday 05 August 2022 19:25:16 +0000 (0:00:00.170) 0:03:10.766 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can clear ring options] ****************************************** Friday 05 August 2022 19:25:17 +0000 (0:00:00.186) 0:03:10.952 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 19:25:17 +0000 (0:00:00.227) 0:03:11.179 ********* 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 19:25:17 +0000 (0:00:00.258) 0:03:11.438 ********* 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 19:25:18 +0000 (0:00:01.076) 0:03:12.514 ********* 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 19:25:20 +0000 (0:00:01.993) 0:03:14.508 ********* 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 19:25:21 +0000 (0:00:01.110) 0:03:15.619 ********* 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 19:25:21 +0000 (0:00:00.228) 0:03:15.847 ********* 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 19:25:22 +0000 (0:00:00.268) 0:03:16.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 19:25:22 +0000 (0:00:00.172) 0:03:16.288 ********* 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 19:25:22 +0000 (0:00:00.149) 0:03:16.438 ********* 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 19:25:22 +0000 (0:00:00.129) 0:03:16.568 ********* 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 19:25:22 +0000 (0:00:00.089) 0:03:16.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 19:25:22 +0000 (0:00:00.136) 0:03:16.795 ********* 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 19:25:23 +0000 (0:00:00.609) 0:03:17.404 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 19:25:23 +0000 (0:00:00.157) 0:03:17.562 ********* 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 19:25:23 +0000 (0:00:00.085) 0:03:17.648 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 19:25:23 +0000 (0:00:00.084) 0:03:17.733 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:24 +0000 (0:00:00.699) 0:03:18.432 ********* 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 19:25:24 +0000 (0:00:00.119) 0:03:18.551 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:24 +0000 (0:00:00.117) 0:03:18.669 ********* 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, d17e0633-3956-46d6-9eeb-2d18742920a8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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, d17e0633-3956-46d6-9eeb-2d18742920a8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d17e0633-3956-46d6-9eeb-2d18742920a8 (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 19:25:24 +0000 (0:00:00.110) 0:03:18.780 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 19:25:24 +0000 (0:00:00.084) 0:03:18.865 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 19:25:25 +0000 (0:00:00.537) 0:03:19.402 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.019943", "end": "2022-08-05 19:25:25.762196", "rc": 0, "start": "2022-08-05 19:25:25.742253" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 05 August 2022 19:25:25 +0000 (0:00:00.412) 0:03:19.814 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 19:25:26 +0000 (0:00:00.129) 0:03:19.944 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 05 August 2022 19:25:26 +0000 (0:00:00.075) 0:03:20.019 ********* 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 19:25:26 +0000 (0:00:00.087) 0:03:20.107 ********* 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 19:25:26 +0000 (0:00:00.145) 0:03:20.252 ********* 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 19:25:26 +0000 (0:00:00.611) 0:03:20.864 ********* 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 19:25:28 +0000 (0:00:01.899) 0:03:22.763 ********* 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 19:25:29 +0000 (0:00:01.168) 0:03:23.932 ********* 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 19:25:30 +0000 (0:00:00.116) 0:03:24.048 ********* 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 19:25:30 +0000 (0:00:00.187) 0:03:24.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 19:25:30 +0000 (0:00:00.080) 0:03:24.316 ********* 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 19:25:30 +0000 (0:00:00.184) 0:03:24.501 ********* 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 19:25:30 +0000 (0:00:00.099) 0:03:24.601 ********* 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 19:25:30 +0000 (0:00:00.078) 0:03:24.679 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 19:25:30 +0000 (0:00:00.147) 0:03:24.827 ********* 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 19:25:31 +0000 (0:00:00.633) 0:03:25.461 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 19:25:31 +0000 (0:00:00.108) 0:03:25.569 ********* 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 19:25:31 +0000 (0:00:00.081) 0:03:25.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 19:25:31 +0000 (0:00:00.113) 0:03:25.764 ********* 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 19:25:32 +0000 (0:00:00.640) 0:03:26.404 ********* 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 19:25:32 +0000 (0:00:00.113) 0:03:26.518 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 19:25:32 +0000 (0:00:00.258) 0:03:26.776 ********* 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 19:25:32 +0000 (0:00:00.153) 0:03:26.930 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 19:25:33 +0000 (0:00:00.104) 0:03:27.034 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:25:33 +0000 (0:00:00.428) 0:03:27.463 ********* 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 19:25:33 +0000 (0:00:00.138) 0:03:27.602 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 19:25:33 +0000 (0:00:00.090) 0:03:27.692 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:25:33 +0000 (0:00:00.098) 0:03:27.790 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 19:25:33 +0000 (0:00:00.146) 0:03:27.936 ********* 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 19:25:34 +0000 (0:00:00.125) 0:03:28.062 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004981", "end": "2022-08-05 19:25:35.411964", "rc": 0, "start": "2022-08-05 19:25:34.406983" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 19:25:35 +0000 (0:00:01.418) 0:03:29.481 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 19:25:35 +0000 (0:00:00.125) 0:03:29.607 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 19:25:35 +0000 (0:00:00.115) 0:03:29.722 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 19:25:36 +0000 (0:00:01.158) 0:03:30.881 ********* 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 19:25:37 +0000 (0:00:00.130) 0:03:31.011 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 19:25:37 +0000 (0:00:00.121) 0:03:31.133 ********* changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016233", "end": "2022-08-05 19:25:37.477324", "rc": 0, "start": "2022-08-05 19:25:37.461091" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 19:25:37 +0000 (0:00:00.400) 0:03:31.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 19:25:37 +0000 (0:00:00.144) 0:03:31.678 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 19:25:37 +0000 (0:00:00.246) 0:03:31.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 19:25:38 +0000 (0:00:00.296) 0:03:32.234 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=91 changed=14 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Friday 05 August 2022 19:25:38 +0000 (0:00:00.211) 0:03:32.446 ********* =============================================================================== Gathering Facts -------------------------------------------------------- 11.68s linux-system-roles.network : Enable and start NetworkManager ----------- 10.67s Install NetworkManager -------------------------------------------------- 8.57s linux-system-roles.network : Check which packages are installed --------- 7.71s linux-system-roles.network : Check which services are running ----------- 7.20s linux-system-roles.network : Configure networking connection profiles --- 6.81s Get NetworkManager version ---------------------------------------------- 6.36s linux-system-roles.network : Check which services are running ----------- 6.22s Create veth interface testnic1 ------------------------------------------ 5.33s Gathering Facts --------------------------------------------------------- 5.14s linux-system-roles.network : Re-test connectivity ----------------------- 4.62s Get stat for interface testnic1 ----------------------------------------- 3.99s linux-system-roles.network : Ensure ansible_facts used by role are present --- 3.52s linux-system-roles.network : Check which packages are installed --------- 3.27s linux-system-roles.network : Ensure ansible_facts used by role are present --- 3.15s Install iproute --------------------------------------------------------- 3.09s Install ethtool (test dependency) --------------------------------------- 3.08s linux-system-roles.network : Show debug messages for the network_connections --- 3.03s Show current_interfaces ------------------------------------------------- 2.88s linux-system-roles.network : Print network provider --------------------- 2.81s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---