# 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_hotfix22z9vynm/.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_hotfix22z9vynm/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_hotfix22z9vynm/tests/tests_states_nm.yml:6 Sunday 18 February 2024 22:56:07 +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_hotfix22z9vynm/tests/tests_states_nm.yml:9 Sunday 18 February 2024 22:56:08 +0000 (0:00:00.993) 0:00:01.005 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 22:56:08 +0000 (0:00:00.011) 0:00:01.016 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 22:56:08 +0000 (0:00:00.399) 0:00:01.415 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.285) 0:00:01.701 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.013) 0:00:01.714 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.007) 0:00:01.722 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.021) 0:00:01.743 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.008) 0:00:01.751 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.008) 0:00:01.760 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.011) 0:00:01.771 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.007) 0:00:01.779 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tests_states_nm.yml:11 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.008) 0:00:01.788 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:3 Sunday 18 February 2024 22:56:09 +0000 (0:00:00.015) 0:00:01.803 ******* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:11 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.762) 0:00:02.566 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:22 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.009) 0:00:02.576 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.013) 0:00:02.589 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.009) 0:00:02.599 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.027) 0:00:02.626 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.011) 0:00:02.638 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.010) 0:00:02.648 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003588", "end": "2024-02-18 22:56:10.456465", "rc": 0, "start": "2024-02-18 22:56:10.452877" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.284) 0:00:02.933 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.009) 0:00:02.943 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.009) 0:00:02.953 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.015) 0:00:02.968 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007536", "end": "2024-02-18 22:56:10.724371", "rc": 1, "start": "2024-02-18 22:56:10.716835" } 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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.232) 0:00:03.200 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.012) 0:00:03.213 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.223) 0:00:03.437 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:56:10 +0000 (0:00:00.010) 0:00:03.448 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.015) 0:00:03.463 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.022) 0:00:03.486 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.018) 0:00:03.505 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.018) 0:00:03.523 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.011) 0:00:03.535 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:11 +0000 (0:00:00.013) 0:00:03.548 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:13 +0000 (0:00:02.250) 0:00:05.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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.979) 0:00:06.778 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.021) 0:00:06.799 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.020) 0:00:06.820 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.020) 0:00:06.841 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.051) 0:00:06.893 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.021) 0:00:06.914 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.021) 0:00:06.935 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:14 +0000 (0:00:00.052) 0:00:06.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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.616) 0:00:07.604 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.033) 0:00:07.638 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.019) 0:00:07.657 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.019) 0:00:07.676 ******* 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, 12b8d018-e1f7-4138-8700-f8e643e177c6 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.582) 0:00:08.259 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.023) 0:00:08.282 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 12b8d018-e1f7-4138-8700-f8e643e177c6" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.021) 0:00:08.304 ******* 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, 12b8d018-e1f7-4138-8700-f8e643e177c6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 12b8d018-e1f7-4138-8700-f8e643e177c6" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.021) 0:00:08.326 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:15 +0000 (0:00:00.021) 0:00:08.347 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.328) 0:00:08.676 ******* 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, 12b8d018-e1f7-4138-8700-f8e643e177c6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 12b8d018-e1f7-4138-8700-f8e643e177c6" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.021) 0:00:08.697 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.035) 0:00:08.733 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.057) 0:00:08.790 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.020) 0:00:08.810 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.233) 0:00:09.044 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.019) 0:00:09.063 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020787", "end": "2024-02-18 22:56:16.832620", "rc": 0, "start": "2024-02-18 22:56:16.811833" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.256) 0:00:09.320 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.022) 0:00:09.342 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.020) 0:00:09.362 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.021) 0:00:09.384 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.020) 0:00:09.405 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.019) 0:00:09.425 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:56:16 +0000 (0:00:00.021) 0:00:09.447 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.022) 0:00:09.469 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.022) 0:00:09.492 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.046) 0:00:09.539 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.031) 0:00:09.570 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708296975.7182856, "block_size": 4096, "blocks": 0, "ctime": 1708296975.7182856, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36825, "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": 1708296975.7182856, "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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.261) 0:00:09.832 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.022) 0:00:09.855 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.021) 0:00:09.877 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.036) 0:00:09.913 ******* 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.060355", "end": "2024-02-18 22:56:17.723971", "rc": 1, "start": "2024-02-18 22:56:17.663616" } STDOUT: Connection 'statebr' (12b8d018-e1f7-4138-8700-f8e643e177c6) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:45 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.297) 0:00:10.211 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.033) 0:00:10.244 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.023) 0:00:10.268 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.042) 0:00:10.311 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.035) 0:00:10.346 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:17 +0000 (0:00:00.031) 0:00:10.378 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003589", "end": "2024-02-18 22:56:18.132187", "rc": 0, "start": "2024-02-18 22:56:18.128598" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.241) 0:00:10.620 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.021) 0:00:10.641 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.045) 0:00:10.687 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.038) 0:00:10.725 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006507", "end": "2024-02-18 22:56:18.483595", "rc": 1, "start": "2024-02-18 22:56:18.477088" } 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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.244) 0:00:10.970 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.032) 0:00:11.002 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.234) 0:00:11.237 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.021) 0:00:11.258 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.034) 0:00:11.293 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.039) 0:00:11.333 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.037) 0:00:11.370 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.032) 0:00:11.403 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:18 +0000 (0:00:00.021) 0:00:11.425 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:19 +0000 (0:00:00.049) 0:00:11.474 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:21 +0000 (0:00:02.160) 0:00:13.635 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:21 +0000 (0:00:00.811) 0:00:14.446 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.022) 0:00:14.468 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.022) 0:00:14.491 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.022) 0:00:14.514 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.052) 0:00:14.566 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.023) 0:00:14.589 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.022) 0:00:14.612 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.035) 0:00:14.648 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.449) 0:00:15.097 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.035) 0:00:15.132 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.020) 0:00:15.153 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:22 +0000 (0:00:00.051) 0:00:15.204 ******* 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, 498ff9ad-2c4e-4341-8d41-6bad69cf219e TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.421) 0:00:15.626 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.023) 0:00:15.649 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 498ff9ad-2c4e-4341-8d41-6bad69cf219e" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.022) 0:00:15.672 ******* 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, 498ff9ad-2c4e-4341-8d41-6bad69cf219e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 498ff9ad-2c4e-4341-8d41-6bad69cf219e" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.022) 0:00:15.694 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.022) 0:00:15.717 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.242) 0:00:15.960 ******* 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, 498ff9ad-2c4e-4341-8d41-6bad69cf219e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 498ff9ad-2c4e-4341-8d41-6bad69cf219e" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.022) 0:00:15.982 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.037) 0:00:16.020 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.031) 0:00:16.051 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.235) 0:00:16.286 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.021) 0:00:16.308 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.032) 0:00:16.340 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:56:23 +0000 (0:00:00.045) 0:00:16.386 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.236) 0:00:16.622 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.019) 0:00:16.641 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020198", "end": "2024-02-18 22:56:24.410115", "rc": 0, "start": "2024-02-18 22:56:24.389917" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.259) 0:00:16.901 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.025) 0:00:16.926 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.021) 0:00:16.947 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.021) 0:00:16.968 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.020) 0:00:16.989 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.019) 0:00:17.009 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.022) 0:00:17.032 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.022) 0:00:17.054 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.021) 0:00:17.076 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.028) 0:00:17.104 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.021) 0:00:17.126 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:56:24 +0000 (0:00:00.035) 0:00:17.161 ******* 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.039598", "end": "2024-02-18 22:56:24.950303", "rc": 1, "start": "2024-02-18 22:56:24.910705" } STDOUT: Connection 'statebr' (498ff9ad-2c4e-4341-8d41-6bad69cf219e) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:65 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.303) 0:00:17.464 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.033) 0:00:17.498 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.021) 0:00:17.519 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.038) 0:00:17.557 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.031) 0:00:17.589 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.030) 0:00:17.619 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003723", "end": "2024-02-18 22:56:25.373527", "rc": 0, "start": "2024-02-18 22:56:25.369804" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.241) 0:00:17.861 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.022) 0:00:17.883 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.021) 0:00:17.904 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.033) 0:00:17.938 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.039) 0:00:17.977 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.064) 0:00:18.042 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.033) 0:00:18.076 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.023) 0:00:18.099 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:25 +0000 (0:00:00.022) 0:00:18.122 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:27 +0000 (0:00:02.168) 0:00:20.290 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.802) 0:00:21.093 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.024) 0:00:21.118 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.023) 0:00:21.142 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.023) 0:00:21.165 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.053) 0:00:21.219 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.023) 0:00:21.242 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.025) 0:00:21.268 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:28 +0000 (0:00:00.036) 0:00:21.304 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.513) 0:00:21.818 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.035) 0:00:21.853 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.021) 0:00:21.874 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.021) 0:00:21.896 ******* 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, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.453) 0:00:22.350 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.023) 0:00:22.373 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.022) 0:00:22.396 ******* 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, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.023) 0:00:22.419 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:29 +0000 (0:00:00.023) 0:00:22.442 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.243) 0:00:22.685 ******* 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, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.024) 0:00:22.710 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.034) 0:00:22.745 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.040) 0:00:22.785 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.065) 0:00:22.850 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.034) 0:00:22.885 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.025) 0:00:22.910 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:30 +0000 (0:00:00.024) 0:00:22.935 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:32 +0000 (0:00:02.168) 0:00:25.103 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.805) 0:00:25.909 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.023) 0:00:25.932 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.022) 0:00:25.955 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.021) 0:00:25.977 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.053) 0:00:26.030 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.023) 0:00:26.053 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.022) 0:00:26.076 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:33 +0000 (0:00:00.063) 0:00:26.139 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.450) 0:00:26.589 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.034) 0:00:26.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.019) 0:00:26.644 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.019) 0:00:26.663 ******* 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, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.408) 0:00:27.072 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.023) 0:00:27.095 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.023) 0:00:27.118 ******* 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, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.022) 0:00:27.141 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.023) 0:00:27.164 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.241) 0:00:27.406 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:56:34 +0000 (0:00:00.037) 0:00:27.443 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.030) 0:00:27.474 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708296989.8161569, "block_size": 4096, "blocks": 0, "ctime": 1708296989.8161569, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36956, "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": 1708296989.8161569, "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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.271) 0:00:27.745 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.023) 0:00:27.769 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.037) 0:00:27.806 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.021) 0:00:27.827 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.236) 0:00:28.064 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.022) 0:00:28.087 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020546", "end": "2024-02-18 22:56:35.857369", "rc": 0, "start": "2024-02-18 22:56:35.836823" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.258) 0:00:28.345 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.025) 0:00:28.370 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.029) 0:00:28.399 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:56:35 +0000 (0:00:00.032) 0:00:28.432 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.028) 0:00:28.461 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.022) 0:00:28.483 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.024) 0:00:28.507 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.024) 0:00:28.532 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.022) 0:00:28.554 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.025) 0:00:28.580 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.049) 0:00:28.629 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.037) 0:00:28.666 ******* 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.064787", "end": "2024-02-18 22:56:36.481921", "rc": 1, "start": "2024-02-18 22:56:36.417134" } STDOUT: Connection 'statebr' (7b1c1de6-29c7-4cf2-a71d-fe7c4ade00ad) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:83 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.303) 0:00:28.970 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.034) 0:00:29.004 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.025) 0:00:29.030 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.040) 0:00:29.071 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.035) 0:00:29.107 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.033) 0:00:29.141 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003709", "end": "2024-02-18 22:56:36.896010", "rc": 0, "start": "2024-02-18 22:56:36.892301" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.243) 0:00:29.384 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.023) 0:00:29.407 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:36 +0000 (0:00:00.024) 0:00:29.432 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.072) 0:00:29.504 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.041) 0:00:29.546 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.038) 0:00:29.585 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.034) 0:00:29.619 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.022) 0:00:29.642 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:37 +0000 (0:00:00.023) 0:00:29.665 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:39 +0000 (0:00:02.171) 0:00:31.836 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.808) 0:00:32.644 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.024) 0:00:32.669 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.024) 0:00:32.694 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.023) 0:00:32.718 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.092) 0:00:32.810 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.023) 0:00:32.834 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.025) 0:00:32.859 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.034) 0:00:32.893 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.449) 0:00:33.343 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.034) 0:00:33.378 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.019) 0:00:33.397 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:40 +0000 (0:00:00.019) 0:00:33.417 ******* 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, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.459) 0:00:33.876 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.025) 0:00:33.901 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.023) 0:00:33.925 ******* 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, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.024) 0:00:33.949 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.023) 0:00:33.973 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.245) 0:00:34.219 ******* 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, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.024) 0:00:34.243 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.077) 0:00:34.320 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.045) 0:00:34.366 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.037) 0:00:34.404 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.023) 0:00:34.427 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:41 +0000 (0:00:00.023) 0:00:34.450 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:44 +0000 (0:00:02.156) 0:00:36.607 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:44 +0000 (0:00:00.806) 0:00:37.413 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:44 +0000 (0:00:00.023) 0:00:37.436 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.023) 0:00:37.459 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.022) 0:00:37.482 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.052) 0:00:37.535 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.023) 0:00:37.558 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.054) 0:00:37.612 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.035) 0:00:37.648 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.449) 0:00:38.098 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.036) 0:00:38.134 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.021) 0:00:38.156 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:45 +0000 (0:00:00.020) 0:00:38.176 ******* 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, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.408) 0:00:38.584 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.025) 0:00:38.610 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.030) 0:00:38.641 ******* 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, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 8d123c68-e9b5-41e2-b1a7-4af1b46cff84 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.024) 0:00:38.665 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.024) 0:00:38.689 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.243) 0:00:38.932 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.035) 0:00:38.968 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.067) 0:00:39.036 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.040) 0:00:39.076 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.033) 0:00:39.109 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.023) 0:00:39.133 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:46 +0000 (0:00:00.024) 0:00:39.157 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:48 +0000 (0:00:02.157) 0:00:41.315 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.811) 0:00:42.126 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.024) 0:00:42.151 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.023) 0:00:42.174 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.023) 0:00:42.197 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.052) 0:00:42.250 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.022) 0:00:42.273 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.054) 0:00:42.327 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.035) 0:00:42.362 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.453) 0:00:42.816 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.038) 0:00:42.855 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.021) 0:00:42.876 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.020) 0:00:42.897 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.435) 0:00:43.332 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.024) 0:00:43.356 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.022) 0:00:43.379 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.024) 0:00:43.403 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.023) 0:00:43.426 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.246) 0:00:43.673 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.049) 0:00:43.722 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.072) 0:00:43.795 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708297001.337178, "block_size": 4096, "blocks": 0, "ctime": 1708297001.337178, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37087, "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": 1708297001.337178, "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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.247) 0:00:44.043 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.047) 0:00:44.091 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.038) 0:00:44.129 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.024) 0:00:44.154 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.245) 0:00:44.399 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.019) 0:00:44.419 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020611", "end": "2024-02-18 22:56:52.191476", "rc": 1, "start": "2024-02-18 22:56:52.170865" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.264) 0:00:44.684 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.023) 0:00:44.708 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.022) 0:00:44.731 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.021) 0:00:44.752 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.021) 0:00:44.773 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.026) 0:00:44.799 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.036) 0:00:44.835 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.037) 0:00:44.873 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.021) 0:00:44.894 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.069) 0:00:44.963 ******* ok: [sut] => { "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.069888", "end": "2024-02-18 22:56:52.785032", "rc": 0, "start": "2024-02-18 22:56:52.715144" } STDOUT: Connection 'statebr' (8d123c68-e9b5-41e2-b1a7-4af1b46cff84) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:102 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.332) 0:00:45.296 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.061) 0:00:45.357 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.025) 0:00:45.383 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.044) 0:00:45.427 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.049) 0:00:45.477 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.031) 0:00:45.508 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003634", "end": "2024-02-18 22:56:53.261932", "rc": 0, "start": "2024-02-18 22:56:53.258298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.242) 0:00:45.750 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.022) 0:00:45.772 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.021) 0:00:45.794 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.038) 0:00:45.833 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.067) 0:00:45.901 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.039) 0:00:45.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 : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.034) 0:00:45.974 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.024) 0:00:45.999 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:53 +0000 (0:00:00.024) 0:00:46.023 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:56:55 +0000 (0:00:02.169) 0:00:48.193 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.808) 0:00:49.001 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.022) 0:00:49.023 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.023) 0:00:49.047 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.023) 0:00:49.070 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.052) 0:00:49.123 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.058) 0:00:49.181 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.025) 0:00:49.206 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.037) 0:00:49.243 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.455) 0:00:49.699 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.036) 0:00:49.736 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:49.760 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.020) 0:00:49.781 ******* 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, 596eb26e-2b0d-4493-b7ed-b527b8b604ec TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.473) 0:00:50.254 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:50.279 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 596eb26e-2b0d-4493-b7ed-b527b8b604ec" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:50.303 ******* 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, 596eb26e-2b0d-4493-b7ed-b527b8b604ec\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 596eb26e-2b0d-4493-b7ed-b527b8b604ec" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:50.328 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:50.353 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.252) 0:00:50.605 ******* 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, 596eb26e-2b0d-4493-b7ed-b527b8b604ec\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 596eb26e-2b0d-4493-b7ed-b527b8b604ec" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.022) 0:00:50.628 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.073) 0:00:50.701 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.039) 0:00:50.741 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.036) 0:00:50.777 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.024) 0:00:50.802 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.022) 0:00:50.825 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:00 +0000 (0:00:02.221) 0:00:53.046 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.829) 0:00:53.876 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.024) 0:00:53.900 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.023) 0:00:53.923 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.023) 0:00:53.947 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.051) 0:00:53.999 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.023) 0:00:54.022 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.065) 0:00:54.087 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:01 +0000 (0:00:00.037) 0:00:54.125 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.461) 0:00:54.586 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.035) 0:00:54.622 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.019) 0:00:54.641 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.019) 0:00:54.661 ******* 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, 596eb26e-2b0d-4493-b7ed-b527b8b604ec skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.415) 0:00:55.077 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.023) 0:00:55.100 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 596eb26e-2b0d-4493-b7ed-b527b8b604ec skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.023) 0:00:55.123 ******* 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, 596eb26e-2b0d-4493-b7ed-b527b8b604ec skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 596eb26e-2b0d-4493-b7ed-b527b8b604ec skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.024) 0:00:55.148 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.022) 0:00:55.170 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 22:57:02 +0000 (0:00:00.247) 0:00:55.417 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.040) 0:00:55.458 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.070) 0:00:55.528 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.033) 0:00:55.562 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.023) 0:00:55.586 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.023) 0:00:55.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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:05 +0000 (0:00:02.190) 0:00:57.800 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.817) 0:00:58.618 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.026) 0:00:58.644 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.025) 0:00:58.669 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.028) 0:00:58.698 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.054) 0:00:58.753 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.023) 0:00:58.776 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:58.801 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.038) 0:00:58.840 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.455) 0:00:59.295 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.081) 0:00:59.376 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.028) 0:00:59.405 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.020) 0:00:59.425 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.451) 0:00:59.877 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.027) 0:00:59.904 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.023) 0:00:59.928 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.026) 0:00:59.954 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.026) 0:00:59.980 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.244) 0:01:00.225 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.036) 0:01:00.262 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.040) 0:01:00.303 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.038) 0:01:00.341 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.100) 0:01:00.442 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:08 +0000 (0:00:00.025) 0:01:00.467 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:08 +0000 (0:00:00.023) 0:01:00.491 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:10 +0000 (0:00:02.223) 0:01:02.715 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.820) 0:01:03.535 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.023) 0:01:03.559 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.025) 0:01:03.584 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.025) 0:01:03.609 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.055) 0:01:03.665 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.025) 0:01:03.690 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.024) 0:01:03.715 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.034) 0:01:03.750 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.460) 0:01:04.210 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.081) 0:01:04.292 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.020) 0:01:04.312 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.021) 0:01:04.334 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.512) 0:01:04.846 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.024) 0:01:04.870 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.027) 0:01:04.897 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.023) 0:01:04.921 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.023) 0:01:04.944 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.250) 0:01:05.195 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.039) 0:01:05.235 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.035) 0:01:05.270 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.030) 0:01:05.301 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.249) 0:01:05.551 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.019) 0:01:05.570 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019741", "end": "2024-02-18 22:57:13.343727", "rc": 1, "start": "2024-02-18 22:57:13.323986" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.299) 0:01:05.870 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.023) 0:01:05.894 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.021) 0:01:05.915 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.021) 0:01:05.937 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.021) 0:01:05.958 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.020) 0:01:05.978 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.023) 0:01:06.001 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.046) 0:01:06.048 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.032) 0:01:06.081 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.240) 0:01:06.321 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.023) 0:01:06.345 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.021) 0:01:06.366 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:13 +0000 (0:00:00.037) 0:01:06.403 ******* 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-18 22:57:14.194457", "rc": 1, "start": "2024-02-18 22:57:14.155374" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tests_states.yml:124 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.312) 0:01:06.716 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.034) 0:01:06.750 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.021) 0:01:06.772 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.042) 0:01:06.814 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.034) 0:01:06.849 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.034) 0:01:06.884 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004071", "end": "2024-02-18 22:57:14.640325", "rc": 0, "start": "2024-02-18 22:57:14.636254" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.245) 0:01:07.129 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.022) 0:01:07.152 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.020) 0:01:07.172 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.038) 0:01:07.211 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.040) 0:01:07.251 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.073) 0:01:07.325 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.035) 0:01:07.360 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.026) 0:01:07.387 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:14 +0000 (0:00:00.024) 0:01:07.411 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:17 +0000 (0:00:02.218) 0:01:09.630 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.823) 0:01:10.453 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.026) 0:01:10.480 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.026) 0:01:10.506 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.025) 0:01:10.532 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.057) 0:01:10.590 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.023) 0:01:10.613 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.023) 0:01:10.636 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.071) 0:01:10.708 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.470) 0:01:11.178 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.050) 0:01:11.228 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.026) 0:01:11.254 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.021) 0:01:11.275 ******* 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, e5bf5e83-3972-410b-b2d9-eddc97c3da4a TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.460) 0:01:11.736 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.025) 0:01:11.761 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5bf5e83-3972-410b-b2d9-eddc97c3da4a" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.025) 0:01:11.786 ******* 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, e5bf5e83-3972-410b-b2d9-eddc97c3da4a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5bf5e83-3972-410b-b2d9-eddc97c3da4a" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.026) 0:01:11.813 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.024) 0:01:11.838 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.247) 0:01:12.085 ******* 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, e5bf5e83-3972-410b-b2d9-eddc97c3da4a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e5bf5e83-3972-410b-b2d9-eddc97c3da4a" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.023) 0:01:12.109 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.040) 0:01:12.149 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.078) 0:01:12.227 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.035) 0:01:12.263 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.026) 0:01:12.289 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.024) 0:01:12.314 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:22 +0000 (0:00:02.164) 0:01:14.478 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.807) 0:01:15.285 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.024) 0:01:15.310 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.024) 0:01:15.335 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.024) 0:01:15.359 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.054) 0:01:15.414 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:22 +0000 (0:00:00.024) 0:01:15.439 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.024) 0:01:15.464 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.036) 0:01:15.500 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.451) 0:01:15.952 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.078) 0:01:16.030 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.021) 0:01:16.052 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.020) 0:01:16.073 ******* 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, e5bf5e83-3972-410b-b2d9-eddc97c3da4a skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.412) 0:01:16.485 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.026) 0:01:16.512 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5bf5e83-3972-410b-b2d9-eddc97c3da4a skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.025) 0:01:16.537 ******* 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, e5bf5e83-3972-410b-b2d9-eddc97c3da4a skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e5bf5e83-3972-410b-b2d9-eddc97c3da4a skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.032) 0:01:16.570 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.026) 0:01:16.597 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.247) 0:01:16.845 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.044) 0:01:16.889 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.040) 0:01:16.929 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.036) 0:01:16.965 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.025) 0:01:16.991 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.080) 0:01:17.071 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:26 +0000 (0:00:02.197) 0:01:19.268 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.809) 0:01:20.078 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.024) 0:01:20.103 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.025) 0:01:20.128 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.024) 0:01:20.153 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.056) 0:01:20.210 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.025) 0:01:20.236 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.024) 0:01:20.260 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:27 +0000 (0:00:00.036) 0:01:20.297 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.454) 0:01:20.751 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.036) 0:01:20.788 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.020) 0:01:20.809 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.064) 0:01:20.874 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.519) 0:01:21.393 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.024) 0:01:21.418 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.025) 0:01:21.443 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.024) 0:01:21.467 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.024) 0:01:21.491 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.247) 0:01:21.739 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.038) 0:01:21.778 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.044) 0:01:21.822 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.040) 0:01:21.863 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.034) 0:01:21.897 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.024) 0:01:21.921 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.062) 0:01:21.984 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 22:57:31 +0000 (0:00:02.177) 0:01:24.162 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.812) 0:01:24.974 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.024) 0:01:24.999 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.024) 0:01:25.023 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.025) 0:01:25.048 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.055) 0:01:25.104 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.024) 0:01:25.129 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.025) 0:01:25.154 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 22:57:32 +0000 (0:00:00.036) 0:01:25.191 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.454) 0:01:25.645 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.036) 0:01:25.682 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.020) 0:01:25.702 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.019) 0:01:25.722 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.515) 0:01:26.237 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.029) 0:01:26.266 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.024) 0:01:26.291 ******* 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_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.025) 0:01:26.316 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.024) 0:01:26.341 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.248) 0:01:26.589 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.041) 0:01:26.630 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.035) 0:01:26.665 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.021) 0:01:26.687 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.241) 0:01:26.928 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.021) 0:01:26.949 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019765", "end": "2024-02-18 22:57:34.720862", "rc": 1, "start": "2024-02-18 22:57:34.701097" } 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.259) 0:01:27.209 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.021) 0:01:27.231 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.067) 0:01:27.298 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.027) 0:01:27.325 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.023) 0:01:27.349 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.022) 0:01:27.371 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.024) 0:01:27.396 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.362408", "end": "2024-02-18 22:57:35.511234", "rc": 0, "start": "2024-02-18 22:57:35.148826" } STDOUT: NetworkManager-1.44.2-1.fc39 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.604) 0:01:28.001 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.44.2-1.fc39" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.023) 0:01:28.025 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.44.2-1.fc39" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.022) 0:01:28.047 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.049) 0:01:28.097 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.032) 0:01:28.129 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.240) 0:01:28.370 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.023) 0:01:28.393 ******* 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_hotfix22z9vynm/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.022) 0:01:28.416 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.043) 0:01:28.460 ******* 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.039025", "end": "2024-02-18 22:57:36.251947", "rc": 1, "start": "2024-02-18 22:57:36.212922" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.330) 0:01:28.790 ******* 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.008937", "end": "2024-02-18 22:57:36.552875", "rc": 0, "start": "2024-02-18 22:57:36.543938" } 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 noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:2d:7c:ca:83:b1 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.46.181/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 1836sec preferred_lft 1836sec inet6 fe80::9934:ec34:abee:73d5/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.181 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.181 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.251) 0:01:29.042 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=318 changed=10 unreachable=0 failed=0 skipped=253 rescued=0 ignored=10 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.059) 0:01:29.102 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.25s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.20s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.19s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.18s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.16s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.16s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.16s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.16s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tests_states_nm.yml:6 ------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.98s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.83s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.82s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.82s /WORKDIR/git-nm_plugin_hotfix22z9vynm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---