# 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_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 05 March 2024 21:39:31 +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_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 05 March 2024 21:39:31 +0000 (0:00:00.733) 0:00:00.746 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.292) 0:00:01.038 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.022) 0:00:01.061 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.027) 0:00:01.088 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.018) 0:00:01.107 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.017) 0:00:01.124 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.013) 0:00:01.138 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.011) 0:00:01.149 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003658", "end": "2024-03-05 21:39:32.636349", "rc": 0, "start": "2024-03-05 21:39:32.632691" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.285) 0:00:01.435 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.042) 0:00:01.477 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:39:32 +0000 (0:00:00.025) 0:00:01.503 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:28 Tuesday 05 March 2024 21:39:33 +0000 (0:00:01.126) 0:00:02.629 ********* 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.012071", "end": "2024-03-05 21:39:34.061468", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-03-05 21:39:34.049397" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003956", "end": "2024-03-05 21:39:34.299040", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-03-05 21:39:34.295084" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003924", "end": "2024-03-05 21:39:34.497831", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-03-05 21:39:34.493907" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:37 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.655) 0:00:03.285 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024050", "end": "2024-03-05 21:39:34.730173", "rc": 0, "start": "2024-03-05 21:39:34.706123" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:45 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.254) 0:00:03.540 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:52 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.011) 0:00:03.551 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:58 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.025) 0:00:03.576 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.035) 0:00:03.611 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:71 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.010) 0:00:03.622 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.008) 0:00:03.631 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.017) 0:00:03.648 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:39:34 +0000 (0:00:00.010) 0:00:03.658 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709674774.0536757, "block_size": 4096, "blocks": 0, "ctime": 1709674774.0536757, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28840, "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": 1709674774.0536757, "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_hotfixyjvenrwr/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.208) 0:00:03.866 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.019) 0:00:03.886 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.093) 0:00:03.980 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.015) 0:00:03.995 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.013) 0:00:04.008 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.023) 0:00:04.032 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:39:35 +0000 (0:00:00.010) 0:00:04.042 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:39:37 +0000 (0:00:01.729) 0:00:05.772 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:39:38 +0000 (0:00:01.219) 0:00:06.991 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.028) 0:00:07.019 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.023) 0:00:07.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.032) 0:00:07.076 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.032) 0:00:07.108 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.020) 0:00:07.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.023) 0:00:07.153 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.047) 0:00:07.200 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.020) 0:00:07.221 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.020) 0:00:07.242 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:39:38 +0000 (0:00:00.026) 0:00:07.268 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.567) 0:00:07.836 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.032) 0:00:07.869 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.031) 0:00:07.900 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.031) 0:00:07.931 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.601) 0:00:08.533 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.040) 0:00:08.574 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.035) 0:00:08.609 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.032) 0:00:08.642 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:39:39 +0000 (0:00:00.086) 0:00:08.728 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.312) 0:00:09.041 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.022) 0:00:09.063 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.035) 0:00:09.098 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.034) 0:00:09.133 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.031) 0:00:09.164 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.020) 0:00:09.185 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:39:40 +0000 (0:00:00.026) 0:00:09.211 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:39:42 +0000 (0:00:01.693) 0:00:10.904 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:39:43 +0000 (0:00:01.057) 0:00:11.962 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.034) 0:00:11.997 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.023) 0:00:12.021 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.023) 0:00:12.044 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.024) 0:00:12.069 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.020) 0:00:12.090 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.023) 0:00:12.113 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.100) 0:00:12.214 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.026) 0:00:12.240 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.021) 0:00:12.262 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.024) 0:00:12.286 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.399) 0:00:12.685 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:39:43 +0000 (0:00:00.045) 0:00:12.731 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.050) 0:00:12.782 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.062) 0:00:12.844 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.425) 0:00:13.270 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.020) 0:00:13.290 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.021) 0:00:13.311 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.022) 0:00:13.334 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.018) 0:00:13.352 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.211) 0:00:13.564 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.062) 0:00:13.626 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.037) 0:00:13.664 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.035) 0:00:13.700 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:39:44 +0000 (0:00:00.038) 0:00:13.739 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:39:45 +0000 (0:00:00.032) 0:00:13.771 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:39:45 +0000 (0:00:00.024) 0:00:13.796 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:39:46 +0000 (0:00:01.624) 0:00:15.420 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:39:47 +0000 (0:00:01.112) 0:00:16.532 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.027) 0:00:16.559 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.020) 0:00:16.580 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.020) 0:00:16.600 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.026) 0:00:16.627 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.046) 0:00:16.674 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.030) 0:00:16.704 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:39:47 +0000 (0:00:00.051) 0:00:16.756 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.038) 0:00:16.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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.036) 0:00:16.831 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.023) 0:00:16.854 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.421) 0:00:17.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.048) 0:00:17.325 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.084) 0:00:17.409 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:39:48 +0000 (0:00:00.054) 0:00:17.464 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.461) 0:00:17.925 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.021) 0:00:17.947 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.026) 0:00:17.973 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc (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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.027) 0:00:18.001 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.021) 0:00:18.022 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.221) 0:00:18.244 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.030) 0:00:18.274 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.042) 0:00:18.317 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.041) 0:00:18.358 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.025) 0:00:18.384 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.021) 0:00:18.405 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:39:49 +0000 (0:00:00.037) 0:00:18.443 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:39:51 +0000 (0:00:01.626) 0:00:20.070 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:39:52 +0000 (0:00:01.031) 0:00:21.102 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.027) 0:00:21.129 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.019) 0:00:21.148 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.018) 0:00:21.167 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.025) 0:00:21.192 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.037) 0:00:21.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.023) 0:00:21.253 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.046) 0:00:21.300 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.018) 0:00:21.318 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.018) 0:00:21.337 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.023) 0:00:21.361 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:39:52 +0000 (0:00:00.391) 0:00:21.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.029) 0:00:21.782 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.025) 0:00:21.808 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.026) 0:00:21.834 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.392) 0:00:22.226 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.018) 0:00:22.245 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.019) 0:00:22.265 ********* 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, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5f7cc3be-ab59-41e3-b407-7230223fd0cc skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.019) 0:00:22.284 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.018) 0:00:22.303 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.228) 0:00:22.532 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.032) 0:00:22.564 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.039) 0:00:22.604 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.036) 0:00:22.641 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.040) 0:00:22.681 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.024) 0:00:22.705 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:39:53 +0000 (0:00:00.032) 0:00:22.738 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:39:55 +0000 (0:00:01.632) 0:00:24.370 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:39:56 +0000 (0:00:01.118) 0:00:25.488 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.034) 0:00:25.523 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.023) 0:00:25.546 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.024) 0:00:25.571 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.039) 0:00:25.610 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.033) 0:00:25.644 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.024) 0:00:25.669 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:39:56 +0000 (0:00:00.062) 0:00:25.731 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.033) 0:00:25.764 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.030) 0:00:25.795 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.027) 0:00:25.823 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.418) 0:00:26.241 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.033) 0:00:26.274 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.026) 0:00:26.301 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:39:57 +0000 (0:00:00.046) 0:00:26.347 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.467) 0:00:26.815 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.022) 0:00:26.838 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.024) 0:00:26.862 ********* 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_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.025) 0:00:26.887 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.026) 0:00:26.914 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.217) 0:00:27.132 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.043) 0:00:27.175 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.024) 0:00:27.200 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.029) 0:00:27.229 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.041) 0:00:27.271 ********* included: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.064) 0:00:27.336 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003713", "end": "2024-03-05 21:39:58.758985", "rc": 0, "start": "2024-03-05 21:39:58.755272" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.217) 0:00:27.553 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.048) 0:00:27.602 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:39:58 +0000 (0:00:00.038) 0:00:27.640 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:28 Tuesday 05 March 2024 21:39:59 +0000 (0:00:00.993) 0:00:28.634 ********* 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_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:37 Tuesday 05 March 2024 21:39:59 +0000 (0:00:00.052) 0:00:28.686 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:45 Tuesday 05 March 2024 21:39:59 +0000 (0:00:00.034) 0:00:28.721 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.020891", "end": "2024-03-05 21:40:00.180494", "rc": 0, "start": "2024-03-05 21:40:00.159603" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:52 Tuesday 05 March 2024 21:40:00 +0000 (0:00:00.272) 0:00:28.994 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:58 Tuesday 05 March 2024 21:40:00 +0000 (0:00:00.038) 0:00:29.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:40:00 +0000 (0:00:00.024) 0:00:29.057 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:71 Tuesday 05 March 2024 21:40:00 +0000 (0:00:00.023) 0:00:29.080 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=100 rescued=0 ignored=0 Tuesday 05 March 2024 21:40:00 +0000 (0:00:00.013) 0:00:29.094 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.88s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Enable and start NetworkManager ------------ 1.78s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Check which services are running ----------- 1.73s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.22s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.13s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.12s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.11s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.06s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.03s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.99s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Re-test connectivity ----------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:201 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.66s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.47s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Enable and start NetworkManager ------------ 0.42s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/roles/linux-system-roles.network/tasks/main.yml:131 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixyjvenrwr/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, 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. ---^---^---^---^---^---