# 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_hotfixjn34oq1w/.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_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/tests_states_nm.yml:6 Tuesday 27 February 2024 23:35:12 +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_hotfixjn34oq1w/tests/tests_states_nm.yml:9 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.869) 0:00:00.881 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/tasks/el_repo_setup.yml:3 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.013) 0:00:00.894 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/el_repo_setup.yml:17 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.342) 0:00:01.237 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/el_repo_setup.yml:22 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.241) 0:00:01.478 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/el_repo_setup.yml:26 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.013) 0:00:01.491 ****** 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_hotfixjn34oq1w/tests/tasks/el_repo_setup.yml:51 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.008) 0:00:01.500 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/enable_epel.yml:8 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.022) 0:00:01.523 ****** 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_hotfixjn34oq1w/tests/tasks/enable_epel.yml:24 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.008) 0:00:01.531 ****** 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_hotfixjn34oq1w/tests/tasks/enable_epel.yml:30 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.008) 0:00:01.540 ****** 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_hotfixjn34oq1w/tests/tasks/enable_epel.yml:35 Tuesday 27 February 2024 23:35:13 +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 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/tasks/enable_epel.yml:40 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.007) 0:00:01.556 ****** 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_hotfixjn34oq1w/tests/tests_states_nm.yml:11 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.008) 0:00:01.565 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tests_states.yml:3 Tuesday 27 February 2024 23:35:13 +0000 (0:00:00.015) 0:00:01.581 ****** ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tests_states.yml:11 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.622) 0:00:02.203 ****** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tests_states.yml:22 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.011) 0:00:02.215 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.013) 0:00:02.228 ****** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.010) 0:00:02.238 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.027) 0:00:02.266 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.011) 0:00:02.278 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.010) 0:00:02.289 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003208", "end": "2024-02-27 23:35:14.746400", "rc": 0, "start": "2024-02-27 23:35:14.743192" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.243) 0:00:02.533 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.011) 0:00:02.544 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.009) 0:00:02.554 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.016) 0:00:02.570 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007470", "end": "2024-02-27 23:35:14.973872", "rc": 1, "start": "2024-02-27 23:35:14.966402" } 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:35:14 +0000 (0:00:00.189) 0:00:02.760 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.011) 0:00:02.772 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.183) 0:00:02.956 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.010) 0:00:02.967 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.015) 0:00:02.983 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.024) 0:00:03.007 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.019) 0:00:03.026 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.018) 0:00:03.044 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.011) 0:00:03.055 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:15 +0000 (0:00:00.011) 0:00:03.067 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:16 +0000 (0:00:01.511) 0:00:04.578 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:17 +0000 (0:00:01.100) 0:00:05.679 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:17 +0000 (0:00:00.021) 0:00:05.700 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:17 +0000 (0:00:00.021) 0:00:05.722 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:17 +0000 (0:00:00.022) 0:00:05.744 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:35:20 +0000 (0:00:02.753) 0:00:08.498 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.027) 0:00:08.525 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.031) 0:00:08.557 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.051) 0:00:08.608 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.020) 0:00:08.629 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.040) 0:00:08.670 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:35:20 +0000 (0:00:00.033) 0:00:08.703 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:35:21 +0000 (0:00:00.548) 0:00:09.252 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:35:21 +0000 (0:00:00.033) 0:00:09.286 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:35:21 +0000 (0:00:00.019) 0:00:09.305 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:35:21 +0000 (0:00:00.019) 0:00:09.324 ****** 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, d65490a2-3356-462e-86b4-dc82b9d3acb7 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.536) 0:00:09.860 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.021) 0:00:09.882 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d65490a2-3356-462e-86b4-dc82b9d3acb7" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.022) 0:00:09.904 ****** 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, d65490a2-3356-462e-86b4-dc82b9d3acb7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d65490a2-3356-462e-86b4-dc82b9d3acb7" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.021) 0:00:09.926 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.022) 0:00:09.948 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.292) 0:00:10.240 ****** 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, d65490a2-3356-462e-86b4-dc82b9d3acb7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d65490a2-3356-462e-86b4-dc82b9d3acb7" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.020) 0:00:10.261 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.033) 0:00:10.294 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.030) 0:00:10.325 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.042) 0:00:10.368 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.194) 0:00:10.562 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:35:22 +0000 (0:00:00.018) 0:00:10.580 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021803", "end": "2024-02-27 23:35:22.999937", "rc": 0, "start": "2024-02-27 23:35:22.978134" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.215) 0:00:10.796 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.021) 0:00:10.817 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.019) 0:00:10.837 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.018) 0:00:10.855 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.019) 0:00:10.875 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.019) 0:00:10.894 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.021) 0:00:10.916 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.021) 0:00:10.937 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.019) 0:00:10.957 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.043) 0:00:11.001 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.029) 0:00:11.030 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709076922.0042791, "block_size": 4096, "blocks": 0, "ctime": 1709076922.0042791, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32937, "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": 1709076922.0042791, "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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.192) 0:00:11.223 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.021) 0:00:11.244 ****** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.019) 0:00:11.263 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.057) 0:00:11.321 ****** 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.067205", "end": "2024-02-27 23:35:23.786257", "rc": 1, "start": "2024-02-27 23:35:23.719052" } STDOUT: Connection 'statebr' (d65490a2-3356-462e-86b4-dc82b9d3acb7) 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_hotfixjn34oq1w/tests/playbooks/tests_states.yml:45 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.262) 0:00:11.583 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.030) 0:00:11.614 ****** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.020) 0:00:11.634 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.036) 0:00:11.671 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.028) 0:00:11.700 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:35:23 +0000 (0:00:00.028) 0:00:11.728 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-02-27 23:35:24.128829", "rc": 0, "start": "2024-02-27 23:35:24.125162" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.200) 0:00:11.928 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.020) 0:00:11.949 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.020) 0:00:11.970 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.033) 0:00:12.004 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005974", "end": "2024-02-27 23:35:24.408161", "rc": 1, "start": "2024-02-27 23:35:24.402187" } 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.198) 0:00:12.203 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.053) 0:00:12.256 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.193) 0:00:12.449 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.022) 0:00:12.471 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.033) 0:00:12.505 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.040) 0:00:12.545 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.038) 0:00:12.583 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.031) 0:00:12.615 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.021) 0:00:12.637 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:24 +0000 (0:00:00.021) 0:00:12.658 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:26 +0000 (0:00:01.417) 0:00:14.075 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:27 +0000 (0:00:00.952) 0:00:15.027 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:27 +0000 (0:00:00.022) 0:00:15.050 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:27 +0000 (0:00:00.022) 0:00:15.072 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:27 +0000 (0:00:00.047) 0:00:15.120 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:35:30 +0000 (0:00:02.785) 0:00:17.905 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.028) 0:00:17.934 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.034) 0:00:17.968 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.050) 0:00:18.019 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.022) 0:00:18.041 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.022) 0:00:18.063 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.032) 0:00:18.095 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.380) 0:00:18.476 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.033) 0:00:18.509 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.019) 0:00:18.529 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:35:30 +0000 (0:00:00.019) 0:00:18.549 ****** 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, 0e26b6b7-c961-415b-a1d4-2fd074c7111f TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.362) 0:00:18.911 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.023) 0:00:18.934 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0e26b6b7-c961-415b-a1d4-2fd074c7111f" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.022) 0:00:18.956 ****** 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, 0e26b6b7-c961-415b-a1d4-2fd074c7111f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0e26b6b7-c961-415b-a1d4-2fd074c7111f" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.023) 0:00:18.980 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.021) 0:00:19.001 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.229) 0:00:19.230 ****** 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, 0e26b6b7-c961-415b-a1d4-2fd074c7111f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0e26b6b7-c961-415b-a1d4-2fd074c7111f" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.022) 0:00:19.252 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.036) 0:00:19.289 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.031) 0:00:19.320 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.195) 0:00:19.516 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.022) 0:00:19.539 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.032) 0:00:19.571 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:35:31 +0000 (0:00:00.020) 0:00:19.592 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.192) 0:00:19.784 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.019) 0:00:19.803 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021140", "end": "2024-02-27 23:35:32.222446", "rc": 0, "start": "2024-02-27 23:35:32.201306" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.215) 0:00:20.019 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.021) 0:00:20.040 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.018) 0:00:20.059 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.018) 0:00:20.078 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.019) 0:00:20.097 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.018) 0:00:20.116 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.052) 0:00:20.169 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.022) 0:00:20.192 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.023) 0:00:20.215 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.027) 0:00:20.242 ****** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.022) 0:00:20.265 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.039) 0:00:20.304 ****** 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.041091", "end": "2024-02-27 23:35:32.744635", "rc": 1, "start": "2024-02-27 23:35:32.703544" } STDOUT: Connection 'statebr' (0e26b6b7-c961-415b-a1d4-2fd074c7111f) 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_hotfixjn34oq1w/tests/playbooks/tests_states.yml:65 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.237) 0:00:20.541 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.032) 0:00:20.574 ****** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.021) 0:00:20.596 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.039) 0:00:20.635 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.031) 0:00:20.667 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:35:32 +0000 (0:00:00.030) 0:00:20.697 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003504", "end": "2024-02-27 23:35:33.098871", "rc": 0, "start": "2024-02-27 23:35:33.095367" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.198) 0:00:20.895 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.024) 0:00:20.919 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.043) 0:00:20.962 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.076) 0:00:21.039 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.046) 0:00:21.085 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.045) 0:00:21.130 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.037) 0:00:21.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.023) 0:00:21.191 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:33 +0000 (0:00:00.023) 0:00:21.215 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:34 +0000 (0:00:01.434) 0:00:22.649 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:35 +0000 (0:00:00.955) 0:00:23.604 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:35 +0000 (0:00:00.023) 0:00:23.628 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:35 +0000 (0:00:00.023) 0:00:23.651 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:35 +0000 (0:00:00.024) 0:00:23.676 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:35:38 +0000 (0:00:02.900) 0:00:26.577 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:35:38 +0000 (0:00:00.055) 0:00:26.633 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:35:38 +0000 (0:00:00.033) 0:00:26.666 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:35:38 +0000 (0:00:00.052) 0:00:26.719 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:35:38 +0000 (0:00:00.022) 0:00:26.741 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:35:38 +0000 (0:00:00.021) 0:00:26.763 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.033) 0:00:26.797 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.379) 0:00:27.176 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.037) 0:00:27.214 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.019) 0:00:27.233 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.018) 0:00:27.251 ****** 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, d7940542-dd6e-4930-a60c-8ea39c0c1387 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.397) 0:00:27.649 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.021) 0:00:27.671 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d7940542-dd6e-4930-a60c-8ea39c0c1387" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.022) 0:00:27.693 ****** 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, d7940542-dd6e-4930-a60c-8ea39c0c1387\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d7940542-dd6e-4930-a60c-8ea39c0c1387" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.023) 0:00:27.716 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:35:39 +0000 (0:00:00.021) 0:00:27.738 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.202) 0:00:27.941 ****** 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, d7940542-dd6e-4930-a60c-8ea39c0c1387\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d7940542-dd6e-4930-a60c-8ea39c0c1387" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.021) 0:00:27.962 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.059) 0:00:28.022 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.040) 0:00:28.062 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.037) 0:00:28.100 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.031) 0:00:28.132 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.022) 0:00:28.154 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:40 +0000 (0:00:00.021) 0:00:28.175 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:41 +0000 (0:00:01.433) 0:00:29.609 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:42 +0000 (0:00:00.953) 0:00:30.562 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:42 +0000 (0:00:00.022) 0:00:30.585 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:42 +0000 (0:00:00.022) 0:00:30.608 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:42 +0000 (0:00:00.022) 0:00:30.630 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:35:45 +0000 (0:00:02.630) 0:00:33.260 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.028) 0:00:33.289 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.067) 0:00:33.356 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.052) 0:00:33.409 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.023) 0:00:33.432 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.022) 0:00:33.455 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:35:45 +0000 (0:00:00.033) 0:00:33.489 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.382) 0:00:33.871 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.034) 0:00:33.906 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.019) 0:00:33.925 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.018) 0:00:33.944 ****** 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, d7940542-dd6e-4930-a60c-8ea39c0c1387 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.351) 0:00:34.296 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.023) 0:00:34.320 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d7940542-dd6e-4930-a60c-8ea39c0c1387 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.022) 0:00:34.342 ****** 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, d7940542-dd6e-4930-a60c-8ea39c0c1387 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d7940542-dd6e-4930-a60c-8ea39c0c1387 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.022) 0:00:34.365 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.022) 0:00:34.388 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.204) 0:00:34.593 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.035) 0:00:34.628 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:35:46 +0000 (0:00:00.057) 0:00:34.685 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709076939.8036594, "block_size": 4096, "blocks": 0, "ctime": 1709076939.8036594, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33068, "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": 1709076939.8036594, "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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.195) 0:00:34.880 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.021) 0:00:34.902 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.032) 0:00:34.934 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.020) 0:00:34.954 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.197) 0:00:35.151 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.020) 0:00:35.171 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021076", "end": "2024-02-27 23:35:47.591302", "rc": 0, "start": "2024-02-27 23:35:47.570226" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.218) 0:00:35.389 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.021) 0:00:35.411 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.019) 0:00:35.431 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.019) 0:00:35.451 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.018) 0:00:35.469 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.019) 0:00:35.489 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.021) 0:00:35.511 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.021) 0:00:35.532 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.020) 0:00:35.552 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.027) 0:00:35.580 ****** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.049) 0:00:35.629 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:35:47 +0000 (0:00:00.034) 0:00:35.663 ****** 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.064044", "end": "2024-02-27 23:35:48.127440", "rc": 1, "start": "2024-02-27 23:35:48.063396" } STDOUT: Connection 'statebr' (d7940542-dd6e-4930-a60c-8ea39c0c1387) 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_hotfixjn34oq1w/tests/playbooks/tests_states.yml:83 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.259) 0:00:35.923 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.032) 0:00:35.956 ****** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.021) 0:00:35.977 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.039) 0:00:36.017 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.030) 0:00:36.047 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.029) 0:00:36.077 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003317", "end": "2024-02-27 23:35:48.484093", "rc": 0, "start": "2024-02-27 23:35:48.480776" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.203) 0:00:36.281 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.020) 0:00:36.301 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.021) 0:00:36.323 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.036) 0:00:36.359 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.082) 0:00:36.441 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.047) 0:00:36.488 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.034) 0:00:36.522 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.024) 0:00:36.547 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:48 +0000 (0:00:00.024) 0:00:36.571 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:50 +0000 (0:00:01.417) 0:00:37.988 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:51 +0000 (0:00:00.963) 0:00:38.952 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:51 +0000 (0:00:00.022) 0:00:38.974 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:51 +0000 (0:00:00.022) 0:00:38.996 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:51 +0000 (0:00:00.021) 0:00:39.017 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:35:54 +0000 (0:00:02.906) 0:00:41.924 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.027) 0:00:41.952 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.037) 0:00:41.989 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.061) 0:00:42.051 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.022) 0:00:42.073 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.061) 0:00:42.134 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.033) 0:00:42.168 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.378) 0:00:42.546 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.035) 0:00:42.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.020) 0:00:42.603 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:35:54 +0000 (0:00:00.019) 0:00:42.623 ****** 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, bb589ab4-a32c-4fad-b5b0-028e21aadc1b TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.401) 0:00:43.025 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.025) 0:00:43.051 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb589ab4-a32c-4fad-b5b0-028e21aadc1b" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.025) 0:00:43.076 ****** 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, bb589ab4-a32c-4fad-b5b0-028e21aadc1b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb589ab4-a32c-4fad-b5b0-028e21aadc1b" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.025) 0:00:43.101 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.024) 0:00:43.126 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.202) 0:00:43.328 ****** 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, bb589ab4-a32c-4fad-b5b0-028e21aadc1b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bb589ab4-a32c-4fad-b5b0-028e21aadc1b" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.021) 0:00:43.350 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.040) 0:00:43.391 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.037) 0:00:43.428 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.032) 0:00:43.461 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.051) 0:00:43.512 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:35:55 +0000 (0:00:00.023) 0:00:43.536 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:35:57 +0000 (0:00:01.418) 0:00:44.955 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:35:58 +0000 (0:00:00.952) 0:00:45.908 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:35:58 +0000 (0:00:00.021) 0:00:45.929 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:35:58 +0000 (0:00:00.022) 0:00:45.952 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:35:58 +0000 (0:00:00.021) 0:00:45.973 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:00 +0000 (0:00:02.696) 0:00:48.670 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:00 +0000 (0:00:00.027) 0:00:48.698 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:00 +0000 (0:00:00.035) 0:00:48.734 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.052) 0:00:48.787 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.022) 0:00:48.810 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.025) 0:00:48.836 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.035) 0:00:48.872 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.389) 0:00:49.261 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.071) 0:00:49.332 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.020) 0:00:49.352 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.020) 0:00:49.373 ****** 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, bb589ab4-a32c-4fad-b5b0-028e21aadc1b skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.355) 0:00:49.729 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:01 +0000 (0:00:00.024) 0:00:49.754 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb589ab4-a32c-4fad-b5b0-028e21aadc1b skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.024) 0:00:49.778 ****** 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, bb589ab4-a32c-4fad-b5b0-028e21aadc1b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, bb589ab4-a32c-4fad-b5b0-028e21aadc1b skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.024) 0:00:49.802 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.023) 0:00:49.825 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.203) 0:00:50.029 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.035) 0:00:50.065 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.042) 0:00:50.107 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.039) 0:00:50.147 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.033) 0:00:50.180 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.023) 0:00:50.204 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:02 +0000 (0:00:00.023) 0:00:50.227 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:03 +0000 (0:00:01.498) 0:00:51.726 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:04 +0000 (0:00:00.966) 0:00:52.693 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:04 +0000 (0:00:00.023) 0:00:52.716 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:04 +0000 (0:00:00.023) 0:00:52.740 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:04 +0000 (0:00:00.026) 0:00:52.767 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:07 +0000 (0:00:02.884) 0:00:55.652 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:07 +0000 (0:00:00.027) 0:00:55.679 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:07 +0000 (0:00:00.034) 0:00:55.714 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:07 +0000 (0:00:00.050) 0:00:55.764 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.022) 0:00:55.787 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.022) 0:00:55.810 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.033) 0:00:55.843 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.380) 0:00:56.223 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.033) 0:00:56.257 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.020) 0:00:56.277 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.021) 0:00:56.299 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:08 +0000 (0:00:00.454) 0:00:56.753 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.023) 0:00:56.777 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.021) 0:00:56.799 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.022) 0:00:56.822 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.021) 0:00:56.844 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.202) 0:00:57.047 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.036) 0:00:57.083 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.030) 0:00:57.113 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709076955.175886, "block_size": 4096, "blocks": 0, "ctime": 1709076955.175886, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33199, "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": 1709076955.175886, "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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.195) 0:00:57.308 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.021) 0:00:57.330 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.033) 0:00:57.364 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.021) 0:00:57.385 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.194) 0:00:57.579 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:36:09 +0000 (0:00:00.018) 0:00:57.597 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021604", "end": "2024-02-27 23:36:10.017420", "rc": 1, "start": "2024-02-27 23:36:09.995816" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.249) 0:00:57.846 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.020) 0:00:57.866 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.020) 0:00:57.887 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.019) 0:00:57.906 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.019) 0:00:57.926 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.020) 0:00:57.947 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.021) 0:00:57.968 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.027) 0:00:57.996 ****** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.020) 0:00:58.017 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.036) 0:00:58.054 ****** 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.068875", "end": "2024-02-27 23:36:10.521165", "rc": 1, "start": "2024-02-27 23:36:10.452290" } STDOUT: Connection 'statebr' (bb589ab4-a32c-4fad-b5b0-028e21aadc1b) 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_hotfixjn34oq1w/tests/playbooks/tests_states.yml:102 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.263) 0:00:58.318 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.032) 0:00:58.350 ****** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.021) 0:00:58.372 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.040) 0:00:58.413 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.031) 0:00:58.444 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.068) 0:00:58.512 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003698", "end": "2024-02-27 23:36:10.921761", "rc": 0, "start": "2024-02-27 23:36:10.918063" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.205) 0:00:58.718 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.021) 0:00:58.739 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:36:10 +0000 (0:00:00.021) 0:00:58.760 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.036) 0:00:58.797 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.040) 0:00:58.838 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.038) 0:00:58.876 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.032) 0:00:58.909 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.023) 0:00:58.932 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:11 +0000 (0:00:00.022) 0:00:58.955 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:12 +0000 (0:00:01.420) 0:01:00.376 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:13 +0000 (0:00:00.990) 0:01:01.366 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:13 +0000 (0:00:00.060) 0:01:01.427 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:13 +0000 (0:00:00.023) 0:01:01.450 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:13 +0000 (0:00:00.023) 0:01:01.473 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:16 +0000 (0:00:02.909) 0:01:04.382 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.027) 0:01:04.410 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.033) 0:01:04.444 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.051) 0:01:04.496 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.022) 0:01:04.519 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.022) 0:01:04.541 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:16 +0000 (0:00:00.036) 0:01:04.578 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.379) 0:01:04.958 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.034) 0:01:04.993 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.019) 0:01:05.013 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.020) 0:01:05.033 ****** 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, 6d73feb8-d275-4733-bf45-e86490c34ad9 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.398) 0:01:05.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.024) 0:01:05.455 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6d73feb8-d275-4733-bf45-e86490c34ad9" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.022) 0:01:05.478 ****** 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, 6d73feb8-d275-4733-bf45-e86490c34ad9\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6d73feb8-d275-4733-bf45-e86490c34ad9" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.023) 0:01:05.502 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.021) 0:01:05.524 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 27 February 2024 23:36:17 +0000 (0:00:00.241) 0:01:05.765 ****** 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, 6d73feb8-d275-4733-bf45-e86490c34ad9\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6d73feb8-d275-4733-bf45-e86490c34ad9" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.022) 0:01:05.787 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.041) 0:01:05.829 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.038) 0:01:05.868 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.033) 0:01:05.902 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.024) 0:01:05.927 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:18 +0000 (0:00:00.024) 0:01:05.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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:19 +0000 (0:00:01.417) 0:01:07.369 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:20 +0000 (0:00:00.959) 0:01:08.328 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:20 +0000 (0:00:00.022) 0:01:08.351 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:20 +0000 (0:00:00.022) 0:01:08.373 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:20 +0000 (0:00:00.021) 0:01:08.395 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:23 +0000 (0:00:02.787) 0:01:11.182 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.029) 0:01:11.211 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.036) 0:01:11.247 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.053) 0:01:11.301 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.025) 0:01:11.326 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.024) 0:01:11.350 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.034) 0:01:11.385 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:23 +0000 (0:00:00.382) 0:01:11.767 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.035) 0:01:11.803 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.020) 0:01:11.823 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.020) 0:01:11.843 ****** 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, 6d73feb8-d275-4733-bf45-e86490c34ad9 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.352) 0:01:12.196 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.024) 0:01:12.220 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6d73feb8-d275-4733-bf45-e86490c34ad9 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.023) 0:01:12.243 ****** 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, 6d73feb8-d275-4733-bf45-e86490c34ad9 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6d73feb8-d275-4733-bf45-e86490c34ad9 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.024) 0:01:12.267 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.025) 0:01:12.293 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.212) 0:01:12.505 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.079) 0:01:12.584 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.039) 0:01:12.624 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.035) 0:01:12.659 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.024) 0:01:12.684 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:24 +0000 (0:00:00.023) 0:01:12.707 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:26 +0000 (0:00:01.421) 0:01:14.128 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:27 +0000 (0:00:00.957) 0:01:15.086 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:27 +0000 (0:00:00.023) 0:01:15.109 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:27 +0000 (0:00:00.022) 0:01:15.132 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:27 +0000 (0:00:00.022) 0:01:15.154 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:30 +0000 (0:00:02.715) 0:01:17.870 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.028) 0:01:17.898 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.034) 0:01:17.932 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.052) 0:01:17.984 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.065) 0:01:18.050 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.023) 0:01:18.074 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.036) 0:01:18.110 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.385) 0:01:18.495 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.034) 0:01:18.529 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.020) 0:01:18.549 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:30 +0000 (0:00:00.019) 0:01:18.569 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.388) 0:01:18.957 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.022) 0:01:18.980 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.024) 0:01:19.004 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.024) 0:01:19.029 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.024) 0:01:19.053 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.205) 0:01:19.258 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.035) 0:01:19.294 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.039) 0:01:19.334 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.071) 0:01:19.405 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.033) 0:01:19.439 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.022) 0:01:19.461 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:31 +0000 (0:00:00.022) 0:01:19.484 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:33 +0000 (0:00:01.424) 0:01:20.909 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:34 +0000 (0:00:00.956) 0:01:21.866 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:34 +0000 (0:00:00.023) 0:01:21.889 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:34 +0000 (0:00:00.024) 0:01:21.913 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:34 +0000 (0:00:00.025) 0:01:21.939 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:36 +0000 (0:00:02.396) 0:01:24.336 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.029) 0:01:24.365 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.033) 0:01:24.399 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.052) 0:01:24.451 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.023) 0:01:24.475 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.022) 0:01:24.497 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:36 +0000 (0:00:00.071) 0:01:24.569 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.381) 0:01:24.950 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.038) 0:01:24.988 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.020) 0:01:25.009 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.019) 0:01:25.028 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.445) 0:01:25.474 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.022) 0:01:25.496 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.022) 0:01:25.519 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.022) 0:01:25.541 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:37 +0000 (0:00:00.024) 0:01:25.566 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.203) 0:01:25.770 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.037) 0:01:25.807 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.033) 0:01:25.841 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.021) 0:01:25.862 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.195) 0:01:26.058 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.019) 0:01:26.078 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020246", "end": "2024-02-27 23:36:38.498584", "rc": 1, "start": "2024-02-27 23:36:38.478338" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.257) 0:01:26.335 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.023) 0:01:26.359 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.020) 0:01:26.379 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.020) 0:01:26.400 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.019) 0:01:26.420 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.028) 0:01:26.448 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.023) 0:01:26.472 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.050) 0:01:26.522 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.033) 0:01:26.555 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:36:38 +0000 (0:00:00.196) 0:01:26.752 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.026) 0:01:26.779 ****** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.023) 0:01:26.802 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.036) 0:01:26.839 ****** 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.039083", "end": "2024-02-27 23:36:39.290320", "rc": 1, "start": "2024-02-27 23:36:39.251237" } 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_hotfixjn34oq1w/tests/playbooks/tests_states.yml:124 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.249) 0:01:27.088 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:5 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.072) 0:01:27.160 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:9 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.021) 0:01:27.182 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:21 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.040) 0:01:27.223 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.032) 0:01:27.256 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.033) 0:01:27.289 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2024-02-27 23:36:39.692849", "rc": 0, "start": "2024-02-27 23:36:39.689526" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.200) 0:01:27.490 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.020) 0:01:27.511 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:24 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.021) 0:01:27.532 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.037) 0:01:27.570 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.042) 0:01:27.612 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.037) 0:01:27.650 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.032) 0:01:27.682 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:39 +0000 (0:00:00.022) 0:01:27.705 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:40 +0000 (0:00:00.064) 0:01:27.770 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:41 +0000 (0:00:01.439) 0:01:29.209 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:42 +0000 (0:00:00.964) 0:01:30.174 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:42 +0000 (0:00:00.025) 0:01:30.199 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:42 +0000 (0:00:00.025) 0:01:30.225 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:42 +0000 (0:00:00.026) 0:01:30.251 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:45 +0000 (0:00:03.073) 0:01:33.325 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.027) 0:01:33.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.036) 0:01:33.389 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.053) 0:01:33.443 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.022) 0:01:33.465 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.022) 0:01:33.488 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:45 +0000 (0:00:00.033) 0:01:33.522 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.381) 0:01:33.904 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.035) 0:01:33.940 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.018) 0:01:33.958 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.058) 0:01:34.016 ****** 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, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.405) 0:01:34.422 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.024) 0:01:34.446 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.023) 0:01:34.469 ****** 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, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.023) 0:01:34.492 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.022) 0:01:34.515 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.204) 0:01:34.720 ****** 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, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 27 February 2024 23:36:46 +0000 (0:00:00.022) 0:01:34.742 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:47 +0000 (0:00:00.041) 0:01:34.784 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:47 +0000 (0:00:00.038) 0:01:34.823 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:47 +0000 (0:00:00.033) 0:01:34.857 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:47 +0000 (0:00:00.023) 0:01:34.881 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:47 +0000 (0:00:00.024) 0:01:34.905 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:48 +0000 (0:00:01.450) 0:01:36.355 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:49 +0000 (0:00:01.031) 0:01:37.387 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:49 +0000 (0:00:00.022) 0:01:37.410 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:49 +0000 (0:00:00.023) 0:01:37.433 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:49 +0000 (0:00:00.022) 0:01:37.455 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:52 +0000 (0:00:02.655) 0:01:40.111 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.029) 0:01:40.140 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.037) 0:01:40.177 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.057) 0:01:40.235 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.023) 0:01:40.259 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.023) 0:01:40.283 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.034) 0:01:40.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.383) 0:01:40.701 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.036) 0:01:40.738 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:52 +0000 (0:00:00.025) 0:01:40.763 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.021) 0:01:40.784 ****** 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, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.403) 0:01:41.188 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.024) 0:01:41.213 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.022) 0:01:41.235 ****** 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, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6baa65f1-dee8-4538-b56a-2a1b79aae2d8 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.058) 0:01:41.294 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.024) 0:01:41.319 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.203) 0:01:41.522 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.042) 0:01:41.564 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.039) 0:01:41.603 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.033) 0:01:41.636 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.022) 0:01:41.659 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:36:53 +0000 (0:00:00.021) 0:01:41.681 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:36:55 +0000 (0:00:01.419) 0:01:43.100 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:36:56 +0000 (0:00:00.956) 0:01:44.056 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:36:56 +0000 (0:00:00.022) 0:01:44.079 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:36:56 +0000 (0:00:00.021) 0:01:44.101 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:36:56 +0000 (0:00:00.060) 0:01:44.161 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:36:59 +0000 (0:00:02.954) 0:01:47.116 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.031) 0:01:47.147 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.034) 0:01:47.182 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.052) 0:01:47.234 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.024) 0:01:47.258 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.022) 0:01:47.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.037) 0:01:47.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.384) 0:01:47.702 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.042) 0:01:47.744 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:36:59 +0000 (0:00:00.020) 0:01:47.765 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.019) 0:01:47.785 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.463) 0:01:48.249 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.024) 0:01:48.273 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.022) 0:01:48.296 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.023) 0:01:48.319 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.022) 0:01:48.342 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:30 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.203) 0:01:48.545 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.080) 0:01:48.626 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.042) 0:01:48.669 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.040) 0:01:48.709 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 23:37:00 +0000 (0:00:00.037) 0:01:48.746 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 23:37:01 +0000 (0:00:00.026) 0:01:48.772 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 23:37:01 +0000 (0:00:00.025) 0:01:48.798 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 23:37:02 +0000 (0:00:01.507) 0:01:50.305 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 23:37:03 +0000 (0:00:00.957) 0:01:51.263 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 23:37:03 +0000 (0:00:00.023) 0:01:51.287 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 23:37:03 +0000 (0:00:00.022) 0:01:51.309 ****** 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] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 23:37:03 +0000 (0:00:00.022) 0:01:51.331 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 23:37:06 +0000 (0:00:02.586) 0:01:53.917 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.065) 0:01:53.983 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.034) 0:01:54.018 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.053) 0:01:54.072 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.023) 0:01:54.096 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.022) 0:01:54.118 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.034) 0:01:54.153 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.386) 0:01:54.540 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.034) 0:01:54.574 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.019) 0:01:54.594 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 23:37:06 +0000 (0:00:00.018) 0:01:54.612 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.377) 0:01:54.990 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.023) 0:01:55.013 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.022) 0:01:55.036 ****** 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_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.023) 0:01:55.059 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.021) 0:01:55.081 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:36 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.207) 0:01:55.289 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.076) 0:01:55.366 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.032) 0:01:55.398 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.020) 0:01:55.419 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.196) 0:01:55.615 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 23:37:07 +0000 (0:00:00.019) 0:01:55.634 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020254", "end": "2024-02-27 23:37:08.053787", "rc": 1, "start": "2024-02-27 23:37:08.033533" } 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.216) 0:01:55.850 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.020) 0:01:55.871 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.019) 0:01:55.890 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.019) 0:01:55.909 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.019) 0:01:55.929 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.021) 0:01:55.951 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.022) 0:01:55.974 ****** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.581981", "end": "2024-02-27 23:37:08.956256", "rc": 0, "start": "2024-02-27 23:37:08.374275" } STDOUT: NetworkManager-1.45.91-1.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Tuesday 27 February 2024 23:37:08 +0000 (0:00:00.779) 0:01:56.754 ****** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.45.91-1.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.021) 0:01:56.775 ****** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.45.91-1.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:42 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.020) 0:01:56.796 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.046) 0:01:56.842 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.067) 0:01:56.909 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.194) 0:01:57.104 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:47 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.023) 0:01:57.127 ****** 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_hotfixjn34oq1w/tests/playbooks/tasks/run_test.yml:66 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.020) 0:01:57.148 ****** included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-nm_plugin_hotfixjn34oq1w/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_hotfixjn34oq1w/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.039) 0:01:57.187 ****** 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.039360", "end": "2024-02-27 23:37:09.623996", "rc": 1, "start": "2024-02-27 23:37:09.584636" } 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_hotfixjn34oq1w/tests/playbooks/tasks/check_network_dns.yml:6 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.233) 0:01:57.420 ****** 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.008157", "end": "2024-02-27 23:37:09.825400", "rc": 0, "start": "2024-02-27 23:37:09.817243" } 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 12:b9:9f:b4:ba:15 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.10.85/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2614sec preferred_lft 2614sec inet6 fe80::10b9:9fff:feb4:ba15/64 scope link valid_lft forever preferred_lft forever 35: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 8a:6b:8b:a0:9b:2e 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.8.1 dev eth0 proto dhcp src 10.31.10.85 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.85 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_hotfixjn34oq1w/tests/playbooks/tasks/check_network_dns.yml:24 Tuesday 27 February 2024 23:37:09 +0000 (0:00:00.202) 0:01:57.622 ****** 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.384845", "end": "2024-02-27 23:37:10.409131", "rc": 0, "start": "2024-02-27 23:37:10.024286" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2620:52:3:1:dead:beef:cafe:fed7 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1210 0 --:--:-- --:--:-- --:--:-- 1210 % 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 2669 0 --:--:-- --:--:-- --:--:-- 2694 PLAY RECAP ********************************************************************* sut : ok=334 changed=10 unreachable=0 failed=0 skipped=282 rescued=0 ignored=11 Tuesday 27 February 2024 23:37:10 +0000 (0:00:00.616) 0:01:58.239 ****** =============================================================================== fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 3.07s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.95s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.91s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.91s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.90s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.88s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.79s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.79s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.75s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.72s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.70s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.66s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.63s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.59s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 2.40s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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.51s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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.50s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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.45s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.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.44s /WORKDIR/git-nm_plugin_hotfixjn34oq1w/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---