# 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_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:4 Thursday 29 February 2024 00:06:27 +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_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:13 Thursday 29 February 2024 00:06:28 +0000 (0:00:01.008) 0:00:01.021 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:18 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.308) 0:00:01.330 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:21 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.019) 0:00:01.349 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.012) 0:00:01.362 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.017) 0:00:01.379 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.016) 0:00:01.396 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.011) 0:00:01.407 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:06:29 +0000 (0:00:00.010) 0:00:01.417 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005009", "end": "2024-02-29 00:06:30.478238", "rc": 0, "start": "2024-02-29 00:06:29.473229" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:06:30 +0000 (0:00:01.264) 0:00:02.682 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:06:30 +0000 (0:00:00.024) 0:00:02.707 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:06:30 +0000 (0:00:00.020) 0:00:02.727 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:06:33 +0000 (0:00:02.533) 0:00:05.260 ***** 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.007222", "end": "2024-02-29 00:06:33.281622", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-29 00:06:33.274400" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003990", "end": "2024-02-29 00:06:33.530571", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-29 00:06:33.526581" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003984", "end": "2024-02-29 00:06:33.727851", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-29 00:06:33.723867" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:06:33 +0000 (0:00:00.671) 0:00:05.932 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.022150", "end": "2024-02-29 00:06:33.948050", "rc": 0, "start": "2024-02-29 00:06:33.925900" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:06:33 +0000 (0:00:00.220) 0:00:06.153 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:06:33 +0000 (0:00:00.010) 0:00:06.164 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:06:33 +0000 (0:00:00.011) 0:00:06.175 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.011) 0:00:06.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.010) 0:00:06.197 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:25 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.009) 0:00:06.207 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.012) 0:00:06.219 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.012) 0:00:06.232 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165193.2784138, "block_size": 4096, "blocks": 0, "ctime": 1709165193.2784138, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31917, "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": 1709165193.2784138, "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_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.197) 0:00:06.429 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:39 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.012) 0:00:06.442 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.077) 0:00:06.520 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.017) 0:00:06.537 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.011) 0:00:06.548 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.010) 0:00:06.558 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:06:34 +0000 (0:00:00.011) 0:00:06.569 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:06:36 +0000 (0:00:02.255) 0:00:08.825 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:06:37 +0000 (0:00:01.199) 0:00:10.025 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:06:37 +0000 (0:00:00.029) 0:00:10.054 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:06:37 +0000 (0:00:00.033) 0:00:10.088 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:06:37 +0000 (0:00:00.034) 0:00:10.122 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:06:37 +0000 (0:00:00.032) 0:00:10.155 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.040) 0:00:10.195 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.031) 0:00:10.227 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.060) 0:00:10.288 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.038) 0:00:10.326 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.028) 0:00:10.355 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.039) 0:00:10.395 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:06:38 +0000 (0:00:00.773) 0:00:11.168 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.069) 0:00:11.238 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.036) 0:00:11.274 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.072) 0:00:11.346 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.658) 0:00:12.005 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.022) 0:00:12.027 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.025) 0:00:12.052 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.024) 0:00:12.077 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:06:39 +0000 (0:00:00.022) 0:00:12.099 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:43 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.252) 0:00:12.352 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:46 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.023) 0:00:12.375 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.039) 0:00:12.414 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.039) 0:00:12.453 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.047) 0:00:12.501 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.029) 0:00:12.530 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:06:40 +0000 (0:00:00.076) 0:00:12.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 : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:06:42 +0000 (0:00:02.209) 0:00:14.816 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.922) 0:00:15.739 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.051) 0:00:15.790 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.027) 0:00:15.818 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.066) 0:00:15.885 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.050) 0:00:15.935 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.031) 0:00:15.967 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.072) 0:00:16.039 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:06:43 +0000 (0:00:00.137) 0:00:16.176 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.073) 0:00:16.249 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.050) 0:00:16.300 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.049) 0:00:16.349 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.614) 0:00:16.963 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.076) 0:00:17.040 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.031) 0:00:17.071 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:06:44 +0000 (0:00:00.045) 0:00:17.116 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.401) 0:00:17.518 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.049) 0:00:17.568 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.023) 0:00:17.591 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.027) 0:00:17.619 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.026) 0:00:17.645 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:50 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.211) 0:00:17.857 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:63 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.024) 0:00:17.881 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.034) 0:00:17.916 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.039) 0:00:17.956 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.027) 0:00:17.983 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.020) 0:00:18.004 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:06:45 +0000 (0:00:00.021) 0:00:18.025 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:06:48 +0000 (0:00:02.189) 0:00:20.215 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:06:48 +0000 (0:00:00.910) 0:00:21.125 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:06:48 +0000 (0:00:00.029) 0:00:21.154 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:06:48 +0000 (0:00:00.022) 0:00:21.177 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.022) 0:00:21.200 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.049) 0:00:21.249 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.035) 0:00:21.285 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.041) 0:00:21.326 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.084) 0:00:21.410 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.043) 0:00:21.453 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.025) 0:00:21.479 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.050) 0:00:21.529 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:06:49 +0000 (0:00:00.629) 0:00:22.159 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.074) 0:00:22.234 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.053) 0:00:22.287 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.037) 0:00:22.325 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.452) 0:00:22.777 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.022) 0:00:22.799 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.061) 0:00:22.861 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (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, da662333-9339-42cc-932f-9f19d01a5ab9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 (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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.032) 0:00:22.894 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:06:50 +0000 (0:00:00.045) 0:00:22.939 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:67 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.248) 0:00:23.187 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:70 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.042) 0:00:23.230 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.045) 0:00:23.275 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.044) 0:00:23.320 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.026) 0:00:23.346 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.022) 0:00:23.368 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:06:51 +0000 (0:00:00.022) 0:00:23.390 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:06:53 +0000 (0:00:02.119) 0:00:25.510 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.903) 0:00:26.413 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.030) 0:00:26.443 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.023) 0:00:26.467 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.022) 0:00:26.489 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.027) 0:00:26.517 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.022) 0:00:26.539 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.025) 0:00:26.564 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.104) 0:00:26.668 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.031) 0:00:26.699 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.022) 0:00:26.721 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:06:54 +0000 (0:00:00.030) 0:00:26.751 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.566) 0:00:27.318 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.034) 0:00:27.352 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.061) 0:00:27.414 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.033) 0:00:27.447 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.412) 0:00:27.860 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.029) 0:00:27.889 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.023) 0:00:27.913 ***** 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, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, da662333-9339-42cc-932f-9f19d01a5ab9 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.022) 0:00:27.936 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.021) 0:00:27.957 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:74 Thursday 29 February 2024 00:06:55 +0000 (0:00:00.199) 0:00:28.157 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:82 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.027) 0:00:28.184 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.057) 0:00:28.242 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.099) 0:00:28.341 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.039) 0:00:28.381 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.040) 0:00:28.422 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:06:56 +0000 (0:00:00.044) 0:00:28.466 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:06:58 +0000 (0:00:02.228) 0:00:30.695 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.925) 0:00:31.620 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.032) 0:00:31.653 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.022) 0:00:31.676 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.028) 0:00:31.704 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.026) 0:00:31.731 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.024) 0:00:31.755 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.034) 0:00:31.790 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.071) 0:00:31.861 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.046) 0:00:31.908 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.062) 0:00:31.970 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:06:59 +0000 (0:00:00.026) 0:00:31.997 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:07:00 +0000 (0:00:00.554) 0:00:32.551 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:07:00 +0000 (0:00:00.034) 0:00:32.586 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:07:00 +0000 (0:00:00.030) 0:00:32.617 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:07:00 +0000 (0:00:00.028) 0:00:32.646 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:07:00 +0000 (0:00:00.513) 0:00:33.159 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.022) 0:00:33.182 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.023) 0:00:33.206 ***** 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_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.023) 0:00:33.229 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.022) 0:00:33.252 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:91 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.202) 0:00:33.455 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.078) 0:00:33.533 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.024) 0:00:33.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.039) 0:00:33.597 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.044) 0:00:33.641 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.035) 0:00:33.677 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003502", "end": "2024-02-29 00:07:01.673494", "rc": 0, "start": "2024-02-29 00:07:01.669992" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.217) 0:00:33.895 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.028) 0:00:33.923 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:01 +0000 (0:00:00.023) 0:00:33.946 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:07:04 +0000 (0:00:02.396) 0:00:36.342 ***** 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_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.033) 0:00:36.376 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.029) 0:00:36.406 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.022022", "end": "2024-02-29 00:07:04.430595", "rc": 0, "start": "2024-02-29 00:07:04.408573" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.244) 0:00:36.650 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.049) 0:00:36.699 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.039) 0:00:36.739 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.025) 0:00:36.765 ***** 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 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.010) 0:00:36.775 ***** =============================================================================== linux-system-roles.network : Enable and start NetworkManager ------------ 2.58s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.40s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.26s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.23s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.21s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.19s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.12s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.93s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Gather current interface info ------------------------------------------- 1.26s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Check which packages are installed --------- 1.20s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.01s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.91s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.55s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---