# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 05 March 2024 21:14:38 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.757) 0:00:00.769 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.285) 0:00:01.055 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.024) 0:00:01.079 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.013) 0:00:01.093 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.031) 0:00:01.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.046) 0:00:01.171 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.033) 0:00:01.204 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.042) 0:00:01.246 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-03-05 21:14:39.972334", "rc": 0, "start": "2024-03-05 21:14:39.968747" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:39 +0000 (0:00:00.350) 0:00:01.597 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.032) 0:00:01.629 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.017) 0:00:01.647 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:28 Tuesday 05 March 2024 21:14:43 +0000 (0:00:03.218) 0:00:04.866 ********* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.014586", "end": "2024-03-05 21:14:43.471804", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-05 21:14:43.457218" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004327", "end": "2024-03-05 21:14:43.711911", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-05 21:14:43.707584" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004645", "end": "2024-03-05 21:14:43.915345", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-05 21:14:43.910700" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:37 Tuesday 05 March 2024 21:14:43 +0000 (0:00:00.667) 0:00:05.534 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024950", "end": "2024-03-05 21:14:44.147955", "rc": 0, "start": "2024-03-05 21:14:44.123005" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:45 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.233) 0:00:05.768 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:52 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.010) 0:00:05.779 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:58 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.008) 0:00:05.788 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.008) 0:00:05.797 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:71 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.008) 0:00:05.806 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.008) 0:00:05.814 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.011) 0:00:05.825 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.011) 0:00:05.836 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673283.4613402, "block_size": 4096, "blocks": 0, "ctime": 1709673283.4613402, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29396, "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": 1709673283.4613402, "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 the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.209) 0:00:06.046 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.010) 0:00:06.057 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.077) 0:00:06.134 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.015) 0:00:06.150 ********* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.012) 0:00:06.162 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.008) 0:00:06.171 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:14:44 +0000 (0:00:00.009) 0:00:06.180 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:14:46 +0000 (0:00:01.801) 0:00:07.982 ********* 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] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:14:48 +0000 (0:00:01.758) 0:00:09.740 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.038) 0:00:09.779 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.024) 0:00:09.803 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.036) 0:00:09.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.026) 0:00:09.866 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.020) 0:00:09.887 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.029) 0:00:09.917 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.051) 0:00:09.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.019) 0:00:09.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.020) 0:00:10.009 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.033) 0:00:10.042 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:14:48 +0000 (0:00:00.554) 0:00:10.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.040) 0:00:10.638 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.037) 0:00:10.676 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.054) 0:00:10.730 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "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, da6e8758-38a5-48a4-9ac4-ce4879d78ccf [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.559) 0:00:11.289 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.021) 0:00:11.311 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.022) 0:00:11.333 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "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, da6e8758-38a5-48a4-9ac4-ce4879d78ccf\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.032) 0:00:11.365 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.021) 0:00:11.387 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.259) 0:00:11.646 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.072) 0:00:11.719 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.051) 0:00:11.770 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.047) 0:00:11.817 ********* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.031) 0:00:11.849 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.020) 0:00:11.869 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.043) 0:00:11.912 ********* 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] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:14:51 +0000 (0:00:01.668) 0:00:13.581 ********* 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] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:14:53 +0000 (0:00:01.449) 0:00:15.030 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.033) 0:00:15.064 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.043) 0:00:15.108 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.029) 0:00:15.137 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.034) 0:00:15.172 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.027) 0:00:15.199 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.030) 0:00:15.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.066) 0:00:15.296 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.040) 0:00:15.336 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.035) 0:00:15.371 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.041) 0:00:15.413 ********* 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] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.430) 0:00:15.843 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.031) 0:00:15.875 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.027) 0:00:15.903 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.027) 0:00:15.931 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.432) 0:00:16.363 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.046) 0:00:16.410 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.028) 0:00:16.438 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.022) 0:00:16.461 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.024) 0:00:16.485 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.217) 0:00:16.703 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.022) 0:00:16.725 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.032) 0:00:16.757 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.035) 0:00:16.793 ********* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.039) 0:00:16.832 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.036) 0:00:16.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:14:55 +0000 (0:00:00.023) 0:00:16.892 ********* 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] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:14:57 +0000 (0:00:01.714) 0:00:18.607 ********* 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] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:14:58 +0000 (0:00:01.466) 0:00:20.073 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.029) 0:00:20.103 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.019) 0:00:20.123 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.020) 0:00:20.144 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.035) 0:00:20.179 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.044) 0:00:20.223 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.077) 0:00:20.300 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.048) 0:00:20.348 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.020) 0:00:20.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.019) 0:00:20.389 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.023) 0:00:20.412 ********* 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] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.385) 0:00:20.797 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.030) 0:00:20.828 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.026) 0:00:20.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.028) 0:00:20.882 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "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, da6e8758-38a5-48a4-9ac4-ce4879d78ccf [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.393) 0:00:21.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.021) 0:00:21.297 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.031) 0:00:21.329 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "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, da6e8758-38a5-48a4-9ac4-ce4879d78ccf\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.024) 0:00:21.353 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.021) 0:00:21.374 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 05 March 2024 21:14:59 +0000 (0:00:00.218) 0:00:21.592 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.032) 0:00:21.625 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.039) 0:00:21.664 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.076) 0:00:21.741 ********* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.044) 0:00:21.785 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.060) 0:00:21.846 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.054) 0:00:21.900 ********* 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] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:15:02 +0000 (0:00:01.701) 0:00:23.601 ********* 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] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:15:03 +0000 (0:00:01.482) 0:00:25.084 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.034) 0:00:25.119 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.025) 0:00:25.144 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.031) 0:00:25.175 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.042) 0:00:25.217 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.025) 0:00:25.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.042) 0:00:25.285 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.054) 0:00:25.340 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.024) 0:00:25.364 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.035) 0:00:25.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.051) 0:00:25.451 ********* 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] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.418) 0:00:25.869 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.031) 0:00:25.901 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.027) 0:00:25.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.029) 0:00:25.957 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.393) 0:00:26.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.025) 0:00:26.376 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.021) 0:00:26.398 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da6e8758-38a5-48a4-9ac4-ce4879d78ccf skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.020) 0:00:26.419 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.019) 0:00:26.439 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.215) 0:00:26.655 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.032) 0:00:26.687 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.042) 0:00:26.729 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.065) 0:00:26.795 ********* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.025) 0:00:26.821 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.019) 0:00:26.840 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:15:05 +0000 (0:00:00.019) 0:00:26.860 ********* 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] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:15:06 +0000 (0:00:01.681) 0:00:28.541 ********* 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] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:15:08 +0000 (0:00:01.433) 0:00:29.975 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.027) 0:00:30.002 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.021) 0:00:30.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.019) 0:00:30.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.025) 0:00:30.069 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.020) 0:00:30.090 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.026) 0:00:30.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.051) 0:00:30.167 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.023) 0:00:30.191 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.028) 0:00:30.220 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:15:08 +0000 (0:00:00.030) 0:00:30.251 ********* 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] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.445) 0:00:30.696 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.032) 0:00:30.728 ********* 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] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.026) 0:00:30.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.026) 0:00:30.781 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.454) 0:00:31.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.031) 0:00:31.267 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.031) 0:00:31.299 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.024) 0:00:31.323 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.019) 0:00:31.343 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.209) 0:00:31.553 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:15:09 +0000 (0:00:00.036) 0:00:31.589 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.021) 0:00:31.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.019) 0:00:31.630 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.057) 0:00:31.688 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.031) 0:00:31.719 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003931", "end": "2024-03-05 21:15:10.311449", "rc": 0, "start": "2024-03-05 21:15:10.307518" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.220) 0:00:31.940 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.022) 0:00:31.962 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:15:10 +0000 (0:00:00.020) 0:00:31.982 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:28 Tuesday 05 March 2024 21:15:13 +0000 (0:00:02.825) 0:00:34.808 ********* 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] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:37 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.076) 0:00:34.884 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:45 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.038) 0:00:34.923 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016738", "end": "2024-03-05 21:15:13.558086", "rc": 0, "start": "2024-03-05 21:15:13.541348" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:52 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.273) 0:00:35.197 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:58 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.022) 0:00:35.219 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.024) 0:00:35.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:71 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.022) 0:00:35.266 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Tuesday 05 March 2024 21:15:13 +0000 (0:00:00.008) 0:00:35.274 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.22s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.83s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.80s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.79s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Configure networking connection profiles --- 1.78s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Check which packages are installed --------- 1.76s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.70s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.68s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.67s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.45s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.43s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.91s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.45s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Enable and start NetworkManager ------------ 0.45s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Gather current interface info ------------------------------------------- 0.35s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---