# 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_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 27 February 2024 22:39:35 +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_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 27 February 2024 22:39:36 +0000 (0:00:01.021) 0:00:01.033 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.321) 0:00:01.355 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.021) 0:00:01.376 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.028) 0:00:01.405 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.017) 0:00:01.423 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.017) 0:00:01.440 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.011) 0:00:01.451 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.026) 0:00:01.478 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-02-27 22:39:37.556521", "rc": 0, "start": "2024-02-27 22:39:37.552742" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.263) 0:00:01.741 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.018) 0:00:01.760 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:39:37 +0000 (0:00:00.019) 0:00:01.779 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 22:39:40 +0000 (0:00:02.778) 0:00:04.557 ****** 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.008426", "end": "2024-02-27 22:39:40.595888", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-27 22:39:40.587462" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004018", "end": "2024-02-27 22:39:40.865015", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-27 22:39:40.860997" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004572", "end": "2024-02-27 22:39:41.074994", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-27 22:39:41.070422" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.701) 0:00:05.259 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.025089", "end": "2024-02-27 22:39:41.314059", "rc": 0, "start": "2024-02-27 22:39:41.288970" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.243) 0:00:05.503 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.010) 0:00:05.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.011) 0:00:05.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.010) 0:00:05.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.018) 0:00:05.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.013) 0:00:05.568 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.018) 0:00:05.586 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.014) 0:00:05.601 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709073580.591767, "block_size": 4096, "blocks": 0, "ctime": 1709073580.591767, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31899, "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": 1709073580.591767, "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_hotfix30hpcpji/tests/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.228) 0:00:05.829 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.010) 0:00:05.840 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.076) 0:00:05.916 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.015) 0:00:05.932 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.009) 0:00:05.942 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.008) 0:00:05.950 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 27 February 2024 22:39:41 +0000 (0:00:00.008) 0:00:05.958 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 27 February 2024 22:39:44 +0000 (0:00:02.434) 0:00:08.393 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 27 February 2024 22:39:45 +0000 (0:00:01.228) 0:00:09.621 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 27 February 2024 22:39:45 +0000 (0:00:00.074) 0:00:09.696 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 27 February 2024 22:39:45 +0000 (0:00:00.041) 0:00:09.737 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 27 February 2024 22:39:45 +0000 (0:00:00.096) 0:00:09.833 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:39 Tuesday 27 February 2024 22:39:50 +0000 (0:00:04.839) 0:00:14.673 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:49 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.022) 0:00:14.696 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:66 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.025) 0:00:14.721 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:79 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.049) 0:00:14.771 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:94 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.022) 0:00:14.794 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:111 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.031) 0:00:14.825 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 Tuesday 27 February 2024 22:39:50 +0000 (0:00:00.029) 0:00:14.855 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:136 Tuesday 27 February 2024 22:39:51 +0000 (0:00:00.785) 0:00:15.640 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 27 February 2024 22:39:51 +0000 (0:00:00.032) 0:00:15.672 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:153 Tuesday 27 February 2024 22:39:51 +0000 (0:00:00.027) 0:00:15.700 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 27 February 2024 22:39:51 +0000 (0:00:00.029) 0:00:15.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, b9045952-a940-45bc-960c-6b0907eb7fb6 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:174 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.689) 0:00:16.420 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.035) 0:00:16.455 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:184 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.027) 0:00:16.482 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.023) 0:00:16.506 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.022) 0:00:16.529 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.270) 0:00:16.800 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.024) 0:00:16.824 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.045) 0:00:16.870 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.049) 0:00:16.920 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.027) 0:00:16.948 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.025) 0:00:16.973 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 27 February 2024 22:39:52 +0000 (0:00:00.021) 0:00:16.994 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 27 February 2024 22:39:55 +0000 (0:00:02.397) 0:00:19.392 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 27 February 2024 22:39:56 +0000 (0:00:00.982) 0:00:20.374 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 27 February 2024 22:39:56 +0000 (0:00:00.032) 0:00:20.407 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 27 February 2024 22:39:56 +0000 (0:00:00.028) 0:00:20.436 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 27 February 2024 22:39:56 +0000 (0:00:00.047) 0:00:20.483 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:39 Tuesday 27 February 2024 22:40:01 +0000 (0:00:05.380) 0:00:25.864 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:49 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.021) 0:00:25.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:66 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.026) 0:00:25.912 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:79 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.051) 0:00:25.964 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:94 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.054) 0:00:26.018 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:111 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.026) 0:00:26.044 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 Tuesday 27 February 2024 22:40:01 +0000 (0:00:00.032) 0:00:26.077 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:136 Tuesday 27 February 2024 22:40:02 +0000 (0:00:00.617) 0:00:26.695 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 27 February 2024 22:40:02 +0000 (0:00:00.033) 0:00:26.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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:153 Tuesday 27 February 2024 22:40:02 +0000 (0:00:00.029) 0:00:26.757 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 27 February 2024 22:40:02 +0000 (0:00:00.030) 0:00:26.788 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:174 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.426) 0:00:27.215 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.046) 0:00:27.262 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:184 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.024) 0:00:27.286 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.024) 0:00:27.311 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.021) 0:00:27.332 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.227) 0:00:27.559 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.080) 0:00:27.640 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.069) 0:00:27.710 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.042) 0:00:27.752 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.038) 0:00:27.790 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.028) 0:00:27.819 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 27 February 2024 22:40:03 +0000 (0:00:00.023) 0:00:27.843 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 27 February 2024 22:40:06 +0000 (0:00:02.414) 0:00:30.257 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 27 February 2024 22:40:07 +0000 (0:00:00.969) 0:00:31.226 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 27 February 2024 22:40:07 +0000 (0:00:00.034) 0:00:31.260 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 27 February 2024 22:40:07 +0000 (0:00:00.022) 0:00:31.283 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 27 February 2024 22:40:07 +0000 (0:00:00.021) 0:00:31.305 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:39 Tuesday 27 February 2024 22:40:12 +0000 (0:00:05.158) 0:00:36.463 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:49 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.043) 0:00:36.506 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:66 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.054) 0:00:36.560 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:79 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.067) 0:00:36.627 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:94 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.043) 0:00:36.671 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:111 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.021) 0:00:36.692 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 Tuesday 27 February 2024 22:40:12 +0000 (0:00:00.025) 0:00:36.718 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:136 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.602) 0:00:37.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.034) 0:00:37.355 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:153 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.030) 0:00:37.385 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.029) 0:00:37.414 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:174 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.443) 0:00:37.857 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.024) 0:00:37.882 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:184 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.029) 0:00:37.911 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (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, b9045952-a940-45bc-960c-6b0907eb7fb6", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 (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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.026) 0:00:37.938 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 27 February 2024 22:40:13 +0000 (0:00:00.038) 0:00:37.976 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.260) 0:00:38.237 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.023) 0:00:38.261 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.040) 0:00:38.301 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.040) 0:00:38.342 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.029) 0:00:38.371 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.023) 0:00:38.394 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 27 February 2024 22:40:14 +0000 (0:00:00.022) 0:00:38.416 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 27 February 2024 22:40:16 +0000 (0:00:02.358) 0:00:40.774 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 27 February 2024 22:40:17 +0000 (0:00:00.960) 0:00:41.735 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 27 February 2024 22:40:17 +0000 (0:00:00.029) 0:00:41.764 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 27 February 2024 22:40:17 +0000 (0:00:00.022) 0:00:41.787 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 27 February 2024 22:40:17 +0000 (0:00:00.022) 0:00:41.810 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:39 Tuesday 27 February 2024 22:40:22 +0000 (0:00:04.980) 0:00:46.791 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:49 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.023) 0:00:46.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:66 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.026) 0:00:46.841 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:79 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.049) 0:00:46.891 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:94 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.022) 0:00:46.913 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:111 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.046) 0:00:46.959 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 Tuesday 27 February 2024 22:40:22 +0000 (0:00:00.033) 0:00:46.993 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:136 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.606) 0:00:47.599 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.033) 0:00:47.632 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:153 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.029) 0:00:47.662 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.028) 0:00:47.691 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:174 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.422) 0:00:48.114 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 27 February 2024 22:40:23 +0000 (0:00:00.044) 0:00:48.158 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:184 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.032) 0:00:48.191 ****** 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, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b9045952-a940-45bc-960c-6b0907eb7fb6 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.026) 0:00:48.217 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.045) 0:00:48.263 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.221) 0:00:48.484 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.047) 0:00:48.532 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.040) 0:00:48.572 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.037) 0:00:48.610 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.027) 0:00:48.637 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.022) 0:00:48.659 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 27 February 2024 22:40:24 +0000 (0:00:00.022) 0:00:48.682 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 27 February 2024 22:40:26 +0000 (0:00:02.395) 0:00:51.077 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 27 February 2024 22:40:27 +0000 (0:00:00.972) 0:00:52.050 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 27 February 2024 22:40:27 +0000 (0:00:00.029) 0:00:52.079 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 27 February 2024 22:40:27 +0000 (0:00:00.021) 0:00:52.101 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 27 February 2024 22:40:27 +0000 (0:00:00.026) 0:00:52.128 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:39 Tuesday 27 February 2024 22:40:32 +0000 (0:00:04.817) 0:00:56.945 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:49 Tuesday 27 February 2024 22:40:32 +0000 (0:00:00.029) 0:00:56.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:66 Tuesday 27 February 2024 22:40:32 +0000 (0:00:00.026) 0:00:57.001 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:79 Tuesday 27 February 2024 22:40:32 +0000 (0:00:00.064) 0:00:57.066 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:94 Tuesday 27 February 2024 22:40:32 +0000 (0:00:00.024) 0:00:57.090 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:111 Tuesday 27 February 2024 22:40:32 +0000 (0:00:00.060) 0:00:57.150 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 Tuesday 27 February 2024 22:40:33 +0000 (0:00:00.027) 0:00:57.178 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:136 Tuesday 27 February 2024 22:40:33 +0000 (0:00:00.601) 0:00:57.779 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 27 February 2024 22:40:33 +0000 (0:00:00.032) 0:00:57.812 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:153 Tuesday 27 February 2024 22:40:33 +0000 (0:00:00.028) 0:00:57.840 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 27 February 2024 22:40:33 +0000 (0:00:00.026) 0:00:57.867 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:174 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.488) 0:00:58.356 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.021) 0:00:58.377 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:184 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.022) 0:00:58.400 ****** 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_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.022) 0:00:58.422 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.021) 0:00:58.444 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.218) 0:00:58.663 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.065) 0:00:58.729 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.022) 0:00:58.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.022) 0:00:58.774 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.035) 0:00:58.809 ****** included: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.033) 0:00:58.843 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003889", "end": "2024-02-27 22:40:34.873782", "rc": 0, "start": "2024-02-27 22:40:34.869893" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.226) 0:00:59.069 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.022) 0:00:59.092 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:40:34 +0000 (0:00:00.021) 0:00:59.113 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 22:40:37 +0000 (0:00:02.669) 0:01:01.783 ****** 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_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 22:40:37 +0000 (0:00:00.037) 0:01:01.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 22:40:37 +0000 (0:00:00.034) 0:01:01.855 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.010789", "end": "2024-02-27 22:40:37.897857", "rc": 0, "start": "2024-02-27 22:40:37.887068" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 22:40:37 +0000 (0:00:00.254) 0:01:02.109 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 22:40:37 +0000 (0:00:00.024) 0:01:02.134 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:40:38 +0000 (0:00:00.028) 0:01:02.162 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 22:40:38 +0000 (0:00:00.027) 0:01:02.189 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=78 changed=3 unreachable=0 failed=0 skipped=95 rescued=0 ignored=0 Tuesday 27 February 2024 22:40:38 +0000 (0:00:00.037) 0:01:02.227 ****** =============================================================================== linux-system-roles.network : Check if updates for network packages are available through the DNF package manager -- 20.36s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 linux-system-roles.network : Check if updates for network packages are available through the DNF package manager --- 4.82s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:28 Install iproute --------------------------------------------------------- 2.78s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Enable and start NetworkManager ------------ 2.61s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 2.43s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.41s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.40s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.40s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.36s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.98s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:162 linux-system-roles.network : Check which packages are installed --------- 1.23s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.98s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.98s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:195 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.70s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.60s /WORKDIR/git-nm_plugin_hotfix30hpcpji/tests/roles/linux-system-roles.network/tasks/main.yml:125 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---