# 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_hotfixeomuuiso/.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_hotfixeomuuiso/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_hotfixeomuuiso/tests/tests_states_nm.yml:6 Monday 19 February 2024 22:14:46 +0000 (0:00:00.031) 0:00:00.031 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tests_states_nm.yml:9 Monday 19 February 2024 22:14:47 +0000 (0:00:00.915) 0:00:00.946 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:14:47 +0000 (0:00:00.013) 0:00:00.960 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:17 Monday 19 February 2024 22:14:47 +0000 (0:00:00.375) 0:00:01.335 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:22 Monday 19 February 2024 22:14:47 +0000 (0:00:00.288) 0:00:01.624 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:26 Monday 19 February 2024 22:14:47 +0000 (0:00:00.031) 0:00:01.655 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:51 Monday 19 February 2024 22:14:47 +0000 (0:00:00.014) 0:00:01.670 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:14:47 +0000 (0:00:00.026) 0:00:01.696 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:14:47 +0000 (0:00:00.026) 0:00:01.723 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:14:47 +0000 (0:00:00.026) 0:00:01.749 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:14:47 +0000 (0:00:00.016) 0:00:01.766 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:14:47 +0000 (0:00:00.015) 0:00:01.781 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tests_states_nm.yml:11 Monday 19 February 2024 22:14:47 +0000 (0:00:00.039) 0:00:01.821 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:3 Monday 19 February 2024 22:14:48 +0000 (0:00:00.040) 0:00:01.862 ******* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:11 Monday 19 February 2024 22:14:48 +0000 (0:00:00.662) 0:00:02.524 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:22 Monday 19 February 2024 22:14:48 +0000 (0:00:00.022) 0:00:02.547 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:14:48 +0000 (0:00:00.018) 0:00:02.565 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:14:48 +0000 (0:00:00.012) 0:00:02.578 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:14:48 +0000 (0:00:00.046) 0:00:02.625 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:14:48 +0000 (0:00:00.060) 0:00:02.685 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:14:48 +0000 (0:00:00.022) 0:00:02.708 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003176", "end": "2024-02-19 22:14:49.120568", "rc": 0, "start": "2024-02-19 22:14:49.117392" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:14:49 +0000 (0:00:00.298) 0:00:03.007 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:14:49 +0000 (0:00:00.030) 0:00:03.038 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:14:49 +0000 (0:00:00.019) 0:00:03.057 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/delete_interface.yml:3 Monday 19 February 2024 22:14:49 +0000 (0:00:00.034) 0:00:03.091 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007676", "end": "2024-02-19 22:14:49.413564", "rc": 1, "start": "2024-02-19 22:14:49.405888" } 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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:14:49 +0000 (0:00:00.226) 0:00:03.317 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:14:49 +0000 (0:00:00.020) 0:00:03.338 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:14:49 +0000 (0:00:00.215) 0:00:03.554 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:14:49 +0000 (0:00:00.017) 0:00:03.571 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:14:49 +0000 (0:00:00.032) 0:00:03.604 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:14:49 +0000 (0:00:00.035) 0:00:03.640 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:14:49 +0000 (0:00:00.021) 0:00:03.661 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:14:49 +0000 (0:00:00.035) 0:00:03.697 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:14:49 +0000 (0:00:00.032) 0:00:03.729 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:14:49 +0000 (0:00:00.013) 0:00:03.743 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:14:51 +0000 (0:00:01.572) 0:00:05.316 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:14:52 +0000 (0:00:01.333) 0:00:06.649 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:14:52 +0000 (0:00:00.024) 0:00:06.674 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:14:52 +0000 (0:00:00.086) 0:00:06.761 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:14:52 +0000 (0:00:00.028) 0:00:06.790 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:14:53 +0000 (0:00:00.203) 0:00:06.993 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:14:53 +0000 (0:00:00.042) 0:00:07.036 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:14:53 +0000 (0:00:00.051) 0:00:07.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:14:53 +0000 (0:00:00.081) 0:00:07.169 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:14:53 +0000 (0:00:00.631) 0:00:07.801 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:14:54 +0000 (0:00:00.175) 0:00:07.976 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:14:54 +0000 (0:00:00.035) 0:00:08.012 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:14:54 +0000 (0:00:00.038) 0:00:08.051 ******* 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, 28fb8bb7-01ba-4001-bff1-50e03843d7ab TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:14:54 +0000 (0:00:00.665) 0:00:08.717 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:14:54 +0000 (0:00:00.062) 0:00:08.780 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 28fb8bb7-01ba-4001-bff1-50e03843d7ab" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:14:54 +0000 (0:00:00.025) 0:00:08.806 ******* 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, 28fb8bb7-01ba-4001-bff1-50e03843d7ab\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 28fb8bb7-01ba-4001-bff1-50e03843d7ab" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:14:54 +0000 (0:00:00.032) 0:00:08.838 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:14:55 +0000 (0:00:00.036) 0:00:08.874 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:14:55 +0000 (0:00:00.312) 0:00:09.187 ******* 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, 28fb8bb7-01ba-4001-bff1-50e03843d7ab\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 28fb8bb7-01ba-4001-bff1-50e03843d7ab" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:14:55 +0000 (0:00:00.052) 0:00:09.239 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:14:55 +0000 (0:00:00.049) 0:00:09.289 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:14:55 +0000 (0:00:00.045) 0:00:09.334 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:14:55 +0000 (0:00:00.028) 0:00:09.362 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:14:55 +0000 (0:00:00.211) 0:00:09.574 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:14:55 +0000 (0:00:00.033) 0:00:09.607 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021769", "end": "2024-02-19 22:14:55.993944", "rc": 0, "start": "2024-02-19 22:14:55.972175" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:14:56 +0000 (0:00:00.312) 0:00:09.919 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:14:56 +0000 (0:00:00.072) 0:00:09.992 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:14:56 +0000 (0:00:00.042) 0:00:10.035 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:14:56 +0000 (0:00:00.028) 0:00:10.063 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:14:56 +0000 (0:00:00.041) 0:00:10.105 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:14:56 +0000 (0:00:00.044) 0:00:10.149 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:14:56 +0000 (0:00:00.035) 0:00:10.184 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:14:56 +0000 (0:00:00.024) 0:00:10.209 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:14:56 +0000 (0:00:00.019) 0:00:10.229 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:14:56 +0000 (0:00:00.045) 0:00:10.274 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:14:56 +0000 (0:00:00.040) 0:00:10.314 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380894.7618837, "block_size": 4096, "blocks": 0, "ctime": 1708380894.7618837, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32318, "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": 1708380894.7618837, "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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:14:56 +0000 (0:00:00.256) 0:00:10.571 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:14:56 +0000 (0:00:00.058) 0:00:10.629 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:14:56 +0000 (0:00:00.036) 0:00:10.666 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:14:56 +0000 (0:00:00.038) 0:00:10.705 ******* 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.061225", "end": "2024-02-19 22:14:57.102794", "rc": 1, "start": "2024-02-19 22:14:57.041569" } STDOUT: Connection 'statebr' (28fb8bb7-01ba-4001-bff1-50e03843d7ab) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:45 Monday 19 February 2024 22:14:57 +0000 (0:00:00.295) 0:00:11.001 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:14:57 +0000 (0:00:00.105) 0:00:11.106 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:14:57 +0000 (0:00:00.042) 0:00:11.149 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:14:57 +0000 (0:00:00.126) 0:00:11.275 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:14:57 +0000 (0:00:00.057) 0:00:11.332 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:14:57 +0000 (0:00:00.039) 0:00:11.372 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003299", "end": "2024-02-19 22:14:57.694100", "rc": 0, "start": "2024-02-19 22:14:57.690801" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:14:57 +0000 (0:00:00.212) 0:00:11.584 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:14:57 +0000 (0:00:00.025) 0:00:11.610 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:14:57 +0000 (0:00:00.032) 0:00:11.642 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/delete_interface.yml:3 Monday 19 February 2024 22:14:57 +0000 (0:00:00.040) 0:00:11.683 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006098", "end": "2024-02-19 22:14:58.002300", "rc": 1, "start": "2024-02-19 22:14:57.996202" } 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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:14:58 +0000 (0:00:00.222) 0:00:11.905 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:14:58 +0000 (0:00:00.041) 0:00:11.947 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:14:58 +0000 (0:00:00.219) 0:00:12.166 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:14:58 +0000 (0:00:00.032) 0:00:12.199 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Monday 19 February 2024 22:14:58 +0000 (0:00:00.099) 0:00:12.299 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:14:58 +0000 (0:00:00.041) 0:00:12.341 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:14:58 +0000 (0:00:00.036) 0:00:12.377 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:14:58 +0000 (0:00:00.032) 0:00:12.410 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:14:58 +0000 (0:00:00.022) 0:00:12.433 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:14:58 +0000 (0:00:00.023) 0:00:12.457 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:00 +0000 (0:00:01.466) 0:00:13.924 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:01 +0000 (0:00:00.968) 0:00:14.892 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:01 +0000 (0:00:00.023) 0:00:14.915 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:01 +0000 (0:00:00.023) 0:00:14.939 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:01 +0000 (0:00:00.031) 0:00:14.970 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:01 +0000 (0:00:00.108) 0:00:15.078 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:01 +0000 (0:00:00.023) 0:00:15.102 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:01 +0000 (0:00:00.059) 0:00:15.162 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:01 +0000 (0:00:00.046) 0:00:15.208 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:01 +0000 (0:00:00.428) 0:00:15.637 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:01 +0000 (0:00:00.035) 0:00:15.672 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:01 +0000 (0:00:00.020) 0:00:15.692 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:01 +0000 (0:00:00.023) 0:00:15.716 ******* 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, fb62d545-c524-4827-8bc4-aec961263cfc TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:02 +0000 (0:00:00.416) 0:00:16.132 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:02 +0000 (0:00:00.036) 0:00:16.168 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fb62d545-c524-4827-8bc4-aec961263cfc" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:02 +0000 (0:00:00.043) 0:00:16.212 ******* 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, fb62d545-c524-4827-8bc4-aec961263cfc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fb62d545-c524-4827-8bc4-aec961263cfc" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:02 +0000 (0:00:00.075) 0:00:16.287 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:02 +0000 (0:00:00.036) 0:00:16.323 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Monday 19 February 2024 22:15:02 +0000 (0:00:00.252) 0:00:16.576 ******* 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, fb62d545-c524-4827-8bc4-aec961263cfc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fb62d545-c524-4827-8bc4-aec961263cfc" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:15:02 +0000 (0:00:00.049) 0:00:16.625 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:15:02 +0000 (0:00:00.039) 0:00:16.665 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:15:02 +0000 (0:00:00.047) 0:00:16.713 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:15:03 +0000 (0:00:00.253) 0:00:16.966 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:15:03 +0000 (0:00:00.021) 0:00:16.988 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:15:03 +0000 (0:00:00.040) 0:00:17.029 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:15:03 +0000 (0:00:00.039) 0:00:17.068 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:15:03 +0000 (0:00:00.212) 0:00:17.281 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:15:03 +0000 (0:00:00.019) 0:00:17.300 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021647", "end": "2024-02-19 22:15:03.651446", "rc": 0, "start": "2024-02-19 22:15:03.629799" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:15:03 +0000 (0:00:00.244) 0:00:17.544 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:15:03 +0000 (0:00:00.031) 0:00:17.576 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:15:03 +0000 (0:00:00.031) 0:00:17.608 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:15:03 +0000 (0:00:00.051) 0:00:17.659 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:15:03 +0000 (0:00:00.053) 0:00:17.712 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:15:03 +0000 (0:00:00.063) 0:00:17.776 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:15:04 +0000 (0:00:00.087) 0:00:17.863 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:15:04 +0000 (0:00:00.034) 0:00:17.897 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:15:04 +0000 (0:00:00.039) 0:00:17.937 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:15:04 +0000 (0:00:00.046) 0:00:17.984 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:15:04 +0000 (0:00:00.040) 0:00:18.024 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:15:04 +0000 (0:00:00.115) 0:00:18.140 ******* 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.043025", "end": "2024-02-19 22:15:04.624062", "rc": 1, "start": "2024-02-19 22:15:04.581037" } STDOUT: Connection 'statebr' (fb62d545-c524-4827-8bc4-aec961263cfc) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:65 Monday 19 February 2024 22:15:04 +0000 (0:00:00.369) 0:00:18.509 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:15:04 +0000 (0:00:00.040) 0:00:18.549 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:15:04 +0000 (0:00:00.033) 0:00:18.582 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:15:04 +0000 (0:00:00.039) 0:00:18.622 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:15:04 +0000 (0:00:00.029) 0:00:18.652 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:15:04 +0000 (0:00:00.029) 0:00:18.681 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003329", "end": "2024-02-19 22:15:04.997896", "rc": 0, "start": "2024-02-19 22:15:04.994567" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:15:05 +0000 (0:00:00.208) 0:00:18.889 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:15:05 +0000 (0:00:00.023) 0:00:18.913 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:15:05 +0000 (0:00:00.023) 0:00:18.937 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:15:05 +0000 (0:00:00.045) 0:00:18.983 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:05 +0000 (0:00:00.051) 0:00:19.034 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:05 +0000 (0:00:00.108) 0:00:19.143 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:05 +0000 (0:00:00.047) 0:00:19.190 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:05 +0000 (0:00:00.044) 0:00:19.234 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:05 +0000 (0:00:00.035) 0:00:19.270 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:06 +0000 (0:00:01.495) 0:00:20.765 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:07 +0000 (0:00:00.990) 0:00:21.756 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:07 +0000 (0:00:00.023) 0:00:21.780 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:07 +0000 (0:00:00.029) 0:00:21.809 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:07 +0000 (0:00:00.030) 0:00:21.840 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:08 +0000 (0:00:00.054) 0:00:21.895 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:08 +0000 (0:00:00.022) 0:00:21.917 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:08 +0000 (0:00:00.024) 0:00:21.941 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:08 +0000 (0:00:00.042) 0:00:21.983 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:08 +0000 (0:00:00.413) 0:00:22.397 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:08 +0000 (0:00:00.050) 0:00:22.448 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:08 +0000 (0:00:00.078) 0:00:22.526 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:08 +0000 (0:00:00.087) 0:00:22.614 ******* 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, f4af2009-605a-4eab-95bd-26086153ae66 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:09 +0000 (0:00:00.530) 0:00:23.144 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:09 +0000 (0:00:00.027) 0:00:23.172 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f4af2009-605a-4eab-95bd-26086153ae66" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:09 +0000 (0:00:00.033) 0:00:23.205 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f4af2009-605a-4eab-95bd-26086153ae66\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f4af2009-605a-4eab-95bd-26086153ae66" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:09 +0000 (0:00:00.026) 0:00:23.231 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:09 +0000 (0:00:00.023) 0:00:23.255 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:15:09 +0000 (0:00:00.202) 0:00:23.457 ******* 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, f4af2009-605a-4eab-95bd-26086153ae66\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f4af2009-605a-4eab-95bd-26086153ae66" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:15:09 +0000 (0:00:00.023) 0:00:23.481 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:15:09 +0000 (0:00:00.033) 0:00:23.515 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:09 +0000 (0:00:00.039) 0:00:23.555 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:09 +0000 (0:00:00.036) 0:00:23.591 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:09 +0000 (0:00:00.040) 0:00:23.632 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:09 +0000 (0:00:00.025) 0:00:23.658 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:09 +0000 (0:00:00.031) 0:00:23.689 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:11 +0000 (0:00:01.510) 0:00:25.200 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:12 +0000 (0:00:00.957) 0:00:26.158 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:12 +0000 (0:00:00.032) 0:00:26.190 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:12 +0000 (0:00:00.022) 0:00:26.213 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:12 +0000 (0:00:00.022) 0:00:26.235 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:12 +0000 (0:00:00.062) 0:00:26.297 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:12 +0000 (0:00:00.021) 0:00:26.319 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:12 +0000 (0:00:00.023) 0:00:26.343 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:12 +0000 (0:00:00.033) 0:00:26.376 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:12 +0000 (0:00:00.409) 0:00:26.785 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:12 +0000 (0:00:00.048) 0:00:26.833 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:12 +0000 (0:00:00.021) 0:00:26.855 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:13 +0000 (0:00:00.023) 0:00:26.878 ******* 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, f4af2009-605a-4eab-95bd-26086153ae66 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:13 +0000 (0:00:00.374) 0:00:27.253 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:13 +0000 (0:00:00.023) 0:00:27.276 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f4af2009-605a-4eab-95bd-26086153ae66 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:13 +0000 (0:00:00.021) 0:00:27.297 ******* 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, f4af2009-605a-4eab-95bd-26086153ae66 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f4af2009-605a-4eab-95bd-26086153ae66 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:13 +0000 (0:00:00.067) 0:00:27.365 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:13 +0000 (0:00:00.024) 0:00:27.389 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:15:13 +0000 (0:00:00.208) 0:00:27.597 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:15:13 +0000 (0:00:00.038) 0:00:27.636 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:15:13 +0000 (0:00:00.030) 0:00:27.666 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380909.186767, "block_size": 4096, "blocks": 0, "ctime": 1708380909.186767, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32449, "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": 1708380909.186767, "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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:15:14 +0000 (0:00:00.196) 0:00:27.863 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:15:14 +0000 (0:00:00.038) 0:00:27.901 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:15:14 +0000 (0:00:00.040) 0:00:27.942 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:15:14 +0000 (0:00:00.026) 0:00:27.968 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:15:14 +0000 (0:00:00.196) 0:00:28.164 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:15:14 +0000 (0:00:00.019) 0:00:28.184 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021436", "end": "2024-02-19 22:15:14.523299", "rc": 0, "start": "2024-02-19 22:15:14.501863" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:15:14 +0000 (0:00:00.226) 0:00:28.410 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:15:14 +0000 (0:00:00.047) 0:00:28.458 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:15:14 +0000 (0:00:00.044) 0:00:28.502 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:15:14 +0000 (0:00:00.072) 0:00:28.574 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:15:14 +0000 (0:00:00.038) 0:00:28.613 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:15:14 +0000 (0:00:00.042) 0:00:28.655 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:15:14 +0000 (0:00:00.055) 0:00:28.710 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:15:14 +0000 (0:00:00.104) 0:00:28.815 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:15:14 +0000 (0:00:00.026) 0:00:28.841 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:15:15 +0000 (0:00:00.036) 0:00:28.878 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:15:15 +0000 (0:00:00.025) 0:00:28.903 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:15:15 +0000 (0:00:00.037) 0:00:28.941 ******* 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.063304", "end": "2024-02-19 22:15:15.319799", "rc": 1, "start": "2024-02-19 22:15:15.256495" } STDOUT: Connection 'statebr' (f4af2009-605a-4eab-95bd-26086153ae66) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:83 Monday 19 February 2024 22:15:15 +0000 (0:00:00.269) 0:00:29.211 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:15:15 +0000 (0:00:00.034) 0:00:29.246 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:15:15 +0000 (0:00:00.022) 0:00:29.268 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:15:15 +0000 (0:00:00.043) 0:00:29.312 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:15:15 +0000 (0:00:00.036) 0:00:29.349 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:15:15 +0000 (0:00:00.036) 0:00:29.386 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003203", "end": "2024-02-19 22:15:15.720514", "rc": 0, "start": "2024-02-19 22:15:15.717311" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:15:15 +0000 (0:00:00.248) 0:00:29.634 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:15:15 +0000 (0:00:00.020) 0:00:29.654 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:15:15 +0000 (0:00:00.019) 0:00:29.673 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:15:15 +0000 (0:00:00.034) 0:00:29.708 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:15 +0000 (0:00:00.039) 0:00:29.748 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:15 +0000 (0:00:00.037) 0:00:29.785 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:15 +0000 (0:00:00.033) 0:00:29.819 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:15 +0000 (0:00:00.023) 0:00:29.842 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:16 +0000 (0:00:00.029) 0:00:29.871 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:17 +0000 (0:00:01.442) 0:00:31.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 : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:18 +0000 (0:00:00.956) 0:00:32.271 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:18 +0000 (0:00:00.042) 0:00:32.314 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:18 +0000 (0:00:00.060) 0:00:32.375 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:18 +0000 (0:00:00.025) 0:00:32.401 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:18 +0000 (0:00:00.063) 0:00:32.464 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:18 +0000 (0:00:00.024) 0:00:32.489 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:18 +0000 (0:00:00.042) 0:00:32.531 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:18 +0000 (0:00:00.108) 0:00:32.640 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:19 +0000 (0:00:00.401) 0:00:33.042 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:19 +0000 (0:00:00.038) 0:00:33.080 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:19 +0000 (0:00:00.024) 0:00:33.105 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:19 +0000 (0:00:00.023) 0:00:33.128 ******* 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, ff23d318-3614-40bc-85c1-57b9556e5958 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:19 +0000 (0:00:00.417) 0:00:33.545 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:19 +0000 (0:00:00.022) 0:00:33.568 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff23d318-3614-40bc-85c1-57b9556e5958" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:19 +0000 (0:00:00.022) 0:00:33.591 ******* 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, ff23d318-3614-40bc-85c1-57b9556e5958\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff23d318-3614-40bc-85c1-57b9556e5958" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:19 +0000 (0:00:00.022) 0:00:33.613 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:19 +0000 (0:00:00.021) 0:00:33.635 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:15:19 +0000 (0:00:00.202) 0:00:33.838 ******* 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, ff23d318-3614-40bc-85c1-57b9556e5958\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff23d318-3614-40bc-85c1-57b9556e5958" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:15:20 +0000 (0:00:00.022) 0:00:33.860 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:20 +0000 (0:00:00.097) 0:00:33.958 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:20 +0000 (0:00:00.054) 0:00:34.013 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:20 +0000 (0:00:00.033) 0:00:34.046 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:20 +0000 (0:00:00.031) 0:00:34.078 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:20 +0000 (0:00:00.022) 0:00:34.100 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:21 +0000 (0:00:01.452) 0:00:35.553 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:22 +0000 (0:00:00.962) 0:00:36.515 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:22 +0000 (0:00:00.028) 0:00:36.544 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:22 +0000 (0:00:00.029) 0:00:36.574 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:22 +0000 (0:00:00.022) 0:00:36.596 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:22 +0000 (0:00:00.052) 0:00:36.649 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:22 +0000 (0:00:00.022) 0:00:36.671 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:22 +0000 (0:00:00.024) 0:00:36.695 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:22 +0000 (0:00:00.037) 0:00:36.733 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:23 +0000 (0:00:00.544) 0:00:37.277 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:23 +0000 (0:00:00.055) 0:00:37.333 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:23 +0000 (0:00:00.030) 0:00:37.364 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:23 +0000 (0:00:00.023) 0:00:37.388 ******* 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, ff23d318-3614-40bc-85c1-57b9556e5958 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:23 +0000 (0:00:00.358) 0:00:37.746 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:23 +0000 (0:00:00.023) 0:00:37.769 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, ff23d318-3614-40bc-85c1-57b9556e5958 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:23 +0000 (0:00:00.024) 0:00:37.794 ******* 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, ff23d318-3614-40bc-85c1-57b9556e5958 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, ff23d318-3614-40bc-85c1-57b9556e5958 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:23 +0000 (0:00:00.023) 0:00:37.818 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:23 +0000 (0:00:00.024) 0:00:37.842 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:15:24 +0000 (0:00:00.217) 0:00:38.060 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/remove_profile.yml:3 Monday 19 February 2024 22:15:24 +0000 (0:00:00.062) 0:00:38.122 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:24 +0000 (0:00:00.056) 0:00:38.179 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:24 +0000 (0:00:00.064) 0:00:38.244 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:24 +0000 (0:00:00.041) 0:00:38.285 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:24 +0000 (0:00:00.121) 0:00:38.407 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:24 +0000 (0:00:00.045) 0:00:38.452 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:26 +0000 (0:00:01.510) 0:00:39.963 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:27 +0000 (0:00:01.005) 0:00:40.968 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:27 +0000 (0:00:00.055) 0:00:41.024 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:27 +0000 (0:00:00.035) 0:00:41.059 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:27 +0000 (0:00:00.048) 0:00:41.107 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:27 +0000 (0:00:00.066) 0:00:41.174 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:27 +0000 (0:00:00.025) 0:00:41.199 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:27 +0000 (0:00:00.039) 0:00:41.239 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:27 +0000 (0:00:00.035) 0:00:41.274 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:27 +0000 (0:00:00.386) 0:00:41.661 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:27 +0000 (0:00:00.053) 0:00:41.715 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:27 +0000 (0:00:00.019) 0:00:41.734 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:27 +0000 (0:00:00.020) 0:00:41.755 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:28 +0000 (0:00:00.439) 0:00:42.194 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:28 +0000 (0:00:00.058) 0:00:42.253 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:28 +0000 (0:00:00.029) 0:00:42.283 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:28 +0000 (0:00:00.024) 0:00:42.307 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:28 +0000 (0:00:00.022) 0:00:42.330 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:15:28 +0000 (0:00:00.202) 0:00:42.532 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:15:28 +0000 (0:00:00.038) 0:00:42.571 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:15:28 +0000 (0:00:00.039) 0:00:42.611 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380919.6123579, "block_size": 4096, "blocks": 0, "ctime": 1708380919.6123579, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32580, "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": 1708380919.6123579, "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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:15:28 +0000 (0:00:00.209) 0:00:42.821 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:15:28 +0000 (0:00:00.024) 0:00:42.845 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:15:29 +0000 (0:00:00.048) 0:00:42.894 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:15:29 +0000 (0:00:00.026) 0:00:42.921 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:15:29 +0000 (0:00:00.286) 0:00:43.207 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:15:29 +0000 (0:00:00.027) 0:00:43.235 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022243", "end": "2024-02-19 22:15:29.579276", "rc": 1, "start": "2024-02-19 22:15:29.557033" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:15:29 +0000 (0:00:00.239) 0:00:43.475 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:15:29 +0000 (0:00:00.037) 0:00:43.513 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:15:29 +0000 (0:00:00.056) 0:00:43.570 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:15:29 +0000 (0:00:00.021) 0:00:43.591 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:15:29 +0000 (0:00:00.029) 0:00:43.620 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:15:29 +0000 (0:00:00.021) 0:00:43.641 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:15:29 +0000 (0:00:00.028) 0:00:43.670 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:15:29 +0000 (0:00:00.047) 0:00:43.717 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:15:29 +0000 (0:00:00.033) 0:00:43.751 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:15:29 +0000 (0:00:00.079) 0:00:43.831 ******* 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.075527", "end": "2024-02-19 22:15:30.241523", "rc": 1, "start": "2024-02-19 22:15:30.165996" } STDOUT: Connection 'statebr' (ff23d318-3614-40bc-85c1-57b9556e5958) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:102 Monday 19 February 2024 22:15:30 +0000 (0:00:00.296) 0:00:44.127 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:15:30 +0000 (0:00:00.033) 0:00:44.161 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:15:30 +0000 (0:00:00.022) 0:00:44.183 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:15:30 +0000 (0:00:00.091) 0:00:44.274 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:15:30 +0000 (0:00:00.062) 0:00:44.337 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:15:30 +0000 (0:00:00.040) 0:00:44.378 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003310", "end": "2024-02-19 22:15:30.705336", "rc": 0, "start": "2024-02-19 22:15:30.702026" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:15:30 +0000 (0:00:00.289) 0:00:44.668 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:15:30 +0000 (0:00:00.032) 0:00:44.701 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:15:30 +0000 (0:00:00.042) 0:00:44.743 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:15:30 +0000 (0:00:00.064) 0:00:44.808 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:31 +0000 (0:00:00.054) 0:00:44.863 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:31 +0000 (0:00:00.039) 0:00:44.903 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:31 +0000 (0:00:00.040) 0:00:44.944 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:31 +0000 (0:00:00.024) 0:00:44.969 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:31 +0000 (0:00:00.023) 0:00:44.992 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:32 +0000 (0:00:01.432) 0:00:46.425 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:33 +0000 (0:00:00.957) 0:00:47.383 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:33 +0000 (0:00:00.021) 0:00:47.404 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:33 +0000 (0:00:00.053) 0:00:47.457 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:33 +0000 (0:00:00.023) 0:00:47.480 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:33 +0000 (0:00:00.051) 0:00:47.532 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:33 +0000 (0:00:00.021) 0:00:47.554 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:33 +0000 (0:00:00.021) 0:00:47.576 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:33 +0000 (0:00:00.033) 0:00:47.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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:34 +0000 (0:00:00.381) 0:00:47.991 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:34 +0000 (0:00:00.039) 0:00:48.031 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:34 +0000 (0:00:00.018) 0:00:48.050 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:34 +0000 (0:00:00.019) 0:00:48.069 ******* 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, 357ff598-c332-4687-a5b4-14186cd039a5 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:34 +0000 (0:00:00.405) 0:00:48.475 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:34 +0000 (0:00:00.030) 0:00:48.505 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 357ff598-c332-4687-a5b4-14186cd039a5" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:34 +0000 (0:00:00.027) 0:00:48.532 ******* 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, 357ff598-c332-4687-a5b4-14186cd039a5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 357ff598-c332-4687-a5b4-14186cd039a5" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:34 +0000 (0:00:00.022) 0:00:48.555 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:34 +0000 (0:00:00.025) 0:00:48.581 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:15:34 +0000 (0:00:00.204) 0:00:48.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, 357ff598-c332-4687-a5b4-14186cd039a5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 357ff598-c332-4687-a5b4-14186cd039a5" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:15:34 +0000 (0:00:00.021) 0:00:48.807 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:35 +0000 (0:00:00.073) 0:00:48.881 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:35 +0000 (0:00:00.039) 0:00:48.920 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:35 +0000 (0:00:00.037) 0:00:48.958 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:35 +0000 (0:00:00.032) 0:00:48.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:35 +0000 (0:00:00.033) 0:00:49.024 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:36 +0000 (0:00:01.433) 0:00:50.458 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:37 +0000 (0:00:00.965) 0:00:51.423 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:37 +0000 (0:00:00.028) 0:00:51.451 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:37 +0000 (0:00:00.030) 0:00:51.482 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:37 +0000 (0:00:00.027) 0:00:51.509 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:37 +0000 (0:00:00.052) 0:00:51.561 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:37 +0000 (0:00:00.023) 0:00:51.585 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:37 +0000 (0:00:00.026) 0:00:51.611 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:37 +0000 (0:00:00.058) 0:00:51.670 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:38 +0000 (0:00:00.452) 0:00:52.123 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:38 +0000 (0:00:00.050) 0:00:52.174 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:38 +0000 (0:00:00.023) 0:00:52.197 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:38 +0000 (0:00:00.026) 0:00:52.224 ******* 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, 357ff598-c332-4687-a5b4-14186cd039a5 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:38 +0000 (0:00:00.352) 0:00:52.576 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:38 +0000 (0:00:00.022) 0:00:52.599 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 357ff598-c332-4687-a5b4-14186cd039a5 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:38 +0000 (0:00:00.021) 0:00:52.620 ******* 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, 357ff598-c332-4687-a5b4-14186cd039a5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 357ff598-c332-4687-a5b4-14186cd039a5 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:38 +0000 (0:00:00.022) 0:00:52.643 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:38 +0000 (0:00:00.021) 0:00:52.665 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/remove_profile.yml:3 Monday 19 February 2024 22:15:39 +0000 (0:00:00.223) 0:00:52.888 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:39 +0000 (0:00:00.081) 0:00:52.969 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:39 +0000 (0:00:00.051) 0:00:53.021 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:39 +0000 (0:00:00.052) 0:00:53.073 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:39 +0000 (0:00:00.025) 0:00:53.098 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:39 +0000 (0:00:00.022) 0:00:53.121 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:40 +0000 (0:00:01.468) 0:00:54.589 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:41 +0000 (0:00:00.953) 0:00:55.542 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:41 +0000 (0:00:00.022) 0:00:55.565 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:41 +0000 (0:00:00.021) 0:00:55.586 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:41 +0000 (0:00:00.021) 0:00:55.608 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:41 +0000 (0:00:00.050) 0:00:55.658 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:41 +0000 (0:00:00.022) 0:00:55.681 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:41 +0000 (0:00:00.022) 0:00:55.703 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:41 +0000 (0:00:00.032) 0:00:55.736 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:42 +0000 (0:00:00.378) 0:00:56.115 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:42 +0000 (0:00:00.034) 0:00:56.150 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:42 +0000 (0:00:00.019) 0:00:56.170 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:42 +0000 (0:00:00.018) 0:00:56.189 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:42 +0000 (0:00:00.379) 0:00:56.569 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:42 +0000 (0:00:00.023) 0:00:56.593 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:42 +0000 (0:00:00.021) 0:00:56.614 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:42 +0000 (0:00:00.052) 0:00:56.666 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:42 +0000 (0:00:00.022) 0:00:56.689 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:15:43 +0000 (0:00:00.202) 0:00:56.891 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:15:43 +0000 (0:00:00.037) 0:00:56.929 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:43 +0000 (0:00:00.041) 0:00:56.970 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:43 +0000 (0:00:00.037) 0:00:57.008 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:43 +0000 (0:00:00.034) 0:00:57.042 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:43 +0000 (0:00:00.023) 0:00:57.066 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:43 +0000 (0:00:00.021) 0:00:57.088 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:44 +0000 (0:00:01.433) 0:00:58.521 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:45 +0000 (0:00:00.954) 0:00:59.475 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:45 +0000 (0:00:00.059) 0:00:59.534 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:45 +0000 (0:00:00.029) 0:00:59.564 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:45 +0000 (0:00:00.023) 0:00:59.587 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:45 +0000 (0:00:00.059) 0:00:59.647 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:45 +0000 (0:00:00.026) 0:00:59.674 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:45 +0000 (0:00:00.023) 0:00:59.697 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:45 +0000 (0:00:00.032) 0:00:59.730 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:46 +0000 (0:00:00.381) 0:01:00.112 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:46 +0000 (0:00:00.034) 0:01:00.146 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:46 +0000 (0:00:00.019) 0:01:00.166 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:46 +0000 (0:00:00.019) 0:01:00.186 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:46 +0000 (0:00:00.436) 0:01:00.623 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:46 +0000 (0:00:00.024) 0:01:00.647 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:46 +0000 (0:00:00.026) 0:01:00.673 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:46 +0000 (0:00:00.025) 0:01:00.699 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:46 +0000 (0:00:00.025) 0:01:00.724 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:15:47 +0000 (0:00:00.201) 0:01:00.925 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:15:47 +0000 (0:00:00.075) 0:01:01.001 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:15:47 +0000 (0:00:00.037) 0:01:01.038 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:15:47 +0000 (0:00:00.036) 0:01:01.075 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:15:47 +0000 (0:00:00.202) 0:01:01.278 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:15:47 +0000 (0:00:00.022) 0:01:01.300 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021014", "end": "2024-02-19 22:15:47.635092", "rc": 1, "start": "2024-02-19 22:15:47.614078" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:15:47 +0000 (0:00:00.216) 0:01:01.517 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:15:47 +0000 (0:00:00.020) 0:01:01.537 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:15:47 +0000 (0:00:00.019) 0:01:01.557 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:15:47 +0000 (0:00:00.019) 0:01:01.576 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:15:47 +0000 (0:00:00.019) 0:01:01.595 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:15:47 +0000 (0:00:00.018) 0:01:01.614 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:15:47 +0000 (0:00:00.021) 0:01:01.635 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:15:47 +0000 (0:00:00.045) 0:01:01.681 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:15:47 +0000 (0:00:00.031) 0:01:01.712 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:15:48 +0000 (0:00:00.193) 0:01:01.905 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:15:48 +0000 (0:00:00.023) 0:01:01.929 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:15:48 +0000 (0:00:00.053) 0:01:01.982 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:15:48 +0000 (0:00:00.034) 0:01:02.017 ******* 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.039337", "end": "2024-02-19 22:15:48.368887", "rc": 1, "start": "2024-02-19 22:15:48.329550" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tests_states.yml:124 Monday 19 February 2024 22:15:48 +0000 (0:00:00.235) 0:01:02.253 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:15:48 +0000 (0:00:00.032) 0:01:02.286 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:15:48 +0000 (0:00:00.025) 0:01:02.311 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:15:48 +0000 (0:00:00.057) 0:01:02.368 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:15:48 +0000 (0:00:00.042) 0:01:02.411 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:15:48 +0000 (0:00:00.030) 0:01:02.442 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003254", "end": "2024-02-19 22:15:48.758438", "rc": 0, "start": "2024-02-19 22:15:48.755184" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:15:48 +0000 (0:00:00.199) 0:01:02.642 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:15:48 +0000 (0:00:00.021) 0:01:02.664 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:15:48 +0000 (0:00:00.019) 0:01:02.683 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:15:48 +0000 (0:00:00.036) 0:01:02.720 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:48 +0000 (0:00:00.067) 0:01:02.788 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:48 +0000 (0:00:00.036) 0:01:02.825 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:49 +0000 (0:00:00.034) 0:01:02.859 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:49 +0000 (0:00:00.024) 0:01:02.883 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:49 +0000 (0:00:00.023) 0:01:02.907 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:50 +0000 (0:00:01.434) 0:01:04.342 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:51 +0000 (0:00:00.959) 0:01:05.302 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:51 +0000 (0:00:00.025) 0:01:05.327 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:51 +0000 (0:00:00.054) 0:01:05.382 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:51 +0000 (0:00:00.032) 0:01:05.415 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:51 +0000 (0:00:00.067) 0:01:05.482 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:51 +0000 (0:00:00.038) 0:01:05.521 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:51 +0000 (0:00:00.028) 0:01:05.550 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:51 +0000 (0:00:00.040) 0:01:05.590 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:52 +0000 (0:00:00.421) 0:01:06.012 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:52 +0000 (0:00:00.034) 0:01:06.047 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:52 +0000 (0:00:00.024) 0:01:06.072 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:52 +0000 (0:00:00.027) 0:01:06.099 ******* 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, a5e6077a-85b6-488f-bc5e-64168b0dc54e TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:52 +0000 (0:00:00.407) 0:01:06.506 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:52 +0000 (0:00:00.022) 0:01:06.529 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5e6077a-85b6-488f-bc5e-64168b0dc54e" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:52 +0000 (0:00:00.021) 0:01:06.551 ******* 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, a5e6077a-85b6-488f-bc5e-64168b0dc54e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5e6077a-85b6-488f-bc5e-64168b0dc54e" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:52 +0000 (0:00:00.022) 0:01:06.574 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:52 +0000 (0:00:00.023) 0:01:06.597 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:15:52 +0000 (0:00:00.221) 0:01:06.818 ******* 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, a5e6077a-85b6-488f-bc5e-64168b0dc54e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5e6077a-85b6-488f-bc5e-64168b0dc54e" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:15:52 +0000 (0:00:00.029) 0:01:06.848 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:53 +0000 (0:00:00.041) 0:01:06.890 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:53 +0000 (0:00:00.047) 0:01:06.937 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:53 +0000 (0:00:00.031) 0:01:06.969 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:53 +0000 (0:00:00.022) 0:01:06.992 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:53 +0000 (0:00:00.110) 0:01:07.102 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:54 +0000 (0:00:01.464) 0:01:08.567 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:55 +0000 (0:00:00.959) 0:01:09.527 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:55 +0000 (0:00:00.021) 0:01:09.549 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:55 +0000 (0:00:00.022) 0:01:09.572 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:55 +0000 (0:00:00.022) 0:01:09.594 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:55 +0000 (0:00:00.053) 0:01:09.648 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:55 +0000 (0:00:00.023) 0:01:09.671 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:55 +0000 (0:00:00.024) 0:01:09.695 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:55 +0000 (0:00:00.034) 0:01:09.729 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:15:56 +0000 (0:00:00.380) 0:01:10.110 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:15:56 +0000 (0:00:00.035) 0:01:10.145 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:15:56 +0000 (0:00:00.018) 0:01:10.164 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:15:56 +0000 (0:00:00.018) 0:01:10.183 ******* 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, a5e6077a-85b6-488f-bc5e-64168b0dc54e skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:15:56 +0000 (0:00:00.388) 0:01:10.571 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:15:56 +0000 (0:00:00.022) 0:01:10.593 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a5e6077a-85b6-488f-bc5e-64168b0dc54e skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:15:56 +0000 (0:00:00.058) 0:01:10.651 ******* 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, a5e6077a-85b6-488f-bc5e-64168b0dc54e skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a5e6077a-85b6-488f-bc5e-64168b0dc54e skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:15:56 +0000 (0:00:00.023) 0:01:10.675 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:15:56 +0000 (0:00:00.022) 0:01:10.697 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:15:57 +0000 (0:00:00.203) 0:01:10.901 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:15:57 +0000 (0:00:00.039) 0:01:10.940 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:15:57 +0000 (0:00:00.036) 0:01:10.977 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:15:57 +0000 (0:00:00.031) 0:01:11.009 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:15:57 +0000 (0:00:00.022) 0:01:11.031 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:15:57 +0000 (0:00:00.022) 0:01:11.053 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:15:58 +0000 (0:00:01.463) 0:01:12.517 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:15:59 +0000 (0:00:00.958) 0:01:13.475 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:15:59 +0000 (0:00:00.022) 0:01:13.498 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:15:59 +0000 (0:00:00.055) 0:01:13.554 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:15:59 +0000 (0:00:00.023) 0:01:13.577 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:15:59 +0000 (0:00:00.053) 0:01:13.631 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:15:59 +0000 (0:00:00.022) 0:01:13.654 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:15:59 +0000 (0:00:00.022) 0:01:13.677 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:15:59 +0000 (0:00:00.034) 0:01:13.711 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:16:00 +0000 (0:00:00.383) 0:01:14.095 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:16:00 +0000 (0:00:00.034) 0:01:14.129 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:16:00 +0000 (0:00:00.018) 0:01:14.147 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:16:00 +0000 (0:00:00.018) 0:01:14.166 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:16:00 +0000 (0:00:00.446) 0:01:14.612 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:16:00 +0000 (0:00:00.029) 0:01:14.642 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:16:00 +0000 (0:00:00.023) 0:01:14.666 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:16:00 +0000 (0:00:00.026) 0:01:14.692 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:16:00 +0000 (0:00:00.026) 0:01:14.719 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:16:01 +0000 (0:00:00.207) 0:01:14.926 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:16:01 +0000 (0:00:00.043) 0:01:14.969 ******* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 19 February 2024 22:16:01 +0000 (0:00:00.077) 0:01:15.046 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 19 February 2024 22:16:01 +0000 (0:00:00.038) 0:01:15.085 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 19 February 2024 22:16:01 +0000 (0:00:00.032) 0:01:15.117 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 19 February 2024 22:16:01 +0000 (0:00:00.023) 0:01:15.140 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 19 February 2024 22:16:01 +0000 (0:00:00.053) 0:01:15.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 : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 19 February 2024 22:16:02 +0000 (0:00:01.451) 0:01:16.645 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 19 February 2024 22:16:03 +0000 (0:00:00.955) 0:01:17.601 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 19 February 2024 22:16:03 +0000 (0:00:00.022) 0:01:17.623 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 19 February 2024 22:16:03 +0000 (0:00:00.025) 0:01:17.649 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 19 February 2024 22:16:03 +0000 (0:00:00.026) 0:01:17.675 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Monday 19 February 2024 22:16:03 +0000 (0:00:00.053) 0:01:17.729 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Monday 19 February 2024 22:16:03 +0000 (0:00:00.022) 0:01:17.751 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Monday 19 February 2024 22:16:03 +0000 (0:00:00.021) 0:01:17.773 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Monday 19 February 2024 22:16:03 +0000 (0:00:00.073) 0:01:17.846 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Monday 19 February 2024 22:16:04 +0000 (0:00:00.390) 0:01:18.236 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Monday 19 February 2024 22:16:04 +0000 (0:00:00.037) 0:01:18.274 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Monday 19 February 2024 22:16:04 +0000 (0:00:00.021) 0:01:18.296 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Monday 19 February 2024 22:16:04 +0000 (0:00:00.018) 0:01:18.315 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 19 February 2024 22:16:04 +0000 (0:00:00.381) 0:01:18.697 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Monday 19 February 2024 22:16:04 +0000 (0:00:00.023) 0:01:18.720 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Monday 19 February 2024 22:16:04 +0000 (0:00:00.027) 0:01:18.747 ******* 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_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 19 February 2024 22:16:04 +0000 (0:00:00.023) 0:01:18.771 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Monday 19 February 2024 22:16:04 +0000 (0:00:00.025) 0:01:18.796 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:16:05 +0000 (0:00:00.205) 0:01:19.002 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:16:05 +0000 (0:00:00.039) 0:01:19.042 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:16:05 +0000 (0:00:00.036) 0:01:19.079 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:16:05 +0000 (0:00:00.021) 0:01:19.101 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:16:05 +0000 (0:00:00.238) 0:01:19.339 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:16:05 +0000 (0:00:00.031) 0:01:19.371 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020933", "end": "2024-02-19 22:16:05.727523", "rc": 1, "start": "2024-02-19 22:16:05.706590" } 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:16:05 +0000 (0:00:00.282) 0:01:19.653 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:16:05 +0000 (0:00:00.021) 0:01:19.675 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:16:05 +0000 (0:00:00.020) 0:01:19.695 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:16:05 +0000 (0:00:00.021) 0:01:19.717 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:16:05 +0000 (0:00:00.021) 0:01:19.739 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:16:05 +0000 (0:00:00.020) 0:01:19.759 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Monday 19 February 2024 22:16:05 +0000 (0:00:00.023) 0:01:19.782 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.580779", "end": "2024-02-19 22:16:06.673858", "rc": 0, "start": "2024-02-19 22:16:06.093079" } STDOUT: NetworkManager-1.45.10-1.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Monday 19 February 2024 22:16:06 +0000 (0:00:00.777) 0:01:20.560 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.45.10-1.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Monday 19 February 2024 22:16:06 +0000 (0:00:00.021) 0:01:20.581 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.45.10-1.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:16:06 +0000 (0:00:00.021) 0:01:20.602 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:16:06 +0000 (0:00:00.045) 0:01:20.648 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:16:06 +0000 (0:00:00.031) 0:01:20.679 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:16:07 +0000 (0:00:00.196) 0:01:20.876 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:16:07 +0000 (0:00:00.022) 0:01:20.898 ******* 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_hotfixeomuuiso/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:16:07 +0000 (0:00:00.022) 0:01:20.920 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:16:07 +0000 (0:00:00.094) 0:01:21.015 ******* 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.040825", "end": "2024-02-19 22:16:07.379705", "rc": 1, "start": "2024-02-19 22:16:07.338880" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/check_network_dns.yml:6 Monday 19 February 2024 22:16:07 +0000 (0:00:00.246) 0:01:21.262 ******* 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.008381", "end": "2024-02-19 22:16:07.583072", "rc": 0, "start": "2024-02-19 22:16:07.574691" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:89:3a:29:b0:73 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.10.3/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2605sec preferred_lft 2605sec inet6 fe80::1089:3aff:fe29:b073/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.3 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.3 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/playbooks/tasks/check_network_dns.yml:24 Monday 19 February 2024 22:16:07 +0000 (0:00:00.204) 0:01:21.466 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.364483", "end": "2024-02-19 22:16:08.146957", "rc": 0, "start": "2024-02-19 22:16:07.782474" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1320 0 --:--:-- --:--:-- --:--:-- 1320 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 2669 0 --:--:-- --:--:-- --:--:-- 2669 PLAY RECAP ********************************************************************* sut : ok=319 changed=10 unreachable=0 failed=0 skipped=252 rescued=0 ignored=11 Monday 19 February 2024 22:16:08 +0000 (0:00:00.593) 0:01:22.060 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.57s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.50s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.47s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.47s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.46s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.46s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.45s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.45s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.44s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.43s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.43s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.43s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.43s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.33s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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.99s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-nm_plugin_hotfixeomuuiso/.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. ---^---^---^---^---^---