# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_states_nm.yml:6 Thursday 29 February 2024 00:31:22 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_states_nm.yml:9 Thursday 29 February 2024 00:31:23 +0000 (0:00:00.862) 0:00:00.874 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:31:23 +0000 (0:00:00.011) 0:00:00.885 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:17 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.365) 0:00:01.251 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:22 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.244) 0:00:01.495 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:26 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.014) 0:00:01.510 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:51 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.008) 0:00:01.519 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.021) 0:00:01.540 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.008) 0:00:01.549 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.008) 0:00:01.558 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.007) 0:00:01.566 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.007) 0:00:01.573 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_states_nm.yml:11 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.008) 0:00:01.581 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:3 Thursday 29 February 2024 00:31:24 +0000 (0:00:00.015) 0:00:01.597 ***** ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:11 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.630) 0:00:02.227 ***** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:22 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.011) 0:00:02.239 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.013) 0:00:02.252 ***** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.010) 0:00:02.263 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.059) 0:00:02.323 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.014) 0:00:02.337 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.025) 0:00:02.363 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2024-02-29 00:31:25.553041", "rc": 0, "start": "2024-02-29 00:31:25.549764" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.250) 0:00:02.614 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.011) 0:00:02.625 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.010) 0:00:02.636 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/delete_interface.yml:3 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.017) 0:00:02.654 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007624", "end": "2024-02-29 00:31:25.793479", "rc": 1, "start": "2024-02-29 00:31:25.785855" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.200) 0:00:02.854 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:31:25 +0000 (0:00:00.011) 0:00:02.866 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.194) 0:00:03.060 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.012) 0:00:03.073 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.018) 0:00:03.091 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.027) 0:00:03.119 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.023) 0:00:03.143 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.025) 0:00:03.168 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.013) 0:00:03.182 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:26 +0000 (0:00:00.012) 0:00:03.195 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:27 +0000 (0:00:01.625) 0:00:04.820 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:28 +0000 (0:00:01.128) 0:00:05.948 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:28 +0000 (0:00:00.021) 0:00:05.970 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:28 +0000 (0:00:00.022) 0:00:05.992 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:28 +0000 (0:00:00.022) 0:00:06.014 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.034) 0:00:06.049 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.027) 0:00:06.076 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.031) 0:00:06.107 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.051) 0:00:06.158 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.020) 0:00:06.179 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.037) 0:00:06.217 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.032) 0:00:06.249 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.554) 0:00:06.804 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.039) 0:00:06.844 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.018) 0:00:06.863 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:29 +0000 (0:00:00.018) 0:00:06.882 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.548) 0:00:07.431 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.021) 0:00:07.453 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.022) 0:00:07.475 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.021) 0:00:07.496 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.021) 0:00:07.518 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.305) 0:00:07.824 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 359046a9-3a46-4a5e-8eb2-0ce5c4e5515a" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.022) 0:00:07.846 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.037) 0:00:07.884 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.033) 0:00:07.918 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:31:30 +0000 (0:00:00.049) 0:00:07.967 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.203) 0:00:08.171 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.018) 0:00:08.189 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021575", "end": "2024-02-29 00:31:31.341115", "rc": 0, "start": "2024-02-29 00:31:31.319540" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.224) 0:00:08.414 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.025) 0:00:08.439 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.020) 0:00:08.460 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.024) 0:00:08.485 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.020) 0:00:08.505 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.021) 0:00:08.526 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.025) 0:00:08.552 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.025) 0:00:08.577 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.023) 0:00:08.601 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml for sut => (item={'what': 'tasks/assert_device_present.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.051) 0:00:08.652 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.038) 0:00:08.690 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709166690.3011365, "block_size": 4096, "blocks": 0, "ctime": 1709166690.3011365, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31165, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1709166690.3011365, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.198) 0:00:08.889 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.024) 0:00:08.913 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.021) 0:00:08.934 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:31:31 +0000 (0:00:00.060) 0:00:08.994 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.059186", "end": "2024-02-29 00:31:32.183034", "rc": 1, "start": "2024-02-29 00:31:32.123848" } STDOUT: Connection 'statebr' (359046a9-3a46-4a5e-8eb2-0ce5c4e5515a) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:45 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.259) 0:00:09.254 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.031) 0:00:09.286 ***** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.020) 0:00:09.306 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.039) 0:00:09.345 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.029) 0:00:09.375 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.029) 0:00:09.405 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003310", "end": "2024-02-29 00:31:32.539160", "rc": 0, "start": "2024-02-29 00:31:32.535850" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.205) 0:00:09.611 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.020) 0:00:09.631 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.019) 0:00:09.651 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/delete_interface.yml:3 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.033) 0:00:09.685 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005969", "end": "2024-02-29 00:31:32.821483", "rc": 1, "start": "2024-02-29 00:31:32.815514" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.206) 0:00:09.891 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:31:32 +0000 (0:00:00.056) 0:00:09.948 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.204) 0:00:10.153 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.022) 0:00:10.176 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut => (item=tasks/create_bridge_profile_no_autoconnect.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.050) 0:00:10.226 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.046) 0:00:10.273 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.048) 0:00:10.321 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.033) 0:00:10.355 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.022) 0:00:10.378 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:33 +0000 (0:00:00.021) 0:00:10.399 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:34 +0000 (0:00:01.551) 0:00:11.951 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:35 +0000 (0:00:00.965) 0:00:12.917 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:35 +0000 (0:00:00.023) 0:00:12.940 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:35 +0000 (0:00:00.051) 0:00:12.992 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:35 +0000 (0:00:00.029) 0:00:13.021 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.036) 0:00:13.057 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.027) 0:00:13.085 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.034) 0:00:13.120 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.051) 0:00:13.171 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.024) 0:00:13.196 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.022) 0:00:13.218 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.034) 0:00:13.252 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.388) 0:00:13.641 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.037) 0:00:13.679 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.019) 0:00:13.698 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:36 +0000 (0:00:00.019) 0:00:13.717 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.372) 0:00:14.090 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.022) 0:00:14.112 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.022) 0:00:14.135 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.025) 0:00:14.160 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.024) 0:00:14.184 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.234) 0:00:14.419 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6157a190-f2d4-4fbe-a59f-f48e200e19a8" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.022) 0:00:14.442 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.037) 0:00:14.480 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.032) 0:00:14.512 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.203) 0:00:14.715 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.022) 0:00:14.737 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.034) 0:00:14.771 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.021) 0:00:14.793 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.204) 0:00:14.998 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:31:37 +0000 (0:00:00.019) 0:00:15.017 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020897", "end": "2024-02-29 00:31:38.166003", "rc": 0, "start": "2024-02-29 00:31:38.145106" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.220) 0:00:15.237 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.021) 0:00:15.259 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.019) 0:00:15.278 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.018) 0:00:15.297 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.018) 0:00:15.316 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.018) 0:00:15.334 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.046) 0:00:15.381 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.022) 0:00:15.403 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.021) 0:00:15.425 ***** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.025) 0:00:15.451 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.019) 0:00:15.470 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.035) 0:00:15.506 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.043601", "end": "2024-02-29 00:31:38.680154", "rc": 1, "start": "2024-02-29 00:31:38.636553" } STDOUT: Connection 'statebr' (6157a190-f2d4-4fbe-a59f-f48e200e19a8) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:65 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.244) 0:00:15.751 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.032) 0:00:15.784 ***** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.021) 0:00:15.805 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.039) 0:00:15.845 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.030) 0:00:15.876 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:31:38 +0000 (0:00:00.029) 0:00:15.905 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003280", "end": "2024-02-29 00:31:39.037938", "rc": 0, "start": "2024-02-29 00:31:39.034658" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.202) 0:00:16.108 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.021) 0:00:16.129 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.051) 0:00:16.181 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.034) 0:00:16.215 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.042) 0:00:16.258 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.041) 0:00:16.299 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.034) 0:00:16.334 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.024) 0:00:16.358 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:39 +0000 (0:00:00.022) 0:00:16.381 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:41 +0000 (0:00:02.554) 0:00:18.936 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:42 +0000 (0:00:00.974) 0:00:19.910 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:42 +0000 (0:00:00.023) 0:00:19.933 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:42 +0000 (0:00:00.021) 0:00:19.955 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:42 +0000 (0:00:00.022) 0:00:19.978 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:42 +0000 (0:00:00.036) 0:00:20.014 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.099) 0:00:20.114 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.037) 0:00:20.152 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.054) 0:00:20.206 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.024) 0:00:20.230 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.023) 0:00:20.254 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.037) 0:00:20.292 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.383) 0:00:20.675 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.035) 0:00:20.710 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.019) 0:00:20.730 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:43 +0000 (0:00:00.018) 0:00:20.748 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.408) 0:00:21.156 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.025) 0:00:21.182 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.023) 0:00:21.205 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.024) 0:00:21.230 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.022) 0:00:21.253 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.212) 0:00:21.466 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.020) 0:00:21.486 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml:3 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.061) 0:00:21.547 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.040) 0:00:21.588 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.036) 0:00:21.625 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.032) 0:00:21.658 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.021) 0:00:21.679 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:44 +0000 (0:00:00.022) 0:00:21.702 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:46 +0000 (0:00:01.552) 0:00:23.254 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.966) 0:00:24.221 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.021) 0:00:24.242 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.021) 0:00:24.264 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.021) 0:00:24.285 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.037) 0:00:24.323 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.028) 0:00:24.352 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.098) 0:00:24.450 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.053) 0:00:24.504 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.023) 0:00:24.527 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.024) 0:00:24.551 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.034) 0:00:24.586 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.386) 0:00:24.973 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.036) 0:00:25.009 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:47 +0000 (0:00:00.019) 0:00:25.028 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.019) 0:00:25.047 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.353) 0:00:25.400 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.025) 0:00:25.425 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.023) 0:00:25.448 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 83e00cc5-9505-4bc8-b9f9-72582dbe6cbb skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.023) 0:00:25.472 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.023) 0:00:25.496 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.206) 0:00:25.703 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.038) 0:00:25.742 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.060) 0:00:25.802 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709166704.028065, "block_size": 4096, "blocks": 0, "ctime": 1709166704.028065, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31296, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1709166704.028065, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.200) 0:00:26.002 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 29 February 2024 00:31:48 +0000 (0:00:00.021) 0:00:26.024 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.031) 0:00:26.056 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.019) 0:00:26.075 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.221) 0:00:26.297 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.021) 0:00:26.318 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021585", "end": "2024-02-29 00:31:49.468975", "rc": 0, "start": "2024-02-29 00:31:49.447390" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.224) 0:00:26.543 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.022) 0:00:26.565 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.019) 0:00:26.585 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.020) 0:00:26.605 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.019) 0:00:26.625 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.020) 0:00:26.645 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.025) 0:00:26.671 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.023) 0:00:26.694 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.021) 0:00:26.715 ***** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.025) 0:00:26.741 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.048) 0:00:26.789 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:31:49 +0000 (0:00:00.036) 0:00:26.826 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.069822", "end": "2024-02-29 00:31:50.021413", "rc": 1, "start": "2024-02-29 00:31:49.951591" } STDOUT: Connection 'statebr' (83e00cc5-9505-4bc8-b9f9-72582dbe6cbb) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:83 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.266) 0:00:27.092 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.032) 0:00:27.125 ***** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.022) 0:00:27.147 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined. 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.040) 0:00:27.187 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.030) 0:00:27.218 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.029) 0:00:27.248 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003358", "end": "2024-02-29 00:31:50.381216", "rc": 0, "start": "2024-02-29 00:31:50.377858" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.204) 0:00:27.452 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.021) 0:00:27.473 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.019) 0:00:27.493 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.035) 0:00:27.528 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.068) 0:00:27.596 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.038) 0:00:27.635 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.034) 0:00:27.669 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.022) 0:00:27.692 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:50 +0000 (0:00:00.022) 0:00:27.714 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:52 +0000 (0:00:01.554) 0:00:29.269 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.967) 0:00:30.236 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.022) 0:00:30.259 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.022) 0:00:30.281 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.023) 0:00:30.305 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.037) 0:00:30.342 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.029) 0:00:30.372 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.034) 0:00:30.407 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.055) 0:00:30.462 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.023) 0:00:30.486 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.055) 0:00:30.542 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.035) 0:00:30.577 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.382) 0:00:30.960 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.037) 0:00:30.997 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.019) 0:00:31.017 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:53 +0000 (0:00:00.018) 0:00:31.036 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.414) 0:00:31.450 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.023) 0:00:31.474 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.022) 0:00:31.497 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.023) 0:00:31.521 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.026) 0:00:31.547 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.208) 0:00:31.756 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml:3 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.023) 0:00:31.779 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.040) 0:00:31.820 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.045) 0:00:31.865 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.120) 0:00:31.986 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.026) 0:00:32.012 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:54 +0000 (0:00:00.024) 0:00:32.036 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:31:56 +0000 (0:00:01.560) 0:00:33.597 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.973) 0:00:34.571 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.022) 0:00:34.594 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.022) 0:00:34.616 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.024) 0:00:34.641 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.036) 0:00:34.678 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.031) 0:00:34.709 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.036) 0:00:34.746 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.052) 0:00:34.798 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.024) 0:00:34.822 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.022) 0:00:34.845 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:31:57 +0000 (0:00:00.034) 0:00:34.879 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.387) 0:00:35.267 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.103) 0:00:35.370 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.020) 0:00:35.390 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.018) 0:00:35.409 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.356) 0:00:35.765 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.022) 0:00:35.788 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.023) 0:00:35.811 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6a53be8-0b12-45ed-a33d-cd47479bb20d skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.024) 0:00:35.836 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:31:58 +0000 (0:00:00.023) 0:00:35.860 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.207) 0:00:36.067 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove_profile.yml:3 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.035) 0:00:36.102 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.040) 0:00:36.143 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.038) 0:00:36.182 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.034) 0:00:36.216 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.021) 0:00:36.237 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:31:59 +0000 (0:00:00.052) 0:00:36.290 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:00 +0000 (0:00:01.566) 0:00:37.856 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.972) 0:00:38.829 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.022) 0:00:38.851 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.025) 0:00:38.876 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.024) 0:00:38.900 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.037) 0:00:38.938 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.031) 0:00:38.969 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:01 +0000 (0:00:00.036) 0:00:39.005 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.055) 0:00:39.061 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.025) 0:00:39.086 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.023) 0:00:39.110 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.038) 0:00:39.149 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.403) 0:00:39.553 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.039) 0:00:39.592 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.020) 0:00:39.612 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:02 +0000 (0:00:00.060) 0:00:39.673 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.397) 0:00:40.071 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.023) 0:00:40.094 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.022) 0:00:40.117 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.023) 0:00:40.141 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.023) 0:00:40.164 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.205) 0:00:40.370 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.038) 0:00:40.409 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.031) 0:00:40.441 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709166714.32276, "block_size": 4096, "blocks": 0, "ctime": 1709166714.32276, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31427, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1709166714.32276, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.200) 0:00:40.641 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.022) 0:00:40.664 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.031) 0:00:40.695 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.020) 0:00:40.716 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.195) 0:00:40.912 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:32:03 +0000 (0:00:00.049) 0:00:40.961 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021811", "end": "2024-02-29 00:32:04.111728", "rc": 1, "start": "2024-02-29 00:32:04.089917" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.232) 0:00:41.193 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.022) 0:00:41.216 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.030) 0:00:41.246 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.022) 0:00:41.269 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.023) 0:00:41.292 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.020) 0:00:41.312 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.023) 0:00:41.336 ***** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.027) 0:00:41.363 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.026) 0:00:41.389 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.039) 0:00:41.429 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.073570", "end": "2024-02-29 00:32:04.630990", "rc": 1, "start": "2024-02-29 00:32:04.557420" } STDOUT: Connection 'statebr' (c6a53be8-0b12-45ed-a33d-cd47479bb20d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:102 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.273) 0:00:41.703 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.034) 0:00:41.738 ***** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.022) 0:00:41.760 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.039) 0:00:41.799 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.031) 0:00:41.831 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:32:04 +0000 (0:00:00.064) 0:00:41.896 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003250", "end": "2024-02-29 00:32:05.022893", "rc": 0, "start": "2024-02-29 00:32:05.019643" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.197) 0:00:42.093 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.023) 0:00:42.117 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.022) 0:00:42.140 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.039) 0:00:42.179 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.041) 0:00:42.220 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.038) 0:00:42.259 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.033) 0:00:42.292 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.023) 0:00:42.315 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:05 +0000 (0:00:00.023) 0:00:42.339 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:06 +0000 (0:00:01.541) 0:00:43.880 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:07 +0000 (0:00:01.079) 0:00:44.960 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:07 +0000 (0:00:00.024) 0:00:44.985 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:07 +0000 (0:00:00.031) 0:00:45.016 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.039) 0:00:45.055 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.048) 0:00:45.104 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.031) 0:00:45.135 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.037) 0:00:45.173 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.057) 0:00:45.230 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.025) 0:00:45.255 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.025) 0:00:45.281 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.036) 0:00:45.318 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.389) 0:00:45.707 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.039) 0:00:45.746 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.027) 0:00:45.774 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:08 +0000 (0:00:00.019) 0:00:45.794 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.413) 0:00:46.207 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.023) 0:00:46.231 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.024) 0:00:46.256 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.024) 0:00:46.280 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.103) 0:00:46.384 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.208) 0:00:46.592 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml:3 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.023) 0:00:46.616 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.041) 0:00:46.657 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.040) 0:00:46.697 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.035) 0:00:46.733 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.023) 0:00:46.757 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:09 +0000 (0:00:00.023) 0:00:46.780 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:11 +0000 (0:00:01.531) 0:00:48.312 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.969) 0:00:49.282 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.023) 0:00:49.305 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.022) 0:00:49.328 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.058) 0:00:49.386 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.037) 0:00:49.423 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.030) 0:00:49.454 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.037) 0:00:49.491 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.052) 0:00:49.544 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.023) 0:00:49.567 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.023) 0:00:49.591 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.035) 0:00:49.626 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:12 +0000 (0:00:00.390) 0:00:50.017 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.035) 0:00:50.053 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.020) 0:00:50.074 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.020) 0:00:50.094 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.358) 0:00:50.453 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.024) 0:00:50.477 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.022) 0:00:50.500 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f8f551b2-42f0-415a-8d3c-34b3011cd5d5 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.023) 0:00:50.524 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.023) 0:00:50.547 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove_profile.yml:3 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.203) 0:00:50.750 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.074) 0:00:50.825 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.039) 0:00:50.864 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.034) 0:00:50.899 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.023) 0:00:50.923 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:13 +0000 (0:00:00.022) 0:00:50.945 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:15 +0000 (0:00:01.550) 0:00:52.496 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.967) 0:00:53.463 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.022) 0:00:53.485 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.022) 0:00:53.508 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.022) 0:00:53.530 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.035) 0:00:53.565 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.028) 0:00:53.594 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.035) 0:00:53.629 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.142) 0:00:53.772 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.024) 0:00:53.796 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.025) 0:00:53.822 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:16 +0000 (0:00:00.038) 0:00:53.860 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.384) 0:00:54.244 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.035) 0:00:54.280 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.019) 0:00:54.299 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.022) 0:00:54.321 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.417) 0:00:54.739 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.023) 0:00:54.763 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.024) 0:00:54.787 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.024) 0:00:54.812 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.024) 0:00:54.836 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:32:17 +0000 (0:00:00.206) 0:00:55.043 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.036) 0:00:55.079 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.074) 0:00:55.154 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.038) 0:00:55.193 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.034) 0:00:55.227 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.023) 0:00:55.251 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:18 +0000 (0:00:00.023) 0:00:55.275 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:19 +0000 (0:00:01.531) 0:00:56.806 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.971) 0:00:57.778 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.024) 0:00:57.802 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.025) 0:00:57.828 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.028) 0:00:57.857 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.046) 0:00:57.903 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.032) 0:00:57.935 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.037) 0:00:57.973 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:20 +0000 (0:00:00.061) 0:00:58.034 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.023) 0:00:58.058 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.063) 0:00:58.121 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.036) 0:00:58.157 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.387) 0:00:58.545 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.037) 0:00:58.582 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.020) 0:00:58.602 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:21 +0000 (0:00:00.021) 0:00:58.624 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.453) 0:00:59.077 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.025) 0:00:59.103 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.024) 0:00:59.128 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.024) 0:00:59.153 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.024) 0:00:59.177 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.212) 0:00:59.390 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.038) 0:00:59.428 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.034) 0:00:59.462 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.021) 0:00:59.484 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.242) 0:00:59.726 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.020) 0:00:59.747 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020562", "end": "2024-02-29 00:32:22.898148", "rc": 1, "start": "2024-02-29 00:32:22.877586" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.222) 0:00:59.970 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.020) 0:00:59.991 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.020) 0:01:00.012 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:32:22 +0000 (0:00:00.021) 0:01:00.033 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.020) 0:01:00.054 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.020) 0:01:00.074 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.022) 0:01:00.096 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.047) 0:01:00.144 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.031) 0:01:00.175 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.200) 0:01:00.376 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.024) 0:01:00.400 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.023) 0:01:00.423 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.038) 0:01:00.462 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.040284", "end": "2024-02-29 00:32:23.632466", "rc": 1, "start": "2024-02-29 00:32:23.592182" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tests_states.yml:124 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.247) 0:01:00.710 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:5 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.083) 0:01:00.793 ***** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:9 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.021) 0:01:00.815 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:21 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.040) 0:01:00.855 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.030) 0:01:00.886 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:32:23 +0000 (0:00:00.030) 0:01:00.917 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003259", "end": "2024-02-29 00:32:24.052724", "rc": 0, "start": "2024-02-29 00:32:24.049465" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.207) 0:01:01.124 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.020) 0:01:01.145 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:24 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.021) 0:01:01.166 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.037) 0:01:01.204 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.043) 0:01:01.248 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.040) 0:01:01.288 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.034) 0:01:01.323 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.080) 0:01:01.404 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:24 +0000 (0:00:00.024) 0:01:01.429 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:25 +0000 (0:00:01.545) 0:01:02.975 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:26 +0000 (0:00:00.980) 0:01:03.955 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:26 +0000 (0:00:00.024) 0:01:03.980 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:26 +0000 (0:00:00.024) 0:01:04.005 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:26 +0000 (0:00:00.023) 0:01:04.028 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.036) 0:01:04.065 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.028) 0:01:04.094 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.035) 0:01:04.129 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.052) 0:01:04.181 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.025) 0:01:04.207 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.024) 0:01:04.232 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.036) 0:01:04.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.388) 0:01:04.657 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.035) 0:01:04.692 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.063) 0:01:04.755 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:27 +0000 (0:00:00.021) 0:01:04.777 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.410) 0:01:05.187 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.025) 0:01:05.213 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.024) 0:01:05.237 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.025) 0:01:05.262 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.025) 0:01:05.288 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.217) 0:01:05.506 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/activate_profile.yml:3 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.022) 0:01:05.528 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.041) 0:01:05.570 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.038) 0:01:05.608 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.034) 0:01:05.643 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.023) 0:01:05.667 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:28 +0000 (0:00:00.024) 0:01:05.691 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:30 +0000 (0:00:01.607) 0:01:07.298 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.970) 0:01:08.269 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.024) 0:01:08.293 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.024) 0:01:08.317 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.023) 0:01:08.341 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.040) 0:01:08.381 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.031) 0:01:08.412 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.036) 0:01:08.449 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.055) 0:01:08.504 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.024) 0:01:08.528 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.024) 0:01:08.553 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.036) 0:01:08.590 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.389) 0:01:08.979 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.036) 0:01:09.016 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:31 +0000 (0:00:00.019) 0:01:09.035 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.019) 0:01:09.055 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.404) 0:01:09.460 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.106) 0:01:09.567 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.024) 0:01:09.591 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 711d0c5b-02d8-4843-9741-48dd235fcf8a skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.024) 0:01:09.616 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.025) 0:01:09.641 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.205) 0:01:09.847 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.042) 0:01:09.890 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.039) 0:01:09.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 [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.034) 0:01:09.964 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.025) 0:01:09.989 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:32 +0000 (0:00:00.024) 0:01:10.014 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:34 +0000 (0:00:01.546) 0:01:11.561 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:35 +0000 (0:00:01.019) 0:01:12.581 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.075) 0:01:12.656 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.024) 0:01:12.681 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.026) 0:01:12.708 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.036) 0:01:12.745 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.028) 0:01:12.774 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.036) 0:01:12.810 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.053) 0:01:12.863 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.024) 0:01:12.887 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.023) 0:01:12.911 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:35 +0000 (0:00:00.034) 0:01:12.946 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.384) 0:01:13.331 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.037) 0:01:13.368 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.021) 0:01:13.389 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.020) 0:01:13.410 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.446) 0:01:13.856 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.024) 0:01:13.880 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.022) 0:01:13.903 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.023) 0:01:13.926 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:36 +0000 (0:00:00.023) 0:01:13.949 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:30 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.243) 0:01:14.193 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.034) 0:01:14.228 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.040) 0:01:14.268 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.040) 0:01:14.309 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.035) 0:01:14.345 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.024) 0:01:14.369 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 29 February 2024 00:32:37 +0000 (0:00:00.022) 0:01:14.392 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 29 February 2024 00:32:38 +0000 (0:00:01.553) 0:01:15.945 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 29 February 2024 00:32:39 +0000 (0:00:00.969) 0:01:16.914 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 29 February 2024 00:32:39 +0000 (0:00:00.023) 0:01:16.937 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 29 February 2024 00:32:39 +0000 (0:00:00.022) 0:01:16.960 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 29 February 2024 00:32:39 +0000 (0:00:00.064) 0:01:17.024 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.037) 0:01:17.062 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.030) 0:01:17.092 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.034) 0:01:17.127 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.051) 0:01:17.179 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.024) 0:01:17.204 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.023) 0:01:17.227 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.037) 0:01:17.265 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:120 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.386) 0:01:17.652 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:129 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.035) 0:01:17.687 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:137 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.019) 0:01:17.707 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:146 Thursday 29 February 2024 00:32:40 +0000 (0:00:00.019) 0:01:17.726 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:158 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.388) 0:01:18.114 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.024) 0:01:18.139 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:168 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.021) 0:01:18.161 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:173 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.022) 0:01:18.183 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:179 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.022) 0:01:18.206 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:36 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.206) 0:01:18.413 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut => (item=tasks/get_NetworkManager_NVR.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.073) 0:01:18.486 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.033) 0:01:18.519 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.021) 0:01:18.540 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.195) 0:01:18.736 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.020) 0:01:18.756 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020391", "end": "2024-02-29 00:32:41.905180", "rc": 1, "start": "2024-02-29 00:32:41.884789" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.219) 0:01:18.976 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.022) 0:01:18.998 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.021) 0:01:19.019 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:32:41 +0000 (0:00:00.021) 0:01:19.041 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.021) 0:01:19.062 ***** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.019) 0:01:19.082 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.022) 0:01:19.105 ***** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.583511", "end": "2024-02-29 00:32:42.818723", "rc": 0, "start": "2024-02-29 00:32:42.235212" } STDOUT: NetworkManager-1.45.91-1.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.785) 0:01:19.890 ***** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.45.91-1.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.021) 0:01:19.912 ***** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.45.91-1.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:42 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.023) 0:01:19.935 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:32:42 +0000 (0:00:00.093) 0:01:20.029 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.032) 0:01:20.061 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.198) 0:01:20.259 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:47 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.023) 0:01:20.283 ***** ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/run_test.yml:66 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.023) 0:01:20.307 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/check_network_dns.yml for sut => (item=tasks/check_network_dns.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.042) 0:01:20.349 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.041097", "end": "2024-02-29 00:32:43.518377", "rc": 1, "start": "2024-02-29 00:32:43.477280" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.240) 0:01:20.590 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008237", "end": "2024-02-29 00:32:43.723521", "rc": 0, "start": "2024-02-29 00:32:43.715284" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:f7:82:e0:1b brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.12.10/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2743sec preferred_lft 2743sec inet6 fe80::8ff:f7ff:fe82:e01b/64 scope link valid_lft forever preferred_lft forever 29: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether de:23:14:46:12:23 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.10 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.10 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 29 February 2024 00:32:43 +0000 (0:00:00.205) 0:01:20.795 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.140307", "end": "2024-02-29 00:32:44.065407", "rc": 0, "start": "2024-02-29 00:32:43.925100" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 5648 0 --:--:-- --:--:-- --:--:-- 5648 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 5290 0 --:--:-- --:--:-- --:--:-- 5290 PLAY RECAP ********************************************************************* sut : ok=319 changed=10 unreachable=0 failed=0 skipped=297 rescued=0 ignored=11 Thursday 29 February 2024 00:32:44 +0000 (0:00:00.372) 0:01:21.168 ***** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.61s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.54s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.13s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.08s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.02s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.98s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-nm_plugin_hotfixcby1ligr/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---