# 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 17:30:08 +0000 (0:00:00.087) 0:00:00.087 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:09 +0000 (0:00:01.532) 0:00:01.620 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 17:30:09 +0000 (0:00:00.157) 0:00:01.777 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:09 +0000 (0:00:00.097) 0:00:01.875 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:30:09 +0000 (0:00:00.106) 0:00:01.982 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.314542", "end": "2022-08-05 17:30:13.169737", "rc": 0, "start": "2022-08-05 17:30:10.855195" } STDOUT: Last metadata expiration check: 0:01:26 ago on Fri Aug 5 17:28:45 2022. epel-release-latest-8.noarch.rpm 776 kB/s | 24 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-16.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 34 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-16.el8.noarch 1/1 Running scriptlet: epel-release-8-16.el8.noarch 1/1 Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. Verifying : epel-release-8-16.el8.noarch 1/1 Installed: epel-release-8-16.el8.noarch Complete! TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:30:13 +0000 (0:00:03.223) 0:00:05.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:30:13 +0000 (0:00:00.061) 0:00:05.267 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.544400", "end": "2022-08-05 17:30:14.152176", "rc": 0, "start": "2022-08-05 17:30:13.607776" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:30:14 +0000 (0:00:00.925) 0:00:06.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 17:30:14 +0000 (0:00:00.043) 0:00:06.236 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Friday 05 August 2022 17:30:14 +0000 (0:00:00.081) 0:00:06.317 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Friday 05 August 2022 17:30:24 +0000 (0:00:10.128) 0:00:16.445 ********* changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.012907", "end": "2022-08-05 17:30:24.721312", "rc": 0, "start": "2022-08-05 17:30:24.708405" } STDOUT: 1.39.10 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:30:24 +0000 (0:00:00.332) 0:00:16.778 ********* ok: [sut] TASK [Show playbook name] ****************************************************** Friday 05 August 2022 17:30:25 +0000 (0:00:00.749) 0:00:17.528 ********* ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ Friday 05 August 2022 17:30:25 +0000 (0:00:00.057) 0:00:17.585 ********* ok: [sut] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:25 +0000 (0:00:00.083) 0:00:17.669 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:25 +0000 (0:00:00.056) 0:00:17.726 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 17:30:25 +0000 (0:00:00.055) 0:00:17.781 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003753", "end": "2022-08-05 17:30:26.014679", "rc": 0, "start": "2022-08-05 17:30:26.010926" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.257) 0:00:18.038 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 17:30:26 +0000 (0:00:00.056) 0:00:18.095 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.054) 0:00:18.150 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.062) 0:00:18.212 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 17:30:26 +0000 (0:00:00.043) 0:00:18.256 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.042) 0:00:18.299 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.057) 0:00:18.356 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 17:30:26 +0000 (0:00:00.083) 0:00:18.440 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003786", "end": "2022-08-05 17:30:26.678810", "rc": 0, "start": "2022-08-05 17:30:26.675024" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 17:30:26 +0000 (0:00:00.262) 0:00:18.702 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 17:30:26 +0000 (0:00:00.063) 0:00:18.766 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 17:30:26 +0000 (0:00:00.064) 0:00:18.831 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 17:30:28 +0000 (0:00:01.949) 0:00:20.781 ********* 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.049835", "end": "2022-08-05 17:30:29.071303", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-08-05 17:30:29.021468" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.008017", "end": "2022-08-05 17:30:29.342895", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-08-05 17:30:29.334878" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.007926", "end": "2022-08-05 17:30:29.621086", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-08-05 17:30:29.613160" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 17:30:29 +0000 (0:00:00.869) 0:00:21.651 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.079983", "end": "2022-08-05 17:30:29.977468", "rc": 0, "start": "2022-08-05 17:30:29.897485" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.351) 0:00:22.003 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.046) 0:00:22.049 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.047) 0:00:22.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 17:30:30 +0000 (0:00:00.046) 0:00:22.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 17:30:30 +0000 (0:00:00.042) 0:00:22.185 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.041) 0:00:22.227 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.058) 0:00:22.286 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.056) 0:00:22.342 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659720629.0684757, "block_size": 4096, "blocks": 0, "ctime": 1659720629.0684757, "dev": 20, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22037, "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": 1659720629.0684757, "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 17:30:30 +0000 (0:00:00.424) 0:00:22.766 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** Friday 05 August 2022 17:30:30 +0000 (0:00:00.058) 0:00:22.825 ********* 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 17:30:32 +0000 (0:00:01.952) 0:00:24.778 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:30:32 +0000 (0:00:00.056) 0:00:24.834 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/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 17:30:32 +0000 (0:00:00.093) 0:00:24.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 17:30:33 +0000 (0:00:00.540) 0:00:25.468 ********* 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 17:30:35 +0000 (0:00:02.098) 0:00:27.566 ********* 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 17:30:37 +0000 (0:00:02.170) 0:00:29.737 ********* 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 17:30:37 +0000 (0:00:00.198) 0:00:29.935 ********* 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 17:30:38 +0000 (0:00:00.293) 0:00:30.229 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:30:38 +0000 (0:00:00.176) 0:00:30.406 ********* 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 17:30:38 +0000 (0:00:00.287) 0:00:30.693 ********* 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 17:30:38 +0000 (0:00:00.236) 0:00:30.930 ********* 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 17:30:39 +0000 (0:00:00.174) 0:00:31.104 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:30:39 +0000 (0:00:00.234) 0:00:31.339 ********* 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 17:30:41 +0000 (0:00:01.703) 0:00:33.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:30:41 +0000 (0:00:00.216) 0:00:33.259 ********* 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 17:30:41 +0000 (0:00:00.172) 0:00:33.432 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:30:41 +0000 (0:00:00.359) 0:00:33.791 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:30:45 +0000 (0:00:03.789) 0:00:37.581 ********* 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 17:30:46 +0000 (0:00:00.957) 0:00:38.538 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:30:47 +0000 (0:00:00.962) 0:00:39.501 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:30:48 +0000 (0:00:00.727) 0:00:40.229 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:30:49 +0000 (0:00:00.923) 0:00:41.153 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 17:30:53 +0000 (0:00:03.980) 0:00:45.133 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.022270", "end": "2022-08-05 17:30:53.831999", "rc": 0, "start": "2022-08-05 17:30:53.809729" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 05 August 2022 17:30:54 +0000 (0:00:01.387) 0:00:46.520 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 17:30:56 +0000 (0:00:02.001) 0:00:48.522 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** Friday 05 August 2022 17:30:57 +0000 (0:00:00.856) 0:00:49.378 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can set rx.] ***************************************************** Friday 05 August 2022 17:30:58 +0000 (0:00:00.669) 0:00:50.048 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:31:00 +0000 (0:00:02.019) 0:00:52.067 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/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 17:31:02 +0000 (0:00:02.030) 0:00:54.098 ********* 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 17:31:05 +0000 (0:00:03.199) 0:00:57.297 ********* 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 17:31:09 +0000 (0:00:04.120) 0:01:01.417 ********* 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 17:31:13 +0000 (0:00:04.528) 0:01:05.946 ********* 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 17:31:15 +0000 (0:00:01.364) 0:01:07.310 ********* 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 17:31:16 +0000 (0:00:01.415) 0:01:08.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:31:18 +0000 (0:00:01.358) 0:01:10.084 ********* 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 17:31:21 +0000 (0:00:03.300) 0:01:13.385 ********* 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 17:31:23 +0000 (0:00:02.072) 0:01:15.457 ********* 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 17:31:25 +0000 (0:00:02.541) 0:01:17.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:31:28 +0000 (0:00:02.149) 0:01:20.148 ********* 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 17:31:32 +0000 (0:00:03.907) 0:01:24.055 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:31:33 +0000 (0:00:01.353) 0:01:25.409 ********* 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 17:31:35 +0000 (0:00:01.745) 0:01:27.155 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:31:37 +0000 (0:00:01.898) 0:01:29.053 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:31:43 +0000 (0:00:06.434) 0:01:35.488 ********* 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 17:31:46 +0000 (0:00:02.910) 0:01:38.398 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:31:50 +0000 (0:00:04.416) 0:01:42.815 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:31:53 +0000 (0:00:02.850) 0:01:45.665 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:31:55 +0000 (0:00:01.571) 0:01:47.236 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** Friday 05 August 2022 17:31:59 +0000 (0:00:04.593) 0:01:51.830 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021851", "end": "2022-08-05 17:32:04.735621", "rc": 0, "start": "2022-08-05 17:32:04.713770" } STDOUT: 128 TASK [Assert ethtool.ring-rx option set in profile] **************************** Friday 05 August 2022 17:32:06 +0000 (0:00:06.574) 0:01:58.404 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** Friday 05 August 2022 17:32:08 +0000 (0:00:01.789) 0:02:00.194 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-jumbo", "c", "show", "testnic1" ], "delta": "0:00:00.022117", "end": "2022-08-05 17:32:10.371125", "rc": 0, "start": "2022-08-05 17:32:10.349008" } STDOUT: 128 TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** Friday 05 August 2022 17:32:12 +0000 (0:00:04.787) 0:02:04.981 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-mini options] ****************************** Friday 05 August 2022 17:32:16 +0000 (0:00:03.199) 0:02:08.181 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-mini", "c", "show", "testnic1" ], "delta": "0:00:00.021908", "end": "2022-08-05 17:32:19.239976", "rc": 0, "start": "2022-08-05 17:32:19.218068" } STDOUT: 128 TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** Friday 05 August 2022 17:32:20 +0000 (0:00:04.614) 0:02:12.795 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-tx options] *********************************** Friday 05 August 2022 17:32:22 +0000 (0:00:02.191) 0:02:14.987 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-tx", "c", "show", "testnic1" ], "delta": "0:00:00.021786", "end": "2022-08-05 17:32:24.760547", "rc": 0, "start": "2022-08-05 17:32:24.738761" } STDOUT: 128 TASK [Assert ethtool.ring-tx option set in profile] **************************** Friday 05 August 2022 17:32:26 +0000 (0:00:03.096) 0:02:18.083 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring options] ************************************** Friday 05 August 2022 17:32:27 +0000 (0:00:01.555) 0:02:19.639 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring option set in profile] ******************************* Friday 05 August 2022 17:32:29 +0000 (0:00:01.967) 0:02:21.606 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can clear ring options] ****************************************** Friday 05 August 2022 17:32:31 +0000 (0:00:01.611) 0:02:23.217 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:32:33 +0000 (0:00:02.440) 0:02:25.658 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/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 17:32:37 +0000 (0:00:03.687) 0:02:29.345 ********* 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 17:32:43 +0000 (0:00:06.059) 0:02:35.405 ********* 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 17:32:49 +0000 (0:00:05.690) 0:02:41.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 : Print network provider] ********************* Friday 05 August 2022 17:32:56 +0000 (0:00:07.559) 0:02:48.655 ********* 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 17:32:57 +0000 (0:00:00.997) 0:02:49.652 ********* 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 17:32:59 +0000 (0:00:02.335) 0:02:51.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:33:02 +0000 (0:00:02.686) 0:02:54.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 17:33:07 +0000 (0:00:04.506) 0:02:59.181 ********* 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 17:33:09 +0000 (0:00:02.289) 0:03:01.470 ********* 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 17:33:10 +0000 (0:00:01.439) 0:03:02.910 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:33:13 +0000 (0:00:02.192) 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 : Enable and start wpa_supplicant] ************ Friday 05 August 2022 17:33:20 +0000 (0:00:07.066) 0:03:12.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:33:21 +0000 (0:00:01.788) 0:03:13.959 ********* 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 17:33:23 +0000 (0:00:01.475) 0:03:15.434 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:33:25 +0000 (0:00:02.350) 0:03:17.784 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:33:32 +0000 (0:00:06.258) 0:03:24.043 ********* 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 17:33:33 +0000 (0:00:01.867) 0:03:25.910 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:33:36 +0000 (0:00:02.185) 0:03:28.095 ********* 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, eeed2130-772d-47d7-a3fd-467d7e0aba33\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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, eeed2130-772d-47d7-a3fd-467d7e0aba33", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, eeed2130-772d-47d7-a3fd-467d7e0aba33 (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 17:33:38 +0000 (0:00:02.831) 0:03:30.927 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:33:40 +0000 (0:00:01.611) 0:03:32.539 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 17:33:45 +0000 (0:00:04.819) 0:03:37.358 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021927", "end": "2022-08-05 17:33:47.340358", "rc": 0, "start": "2022-08-05 17:33:47.318431" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 05 August 2022 17:33:48 +0000 (0:00:03.253) 0:03:40.612 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Friday 05 August 2022 17:33:51 +0000 (0:00:02.595) 0:03:43.207 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** Friday 05 August 2022 17:33:52 +0000 (0:00:01.451) 0:03:44.659 ********* 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 17:33:55 +0000 (0:00:03.308) 0:03:47.968 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/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 17:33:58 +0000 (0:00:02.667) 0:03:50.636 ********* 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 17:34:03 +0000 (0:00:04.911) 0:03:55.547 ********* 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 17:34:08 +0000 (0:00:04.591) 0:04:00.139 ********* 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 17:34:13 +0000 (0:00:05.061) 0:04:05.200 ********* 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 17:34:14 +0000 (0:00:01.075) 0:04:06.276 ********* 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 17:34:15 +0000 (0:00:01.580) 0:04:07.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:34:17 +0000 (0:00:02.027) 0:04:09.884 ********* 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 17:34:19 +0000 (0:00:01.821) 0:04:11.706 ********* 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 17:34:20 +0000 (0:00:01.075) 0:04:12.781 ********* 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 17:34:21 +0000 (0:00:00.523) 0:04:13.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:34:22 +0000 (0:00:01.559) 0:04:14.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 : Enable and start wpa_supplicant] ************ Friday 05 August 2022 17:34:26 +0000 (0:00:03.166) 0:04:18.030 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:34:28 +0000 (0:00:02.138) 0:04:20.169 ********* 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 17:34:29 +0000 (0:00:01.280) 0:04:21.450 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:34:30 +0000 (0:00:01.212) 0:04:22.662 ********* 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 17:34:33 +0000 (0:00:03.022) 0:04:25.685 ********* 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 17:34:35 +0000 (0:00:01.525) 0:04:27.210 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:34:36 +0000 (0:00:01.224) 0:04:28.435 ********* 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 17:34:37 +0000 (0:00:01.483) 0:04:29.918 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:34:38 +0000 (0:00:01.056) 0:04:30.975 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:34:41 +0000 (0:00:02.722) 0:04:33.697 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 17:34:43 +0000 (0:00:01.907) 0:04:35.605 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 17:34:44 +0000 (0:00:00.748) 0:04:36.354 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:34:45 +0000 (0:00:01.625) 0:04:37.980 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:34:47 +0000 (0:00:01.543) 0:04:39.523 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 17:34:49 +0000 (0:00:01.782) 0:04:41.306 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003697", "end": "2022-08-05 17:34:50.629788", "rc": 0, "start": "2022-08-05 17:34:50.626091" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 17:34:51 +0000 (0:00:02.067) 0:04:43.373 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 17:34:53 +0000 (0:00:02.408) 0:04:45.781 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 17:34:55 +0000 (0:00:01.704) 0:04:47.485 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 17:34:59 +0000 (0:00:04.160) 0:04:51.646 ********* 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 17:35:02 +0000 (0:00:02.422) 0:04:54.068 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 17:35:03 +0000 (0:00:01.309) 0:04:55.377 ********* changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011704", "end": "2022-08-05 17:35:04.875713", "rc": 0, "start": "2022-08-05 17:35:04.864009" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 17:35:05 +0000 (0:00:01.900) 0:04:57.278 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 17:35:07 +0000 (0:00:01.846) 0:04:59.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 17:35:07 +0000 (0:00:00.160) 0:04:59.284 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 17:35:07 +0000 (0:00:00.164) 0:04:59.449 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=93 changed=16 unreachable=0 failed=0 skipped=68 rescued=0 ignored=0 Friday 05 August 2022 17:35:07 +0000 (0:00:00.235) 0:04:59.684 ********* =============================================================================== Install NetworkManager ------------------------------------------------- 10.13s linux-system-roles.network : Configure networking connection profiles -- 10.05s linux-system-roles.network : Re-test connectivity ----------------------- 8.82s linux-system-roles.network : Enable and start NetworkManager ------------ 8.77s linux-system-roles.network : Check which packages are installed --------- 7.56s linux-system-roles.network : Configure networking connection profiles --- 6.59s Get profile's ethtool.ring-rx options ----------------------------------- 6.57s linux-system-roles.network : Ensure ansible_facts used by role are present --- 6.06s linux-system-roles.network : Check which services are running ----------- 5.69s linux-system-roles.network : Check which packages are installed --------- 5.06s linux-system-roles.network : Ensure ansible_facts used by role are present --- 4.91s linux-system-roles.network : Install packages --------------------------- 4.79s Get profile's ethtool.ring-rx-jumbo options ----------------------------- 4.79s Get profile's ethtool.ring-rx-mini options ------------------------------ 4.61s linux-system-roles.network : Re-test connectivity ----------------------- 4.59s linux-system-roles.network : Check which services are running ----------- 4.59s linux-system-roles.network : Check which packages are installed --------- 4.53s linux-system-roles.network : Show stderr messages for the network_connections --- 4.42s Install iproute --------------------------------------------------------- 4.16s linux-system-roles.network : Check which services are running ----------- 4.12s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---