# 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_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:4 Friday 15 March 2024 15:37:58 +0000 (0:00:00.027) 0:00:00.027 ********** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:13 Friday 15 March 2024 15:38:04 +0000 (0:00:05.846) 0:00:05.873 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:18 Friday 15 March 2024 15:38:04 +0000 (0:00:00.313) 0:00:06.187 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:21 Friday 15 March 2024 15:38:04 +0000 (0:00:00.029) 0:00:06.216 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:38:04 +0000 (0:00:00.027) 0:00:06.244 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:38:04 +0000 (0:00:00.022) 0:00:06.266 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:38:04 +0000 (0:00:00.020) 0:00:06.286 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:38:04 +0000 (0:00:00.014) 0:00:06.300 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:38:04 +0000 (0:00:00.026) 0:00:06.327 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003068", "end": "2024-03-15 15:38:05.155745", "rc": 0, "start": "2024-03-15 15:38:05.152677" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:38:05 +0000 (0:00:00.307) 0:00:06.635 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:38:05 +0000 (0:00:00.053) 0:00:06.688 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:38:05 +0000 (0:00:00.040) 0:00:06.728 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:38:08 +0000 (0:00:03.098) 0:00:09.827 ********** 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.013092", "end": "2024-03-15 15:38:08.563651", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-15 15:38:08.550559" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003512", "end": "2024-03-15 15:38:08.780927", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-15 15:38:08.777415" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004377", "end": "2024-03-15 15:38:08.958834", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-15 15:38:08.954457" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:38:08 +0000 (0:00:00.598) 0:00:10.426 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024115", "end": "2024-03-15 15:38:09.181667", "rc": 0, "start": "2024-03-15 15:38:09.157552" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:38:09 +0000 (0:00:00.230) 0:00:10.656 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:38:09 +0000 (0:00:00.034) 0:00:10.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:38:09 +0000 (0:00:00.024) 0:00:10.715 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:38:09 +0000 (0:00:00.044) 0:00:10.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:38:09 +0000 (0:00:00.016) 0:00:10.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:25 Friday 15 March 2024 15:38:09 +0000 (0:00:00.010) 0:00:10.787 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:38:09 +0000 (0:00:00.023) 0:00:10.810 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:38:09 +0000 (0:00:00.014) 0:00:10.825 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710517088.5538776, "block_size": 4096, "blocks": 0, "ctime": 1710517088.5538776, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30551, "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": 1710517088.5538776, "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_hotfixo2c4clsp/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:38:09 +0000 (0:00:00.187) 0:00:11.013 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:39 Friday 15 March 2024 15:38:09 +0000 (0:00:00.017) 0:00:11.030 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:38:09 +0000 (0:00:00.098) 0:00:11.128 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:38:09 +0000 (0:00:00.016) 0:00:11.144 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:38:09 +0000 (0:00:00.011) 0:00:11.156 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:38:09 +0000 (0:00:00.009) 0:00:11.166 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:38:09 +0000 (0:00:00.009) 0:00:11.176 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:38:11 +0000 (0:00:01.549) 0:00:12.725 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:38:12 +0000 (0:00:01.537) 0:00:14.262 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:38:12 +0000 (0:00:00.063) 0:00:14.326 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:38:12 +0000 (0:00:00.046) 0:00:14.372 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:38:12 +0000 (0:00:00.065) 0:00:14.438 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:38:13 +0000 (0:00:00.098) 0:00:14.536 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:38:13 +0000 (0:00:00.041) 0:00:14.578 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:38:13 +0000 (0:00:00.081) 0:00:14.659 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:38:13 +0000 (0:00:00.076) 0:00:14.736 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:38:13 +0000 (0:00:00.024) 0:00:14.761 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:38:13 +0000 (0:00:00.040) 0:00:14.801 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:38:13 +0000 (0:00:00.082) 0:00:14.883 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:38:14 +0000 (0:00:00.719) 0:00:15.603 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:38:14 +0000 (0:00:00.063) 0:00:15.666 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:38:14 +0000 (0:00:00.097) 0:00:15.764 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:38:14 +0000 (0:00:00.057) 0:00:15.821 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:38:15 +0000 (0:00:00.672) 0:00:16.494 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:38:15 +0000 (0:00:00.071) 0:00:16.566 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:38:15 +0000 (0:00:00.042) 0:00:16.608 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:38:15 +0000 (0:00:00.043) 0:00:16.652 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:38:15 +0000 (0:00:00.061) 0:00:16.714 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:43 Friday 15 March 2024 15:38:15 +0000 (0:00:00.339) 0:00:17.054 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:46 Friday 15 March 2024 15:38:15 +0000 (0:00:00.048) 0:00:17.102 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:38:15 +0000 (0:00:00.044) 0:00:17.146 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:38:15 +0000 (0:00:00.042) 0:00:17.189 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:38:15 +0000 (0:00:00.044) 0:00:17.233 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:38:15 +0000 (0:00:00.022) 0:00:17.256 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:38:15 +0000 (0:00:00.022) 0:00:17.278 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:38:17 +0000 (0:00:01.512) 0:00:18.791 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:38:18 +0000 (0:00:01.327) 0:00:20.118 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:38:18 +0000 (0:00:00.031) 0:00:20.149 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:38:18 +0000 (0:00:00.022) 0:00:20.172 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:38:18 +0000 (0:00:00.023) 0:00:20.196 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:38:18 +0000 (0:00:00.034) 0:00:20.230 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:38:18 +0000 (0:00:00.022) 0:00:20.253 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:38:18 +0000 (0:00:00.039) 0:00:20.292 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:38:18 +0000 (0:00:00.055) 0:00:20.348 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:38:18 +0000 (0:00:00.079) 0:00:20.427 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:38:19 +0000 (0:00:00.023) 0:00:20.450 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:38:19 +0000 (0:00:00.027) 0:00:20.477 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:38:19 +0000 (0:00:00.377) 0:00:20.854 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:38:19 +0000 (0:00:00.037) 0:00:20.892 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:38:19 +0000 (0:00:00.030) 0:00:20.922 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:38:19 +0000 (0:00:00.038) 0:00:20.961 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:38:19 +0000 (0:00:00.447) 0:00:21.408 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:38:19 +0000 (0:00:00.022) 0:00:21.430 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:38:20 +0000 (0:00:00.053) 0:00:21.484 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:38:20 +0000 (0:00:00.027) 0:00:21.511 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:38:20 +0000 (0:00:00.023) 0:00:21.535 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:50 Friday 15 March 2024 15:38:20 +0000 (0:00:00.194) 0:00:21.730 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:63 Friday 15 March 2024 15:38:20 +0000 (0:00:00.031) 0:00:21.761 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:38:20 +0000 (0:00:00.105) 0:00:21.866 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:38:20 +0000 (0:00:00.078) 0:00:21.944 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:38:20 +0000 (0:00:00.033) 0:00:21.977 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:38:20 +0000 (0:00:00.061) 0:00:22.038 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:38:20 +0000 (0:00:00.038) 0:00:22.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 : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:38:22 +0000 (0:00:01.509) 0:00:23.587 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:38:23 +0000 (0:00:01.402) 0:00:24.990 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:38:23 +0000 (0:00:00.073) 0:00:25.063 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:38:23 +0000 (0:00:00.041) 0:00:25.105 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:38:23 +0000 (0:00:00.048) 0:00:25.154 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:38:23 +0000 (0:00:00.050) 0:00:25.205 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:38:23 +0000 (0:00:00.056) 0:00:25.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:38:23 +0000 (0:00:00.078) 0:00:25.339 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:38:23 +0000 (0:00:00.069) 0:00:25.408 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:38:23 +0000 (0:00:00.029) 0:00:25.438 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:38:24 +0000 (0:00:00.042) 0:00:25.481 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:38:24 +0000 (0:00:00.028) 0:00:25.509 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:38:24 +0000 (0:00:00.381) 0:00:25.891 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:38:24 +0000 (0:00:00.039) 0:00:25.930 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:38:24 +0000 (0:00:00.076) 0:00:26.006 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:38:24 +0000 (0:00:00.143) 0:00:26.150 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:38:25 +0000 (0:00:00.439) 0:00:26.589 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:38:25 +0000 (0:00:00.026) 0:00:26.616 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:38:25 +0000 (0:00:00.028) 0:00:26.645 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (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, fb11098e-a0b9-4291-8de2-79e0a1c52554", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 (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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:38:25 +0000 (0:00:00.050) 0:00:26.695 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:38:25 +0000 (0:00:00.036) 0:00:26.732 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:67 Friday 15 March 2024 15:38:25 +0000 (0:00:00.234) 0:00:26.966 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:70 Friday 15 March 2024 15:38:25 +0000 (0:00:00.024) 0:00:26.991 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:38:25 +0000 (0:00:00.045) 0:00:27.036 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:38:25 +0000 (0:00:00.064) 0:00:27.101 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:38:25 +0000 (0:00:00.038) 0:00:27.139 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:38:25 +0000 (0:00:00.022) 0:00:27.162 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:38:25 +0000 (0:00:00.024) 0:00:27.186 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:38:27 +0000 (0:00:01.491) 0:00:28.678 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:38:28 +0000 (0:00:01.292) 0:00:29.970 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:38:28 +0000 (0:00:00.031) 0:00:30.002 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:38:28 +0000 (0:00:00.027) 0:00:30.030 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:38:28 +0000 (0:00:00.023) 0:00:30.053 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:38:28 +0000 (0:00:00.062) 0:00:30.116 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:38:28 +0000 (0:00:00.031) 0:00:30.147 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:38:28 +0000 (0:00:00.041) 0:00:30.189 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:38:28 +0000 (0:00:00.062) 0:00:30.252 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:38:28 +0000 (0:00:00.022) 0:00:30.274 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:38:28 +0000 (0:00:00.024) 0:00:30.299 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:38:28 +0000 (0:00:00.036) 0:00:30.335 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:38:29 +0000 (0:00:00.392) 0:00:30.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:38:29 +0000 (0:00:00.048) 0:00:30.775 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:38:29 +0000 (0:00:00.029) 0:00:30.805 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:38:29 +0000 (0:00:00.031) 0:00:30.836 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:38:29 +0000 (0:00:00.378) 0:00:31.214 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:38:29 +0000 (0:00:00.024) 0:00:31.238 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:38:29 +0000 (0:00:00.057) 0:00:31.296 ********** 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, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb11098e-a0b9-4291-8de2-79e0a1c52554 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:38:29 +0000 (0:00:00.042) 0:00:31.338 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:38:29 +0000 (0:00:00.082) 0:00:31.421 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:74 Friday 15 March 2024 15:38:30 +0000 (0:00:00.213) 0:00:31.634 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:82 Friday 15 March 2024 15:38:30 +0000 (0:00:00.054) 0:00:31.689 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 15:38:30 +0000 (0:00:00.082) 0:00:31.772 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 15:38:30 +0000 (0:00:00.062) 0:00:31.834 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 15:38:30 +0000 (0:00:00.058) 0:00:31.892 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 15:38:30 +0000 (0:00:00.032) 0:00:31.925 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 15:38:30 +0000 (0:00:00.043) 0:00:31.969 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 15:38:32 +0000 (0:00:01.548) 0:00:33.517 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 15:38:33 +0000 (0:00:01.615) 0:00:35.133 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 15:38:33 +0000 (0:00:00.082) 0:00:35.215 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 15:38:33 +0000 (0:00:00.048) 0:00:35.264 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 15:38:33 +0000 (0:00:00.037) 0:00:35.302 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 15:38:33 +0000 (0:00:00.077) 0:00:35.379 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 15:38:33 +0000 (0:00:00.067) 0:00:35.447 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 15:38:34 +0000 (0:00:00.087) 0:00:35.534 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 15:38:34 +0000 (0:00:00.104) 0:00:35.638 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 15:38:34 +0000 (0:00:00.058) 0:00:35.697 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 15:38:34 +0000 (0:00:00.044) 0:00:35.741 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 15:38:34 +0000 (0:00:00.076) 0:00:35.817 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 15:38:34 +0000 (0:00:00.453) 0:00:36.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 15:38:34 +0000 (0:00:00.081) 0:00:36.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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 15:38:35 +0000 (0:00:00.117) 0:00:36.470 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 15:38:35 +0000 (0:00:00.053) 0:00:36.523 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 15:38:35 +0000 (0:00:00.450) 0:00:36.974 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 15:38:35 +0000 (0:00:00.026) 0:00:37.000 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 15:38:35 +0000 (0:00:00.028) 0:00:37.028 ********** 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_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 15:38:35 +0000 (0:00:00.029) 0:00:37.058 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 15:38:35 +0000 (0:00:00.039) 0:00:37.097 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:91 Friday 15 March 2024 15:38:35 +0000 (0:00:00.232) 0:00:37.330 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:38:35 +0000 (0:00:00.040) 0:00:37.370 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:38:35 +0000 (0:00:00.024) 0:00:37.394 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:38:35 +0000 (0:00:00.026) 0:00:37.420 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:38:36 +0000 (0:00:00.051) 0:00:37.471 ********** included: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:38:36 +0000 (0:00:00.047) 0:00:37.519 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-03-15 15:38:36.240085", "rc": 0, "start": "2024-03-15 15:38:36.236919" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:38:36 +0000 (0:00:00.229) 0:00:37.749 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:38:36 +0000 (0:00:00.029) 0:00:37.778 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:38:36 +0000 (0:00:00.025) 0:00:37.804 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:28 Friday 15 March 2024 15:38:38 +0000 (0:00:02.566) 0:00:40.371 ********** 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_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:37 Friday 15 March 2024 15:38:38 +0000 (0:00:00.033) 0:00:40.404 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:45 Friday 15 March 2024 15:38:38 +0000 (0:00:00.029) 0:00:40.434 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.012952", "end": "2024-03-15 15:38:39.166268", "rc": 0, "start": "2024-03-15 15:38:39.153316" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:52 Friday 15 March 2024 15:38:39 +0000 (0:00:00.211) 0:00:40.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:58 Friday 15 March 2024 15:38:39 +0000 (0:00:00.088) 0:00:40.734 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:38:39 +0000 (0:00:00.042) 0:00:40.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:71 Friday 15 March 2024 15:38:39 +0000 (0:00:00.027) 0:00:40.805 ********** 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 Friday 15 March 2024 15:38:39 +0000 (0:00:00.009) 0:00:40.815 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 5.85s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 3.10s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 1.94s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.87s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.62s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.54s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.40s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.29s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.98s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:206 Create veth interface testnic1 ------------------------------------------ 0.60s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.45s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Configure networking connection profiles --- 0.45s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/roles/linux-system-roles.network/tasks/main.yml:173 Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixo2c4clsp/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---