# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/tests_states_nm.yml:6 Tuesday 05 March 2024 21:21:31 +0000 (0:00:00.016) 0:00:00.016 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_states_nm.yml:9 Tuesday 05 March 2024 21:21:32 +0000 (0:00:00.758) 0:00:00.775 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/tasks/el_repo_setup.yml:3 Tuesday 05 March 2024 21:21:32 +0000 (0:00:00.029) 0:00:00.804 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/el_repo_setup.yml:19 Tuesday 05 March 2024 21:21:32 +0000 (0:00:00.338) 0:00:01.143 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/el_repo_setup.yml:24 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.314) 0:00:01.458 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/el_repo_setup.yml:28 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.028) 0:00:01.486 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/el_repo_setup.yml:53 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.044) 0:00:01.530 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml:8 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.051) 0:00:01.581 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml:24 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.332) 0:00:01.914 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml:30 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.019) 0:00:01.934 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml:35 Tuesday 05 March 2024 21:21:33 +0000 (0:00:00.021) 0:00:01.955 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241162", "end": "2024-03-05 21:21:34.207108", "rc": 0, "start": "2024-03-05 21:21:33.965946" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tasks/enable_epel.yml:40 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.448) 0:00:02.403 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/tests_states_nm.yml:11 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.009) 0:00:02.413 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:3 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.010) 0:00:02.424 ********* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:11 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.488) 0:00:02.912 ********* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:22 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.009) 0:00:02.922 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.016) 0:00:02.938 ********* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.012) 0:00:02.950 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.050) 0:00:03.001 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.015) 0:00:03.017 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:21:34 +0000 (0:00:00.021) 0:00:03.038 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003022", "end": "2024-03-05 21:21:35.038528", "rc": 0, "start": "2024-03-05 21:21:35.035506" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.202) 0:00:03.241 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.023) 0:00:03.264 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.026) 0:00:03.291 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.036) 0:00:03.327 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007761", "end": "2024-03-05 21:21:35.334923", "rc": 1, "start": "2024-03-05 21:21:35.327162" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.195) 0:00:03.523 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.016) 0:00:03.540 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.184) 0:00:03.724 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.033) 0:00:03.758 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.033) 0:00:03.791 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.094) 0:00:03.885 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.021) 0:00:03.906 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.010) 0:00:03.917 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.010) 0:00:03.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:21:35 +0000 (0:00:00.009) 0:00:03.937 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:21:37 +0000 (0:00:01.563) 0:00:05.501 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:21:38 +0000 (0:00:01.545) 0:00:07.047 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:21:38 +0000 (0:00:00.027) 0:00:07.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:21:38 +0000 (0:00:00.023) 0:00:07.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:21:38 +0000 (0:00:00.029) 0:00:07.127 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:21:38 +0000 (0:00:00.033) 0:00:07.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.036) 0:00:07.198 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.026) 0:00:07.225 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.065) 0:00:07.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.025) 0:00:07.315 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.028) 0:00:07.344 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.070) 0:00:07.415 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.619) 0:00:08.034 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:21:39 +0000 (0:00:00.114) 0:00:08.149 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.056) 0:00:08.206 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.061) 0:00:08.267 ********* 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, 90ba16d3-c943-4384-824b-64791fbe3e8d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.678) 0:00:08.945 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.044) 0:00:08.990 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 90ba16d3-c943-4384-824b-64791fbe3e8d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.026) 0:00:09.016 ********* 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, 90ba16d3-c943-4384-824b-64791fbe3e8d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 90ba16d3-c943-4384-824b-64791fbe3e8d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.024) 0:00:09.041 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:21:40 +0000 (0:00:00.024) 0:00:09.065 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.267) 0:00:09.333 ********* 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, 90ba16d3-c943-4384-824b-64791fbe3e8d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 90ba16d3-c943-4384-824b-64791fbe3e8d" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.038) 0:00:09.372 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.076) 0:00:09.448 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.049) 0:00:09.497 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.023) 0:00:09.521 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673700.7294087, "block_size": 4096, "blocks": 8, "ctime": 1709673700.6794086, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086074, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1709673700.6794086, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.242) 0:00:09.764 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.040) 0:00:09.804 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022190", "end": "2024-03-05 21:21:41.860664", "rc": 0, "start": "2024-03-05 21:21:41.838474" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.292) 0:00:10.096 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:21:41 +0000 (0:00:00.047) 0:00:10.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.067) 0:00:10.210 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.055) 0:00:10.266 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.053) 0:00:10.319 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.047) 0:00:10.366 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.031) 0:00:10.398 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.051) 0:00:10.450 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.033) 0:00:10.483 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.081) 0:00:10.565 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.076) 0:00:10.641 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673700.6808443, "block_size": 4096, "blocks": 0, "ctime": 1709673700.6808443, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37020, "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": 1709673700.6808443, "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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.314) 0:00:10.955 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.046) 0:00:11.002 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.031) 0:00:11.034 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:21:42 +0000 (0:00:00.077) 0:00:11.111 ********* 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.061012", "end": "2024-03-05 21:21:43.188247", "rc": 1, "start": "2024-03-05 21:21:43.127235" } STDOUT: Connection 'statebr' (90ba16d3-c943-4384-824b-64791fbe3e8d) 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_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:45 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.291) 0:00:11.403 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.068) 0:00:11.471 ********* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.029) 0:00:11.500 ********* 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" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.065) 0:00:11.565 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.042) 0:00:11.608 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.047) 0:00:11.656 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003153", "end": "2024-03-05 21:21:43.655111", "rc": 0, "start": "2024-03-05 21:21:43.651958" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.202) 0:00:11.858 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.025) 0:00:11.884 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.022) 0:00:11.906 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 05 March 2024 21:21:43 +0000 (0:00:00.073) 0:00:11.980 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006038", "end": "2024-03-05 21:21:43.978134", "rc": 1, "start": "2024-03-05 21:21:43.972096" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.205) 0:00:12.185 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.055) 0:00:12.240 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.223) 0:00:12.463 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.027) 0:00:12.490 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.044) 0:00:12.535 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.075) 0:00:12.610 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.070) 0:00:12.680 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.063) 0:00:12.743 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.044) 0:00:12.788 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:21:44 +0000 (0:00:00.041) 0:00:12.829 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:21:46 +0000 (0:00:01.614) 0:00:14.444 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:21:47 +0000 (0:00:01.396) 0:00:15.841 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.030) 0:00:15.871 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.036) 0:00:15.907 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.058) 0:00:15.966 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.070) 0:00:16.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.050) 0:00:16.087 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:21:47 +0000 (0:00:00.061) 0:00:16.149 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.105) 0:00:16.255 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.025) 0:00:16.280 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.059) 0:00:16.340 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.026) 0:00:16.367 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.368) 0:00:16.735 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.026) 0:00:16.762 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.046) 0:00:16.809 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:21:48 +0000 (0:00:00.044) 0:00:16.854 ********* 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, 19d92a9d-d70e-4e27-8cec-0aa84c724a56 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.374) 0:00:17.228 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.023) 0:00:17.252 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 19d92a9d-d70e-4e27-8cec-0aa84c724a56" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.024) 0:00:17.276 ********* 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, 19d92a9d-d70e-4e27-8cec-0aa84c724a56\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 19d92a9d-d70e-4e27-8cec-0aa84c724a56" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.038) 0:00:17.314 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.061) 0:00:17.376 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.222) 0:00:17.598 ********* 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, 19d92a9d-d70e-4e27-8cec-0aa84c724a56\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 19d92a9d-d70e-4e27-8cec-0aa84c724a56" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.027) 0:00:17.625 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.075) 0:00:17.700 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.055) 0:00:17.755 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.223) 0:00:17.979 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.035) 0:00:18.015 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.044) 0:00:18.059 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:21:49 +0000 (0:00:00.045) 0:00:18.105 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673708.9964712, "block_size": 4096, "blocks": 8, "ctime": 1709673708.9964712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086074, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1709673708.9964712, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.200) 0:00:18.305 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.040) 0:00:18.346 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020638", "end": "2024-03-05 21:21:50.374570", "rc": 0, "start": "2024-03-05 21:21:50.353932" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.356) 0:00:18.702 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.077) 0:00:18.780 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.102) 0:00:18.883 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.028) 0:00:18.911 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:21:50 +0000 (0:00:00.057) 0:00:18.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.234) 0:00:19.203 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.079) 0:00:19.282 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.048) 0:00:19.331 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.033) 0:00:19.364 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.069) 0:00:19.434 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.048) 0:00:19.482 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.114) 0:00:19.596 ********* 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.041887", "end": "2024-03-05 21:21:51.649921", "rc": 1, "start": "2024-03-05 21:21:51.608034" } STDOUT: Connection 'statebr' (19d92a9d-d70e-4e27-8cec-0aa84c724a56) 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_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:65 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.283) 0:00:19.880 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.055) 0:00:19.935 ********* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.058) 0:00:19.994 ********* 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" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.066) 0:00:20.061 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:21:51 +0000 (0:00:00.063) 0:00:20.125 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.091) 0:00:20.217 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002913", "end": "2024-03-05 21:21:52.243204", "rc": 0, "start": "2024-03-05 21:21:52.240291" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.240) 0:00:20.457 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.053) 0:00:20.511 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.062) 0:00:20.573 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.163) 0:00:20.737 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.070) 0:00:20.807 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.091) 0:00:20.898 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.039) 0:00:20.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.023) 0:00:20.961 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:21:52 +0000 (0:00:00.043) 0:00:21.004 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:21:54 +0000 (0:00:01.501) 0:00:22.505 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:21:55 +0000 (0:00:01.319) 0:00:23.825 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.027) 0:00:23.852 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.025) 0:00:23.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.035) 0:00:23.913 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.032) 0:00:23.946 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.048) 0:00:23.994 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.057) 0:00:24.052 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:21:55 +0000 (0:00:00.108) 0:00:24.160 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.084) 0:00:24.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.024) 0:00:24.269 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.051) 0:00:24.321 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.444) 0:00:24.765 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.039) 0:00:24.804 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.023) 0:00:24.828 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:21:56 +0000 (0:00:00.056) 0:00:24.884 ********* 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, 17953c9c-074b-4a9e-9904-44030fafc89f TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.447) 0:00:25.332 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.038) 0:00:25.370 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.026) 0:00:25.396 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.027) 0:00:25.424 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.024) 0:00:25.449 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.282) 0:00:25.731 ********* 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, 17953c9c-074b-4a9e-9904-44030fafc89f\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.047) 0:00:25.778 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.066) 0:00:25.845 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.119) 0:00:25.964 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.053) 0:00:26.018 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.037) 0:00:26.055 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.030) 0:00:26.086 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:21:57 +0000 (0:00:00.036) 0:00:26.122 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:21:59 +0000 (0:00:01.571) 0:00:27.694 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:01 +0000 (0:00:01.516) 0:00:29.210 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.103) 0:00:29.313 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.096) 0:00:29.410 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.061) 0:00:29.472 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.079) 0:00:29.552 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.042) 0:00:29.595 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.052) 0:00:29.647 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.166) 0:00:29.814 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.025) 0:00:29.840 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.065) 0:00:29.905 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:01 +0000 (0:00:00.059) 0:00:29.964 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.448) 0:00:30.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.039) 0:00:30.452 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.064) 0:00:30.517 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.039) 0:00:30.556 ********* 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, 17953c9c-074b-4a9e-9904-44030fafc89f skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.430) 0:00:30.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.082) 0:00:31.069 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.030) 0:00:31.100 ********* 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, 17953c9c-074b-4a9e-9904-44030fafc89f skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17953c9c-074b-4a9e-9904-44030fafc89f skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:02 +0000 (0:00:00.055) 0:00:31.156 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.026) 0:00:31.183 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.261) 0:00:31.444 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.052) 0:00:31.497 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.055) 0:00:31.552 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673717.0175996, "block_size": 4096, "blocks": 0, "ctime": 1709673717.0175996, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37151, "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": 1709673717.0175996, "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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.223) 0:00:31.776 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.039) 0:00:31.815 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.113) 0:00:31.929 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:22:03 +0000 (0:00:00.110) 0:00:32.039 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673717.068532, "block_size": 4096, "blocks": 8, "ctime": 1709673717.0165317, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6086074, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1709673717.0165317, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.251) 0:00:32.291 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.091) 0:00:32.382 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021611", "end": "2024-03-05 21:22:04.531858", "rc": 0, "start": "2024-03-05 21:22:04.510247" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.467) 0:00:32.850 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.074) 0:00:32.924 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.074) 0:00:32.998 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.057) 0:00:33.056 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.059) 0:00:33.115 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 05 March 2024 21:22:04 +0000 (0:00:00.032) 0:00:33.148 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.036) 0:00:33.185 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.027) 0:00:33.212 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.027) 0:00:33.240 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.033) 0:00:33.274 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.025) 0:00:33.299 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.043) 0:00:33.342 ********* 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.064714", "end": "2024-03-05 21:22:05.399558", "rc": 1, "start": "2024-03-05 21:22:05.334844" } STDOUT: Connection 'statebr' (17953c9c-074b-4a9e-9904-44030fafc89f) 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_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:83 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.268) 0:00:33.610 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.064) 0:00:33.675 ********* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.091) 0:00:33.766 ********* 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" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.102) 0:00:33.868 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.053) 0:00:33.922 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:22:05 +0000 (0:00:00.117) 0:00:34.039 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003080", "end": "2024-03-05 21:22:06.089410", "rc": 0, "start": "2024-03-05 21:22:06.086330" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.289) 0:00:34.329 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.087) 0:00:34.416 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.087) 0:00:34.504 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.092) 0:00:34.596 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.076) 0:00:34.673 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.071) 0:00:34.745 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.096) 0:00:34.842 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.074) 0:00:34.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:06 +0000 (0:00:00.058) 0:00:34.975 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:08 +0000 (0:00:01.566) 0:00:36.541 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:09 +0000 (0:00:01.343) 0:00:37.885 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:09 +0000 (0:00:00.064) 0:00:37.950 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:09 +0000 (0:00:00.049) 0:00:37.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:09 +0000 (0:00:00.043) 0:00:38.042 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:09 +0000 (0:00:00.043) 0:00:38.085 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:09 +0000 (0:00:00.045) 0:00:38.130 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.095) 0:00:38.225 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.069) 0:00:38.295 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.043) 0:00:38.338 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.042) 0:00:38.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.051) 0:00:38.432 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.378) 0:00:38.811 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.028) 0:00:38.840 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.022) 0:00:38.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:10 +0000 (0:00:00.022) 0:00:38.885 ********* 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, a5a0ea36-21a9-4273-8bc8-599ae14c8e85 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.483) 0:00:39.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.048) 0:00:39.417 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.034) 0:00:39.452 ********* 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, a5a0ea36-21a9-4273-8bc8-599ae14c8e85\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.038) 0:00:39.490 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.021) 0:00:39.512 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.213) 0:00:39.726 ********* 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, a5a0ea36-21a9-4273-8bc8-599ae14c8e85\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.092) 0:00:39.818 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.056) 0:00:39.875 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.066) 0:00:39.941 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.060) 0:00:40.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.044) 0:00:40.046 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:11 +0000 (0:00:00.023) 0:00:40.069 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:13 +0000 (0:00:01.508) 0:00:41.578 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:14 +0000 (0:00:01.434) 0:00:43.013 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:14 +0000 (0:00:00.030) 0:00:43.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:14 +0000 (0:00:00.024) 0:00:43.068 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:14 +0000 (0:00:00.023) 0:00:43.091 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:14 +0000 (0:00:00.031) 0:00:43.123 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:14 +0000 (0:00:00.034) 0:00:43.158 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.039) 0:00:43.197 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.046) 0:00:43.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.055) 0:00:43.299 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.037) 0:00:43.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.044) 0:00:43.382 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.353) 0:00:43.735 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.073) 0:00:43.808 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.033) 0:00:43.842 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:15 +0000 (0:00:00.029) 0:00:43.872 ********* 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, a5a0ea36-21a9-4273-8bc8-599ae14c8e85 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.423) 0:00:44.295 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.023) 0:00:44.319 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.023) 0:00:44.342 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a5a0ea36-21a9-4273-8bc8-599ae14c8e85 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.024) 0:00:44.367 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.026) 0:00:44.393 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.244) 0:00:44.637 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.082) 0:00:44.720 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.091) 0:00:44.811 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.080) 0:00:44.891 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.043) 0:00:44.934 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.027) 0:00:44.961 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:16 +0000 (0:00:00.027) 0:00:44.988 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:18 +0000 (0:00:01.612) 0:00:46.601 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:19 +0000 (0:00:01.341) 0:00:47.943 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:19 +0000 (0:00:00.043) 0:00:47.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:19 +0000 (0:00:00.052) 0:00:48.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:19 +0000 (0:00:00.094) 0:00:48.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.062) 0:00:48.195 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.126) 0:00:48.322 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.035) 0:00:48.358 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.055) 0:00:48.413 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.025) 0:00:48.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.053) 0:00:48.492 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.053) 0:00:48.546 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.381) 0:00:48.927 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.058) 0:00:48.985 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.053) 0:00:49.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:20 +0000 (0:00:00.048) 0:00:49.087 ********* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.399) 0:00:49.487 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.028) 0:00:49.516 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.038) 0:00:49.554 ********* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.023) 0:00:49.578 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.032) 0:00:49.611 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.234) 0:00:49.845 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.059) 0:00:49.904 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:22:21 +0000 (0:00:00.061) 0:00:49.966 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673731.0585012, "block_size": 4096, "blocks": 0, "ctime": 1709673731.0585012, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37282, "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": 1709673731.0585012, "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_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.226) 0:00:50.193 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.040) 0:00:50.234 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.048) 0:00:50.282 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.104) 0:00:50.386 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.302) 0:00:50.689 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.064) 0:00:50.753 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022001", "end": "2024-03-05 21:22:22.795749", "rc": 1, "start": "2024-03-05 21:22:22.773748" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.248) 0:00:51.001 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.031) 0:00:51.033 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:22:22 +0000 (0:00:00.085) 0:00:51.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.065) 0:00:51.184 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.027) 0:00:51.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.030) 0:00:51.242 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.026) 0:00:51.268 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.023) 0:00:51.291 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.023) 0:00:51.315 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.048) 0:00:51.363 ********* 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.075948", "end": "2024-03-05 21:22:23.488736", "rc": 1, "start": "2024-03-05 21:22:23.412788" } STDOUT: Connection 'statebr' (a5a0ea36-21a9-4273-8bc8-599ae14c8e85) 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_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:103 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.358) 0:00:51.722 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.095) 0:00:51.817 ********* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.076) 0:00:51.894 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:22:23 +0000 (0:00:00.133) 0:00:52.028 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.147) 0:00:52.176 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.155) 0:00:52.331 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003434", "end": "2024-03-05 21:22:24.395745", "rc": 0, "start": "2024-03-05 21:22:24.392311" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.316) 0:00:52.647 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.074) 0:00:52.722 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.043) 0:00:52.766 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.091) 0:00:52.858 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.039) 0:00:52.898 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.070) 0:00:52.968 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.030) 0:00:52.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.026) 0:00:53.025 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:24 +0000 (0:00:00.023) 0:00:53.049 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:26 +0000 (0:00:01.483) 0:00:54.532 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:27 +0000 (0:00:01.326) 0:00:55.858 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.025) 0:00:55.883 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.023) 0:00:55.907 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.021) 0:00:55.929 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.027) 0:00:55.956 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.022) 0:00:55.979 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.027) 0:00:56.006 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.069) 0:00:56.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.024) 0:00:56.101 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.023) 0:00:56.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:27 +0000 (0:00:00.026) 0:00:56.151 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.348) 0:00:56.499 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.038) 0:00:56.537 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.054) 0:00:56.591 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.032) 0:00:56.623 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.422) 0:00:57.045 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.022) 0:00:57.068 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.025) 0:00:57.093 ********* 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, 3c8883c2-fb96-429b-bfec-c10fc61f0158\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.028) 0:00:57.122 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:28 +0000 (0:00:00.022) 0:00:57.144 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.188) 0:00:57.333 ********* 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, 3c8883c2-fb96-429b-bfec-c10fc61f0158\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.034) 0:00:57.367 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.078) 0:00:57.445 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.043) 0:00:57.488 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.037) 0:00:57.525 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.024) 0:00:57.550 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:29 +0000 (0:00:00.055) 0:00:57.605 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:30 +0000 (0:00:01.550) 0:00:59.155 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:32 +0000 (0:00:01.426) 0:01:00.582 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.031) 0:01:00.614 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.023) 0:01:00.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.047) 0:01:00.685 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.032) 0:01:00.717 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.028) 0:01:00.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.026) 0:01:00.772 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.045) 0:01:00.818 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.026) 0:01:00.844 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.025) 0:01:00.869 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:32 +0000 (0:00:00.025) 0:01:00.894 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.355) 0:01:01.250 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.047) 0:01:01.298 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.042) 0:01:01.340 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.033) 0:01:01.374 ********* 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, 3c8883c2-fb96-429b-bfec-c10fc61f0158 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.498) 0:01:01.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.028) 0:01:01.901 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.027) 0:01:01.928 ********* 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, 3c8883c2-fb96-429b-bfec-c10fc61f0158 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3c8883c2-fb96-429b-bfec-c10fc61f0158 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.054) 0:01:01.982 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:33 +0000 (0:00:00.027) 0:01:02.010 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove_profile.yml:3 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.215) 0:01:02.226 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.055) 0:01:02.281 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.056) 0:01:02.338 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.035) 0:01:02.373 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.024) 0:01:02.398 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:34 +0000 (0:00:00.026) 0:01:02.424 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:35 +0000 (0:00:01.483) 0:01:03.908 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:37 +0000 (0:00:01.300) 0:01:05.208 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.038) 0:01:05.247 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.033) 0:01:05.280 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.023) 0:01:05.303 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.025) 0:01:05.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.022) 0:01:05.352 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.032) 0:01:05.384 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.046) 0:01:05.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.053) 0:01:05.483 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.023) 0:01:05.507 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.026) 0:01:05.534 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.344) 0:01:05.878 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.039) 0:01:05.917 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.066) 0:01:05.984 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:37 +0000 (0:00:00.050) 0:01:06.034 ********* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.404) 0:01:06.439 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.024) 0:01:06.464 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.052) 0:01:06.516 ********* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.029) 0:01:06.546 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.036) 0:01:06.583 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.220) 0:01:06.803 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.155) 0:01:06.959 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.068) 0:01:07.027 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.058) 0:01:07.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 [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.038) 0:01:07.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:38 +0000 (0:00:00.045) 0:01:07.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:39 +0000 (0:00:00.125) 0:01:07.295 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:40 +0000 (0:00:01.565) 0:01:08.861 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:42 +0000 (0:00:01.366) 0:01:10.228 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.025) 0:01:10.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.023) 0:01:10.277 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.057) 0:01:10.335 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.033) 0:01:10.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.057) 0:01:10.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.083) 0:01:10.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.055) 0:01:10.565 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.036) 0:01:10.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.031) 0:01:10.632 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.052) 0:01:10.685 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.426) 0:01:11.112 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:42 +0000 (0:00:00.057) 0:01:11.169 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.041) 0:01:11.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.078) 0:01:11.289 ********* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.523) 0:01:11.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.054) 0:01:11.868 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.061) 0:01:11.930 ********* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.122) 0:01:12.053 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:43 +0000 (0:00:00.072) 0:01:12.125 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.255) 0:01:12.380 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.051) 0:01:12.432 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.051) 0:01:12.483 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.029) 0:01:12.512 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.209) 0:01:12.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.048) 0:01:12.770 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020638", "end": "2024-03-05 21:22:44.797529", "rc": 1, "start": "2024-03-05 21:22:44.776891" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.233) 0:01:13.004 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.086) 0:01:13.091 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.036) 0:01:13.127 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:22:44 +0000 (0:00:00.033) 0:01:13.160 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.040) 0:01:13.201 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.051) 0:01:13.252 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.052) 0:01:13.305 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.059) 0:01:13.364 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.078) 0:01:13.442 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.249) 0:01:13.692 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.033) 0:01:13.725 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.041) 0:01:13.767 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.054) 0:01:13.822 ********* 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.040663", "end": "2024-03-05 21:22:45.853889", "rc": 1, "start": "2024-03-05 21:22:45.813226" } 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_hotfixtqrhtu4_/tests/playbooks/tests_states.yml:126 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.239) 0:01:14.062 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:5 Tuesday 05 March 2024 21:22:45 +0000 (0:00:00.098) 0:01:14.160 ********* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:9 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.043) 0:01:14.203 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:21 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.130) 0:01:14.334 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.043) 0:01:14.377 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.036) 0:01:14.413 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002966", "end": "2024-03-05 21:22:46.408078", "rc": 0, "start": "2024-03-05 21:22:46.405112" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.210) 0:01:14.624 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.025) 0:01:14.650 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:24 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.027) 0:01:14.677 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:3 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.052) 0:01:14.729 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.055) 0:01:14.785 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.101) 0:01:14.886 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.080) 0:01:14.967 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.035) 0:01:15.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:46 +0000 (0:00:00.047) 0:01:15.049 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:48 +0000 (0:00:01.496) 0:01:16.546 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:49 +0000 (0:00:01.323) 0:01:17.869 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.034) 0:01:17.904 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.047) 0:01:17.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.047) 0:01:17.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.047) 0:01:18.046 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.035) 0:01:18.081 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:49 +0000 (0:00:00.045) 0:01:18.127 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.074) 0:01:18.201 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.051) 0:01:18.253 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.029) 0:01:18.282 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.039) 0:01:18.322 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.371) 0:01:18.694 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.054) 0:01:18.749 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.023) 0:01:18.773 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:50 +0000 (0:00:00.036) 0:01:18.809 ********* 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, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.484) 0:01:19.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.042) 0:01:19.336 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.069) 0:01:19.405 ********* 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, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.029) 0:01:19.434 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.042) 0:01:19.477 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/create_bridge_profile.yml:14 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.208) 0:01:19.685 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/activate_profile.yml:3 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.039) 0:01:19.725 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.047) 0:01:19.773 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.054) 0:01:19.827 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.034) 0:01:19.861 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.029) 0:01:19.891 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:51 +0000 (0:00:00.040) 0:01:19.931 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:53 +0000 (0:00:01.499) 0:01:21.431 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:54 +0000 (0:00:01.332) 0:01:22.763 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.027) 0:01:22.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.029) 0:01:22.820 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.022) 0:01:22.843 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.029) 0:01:22.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.071) 0:01:22.943 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.026) 0:01:22.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.046) 0:01:23.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.033) 0:01:23.051 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:22:54 +0000 (0:00:00.072) 0:01:23.123 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:22:55 +0000 (0:00:00.059) 0:01:23.183 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:22:55 +0000 (0:00:00.388) 0:01:23.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:22:55 +0000 (0:00:00.062) 0:01:23.634 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:22:55 +0000 (0:00:00.060) 0:01:23.694 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:22:55 +0000 (0:00:00.037) 0:01:23.731 ********* 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, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.468) 0:01:24.199 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.132) 0:01:24.332 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.072) 0:01:24.405 ********* 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, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e6a1933d-522c-4ee5-ba0c-b5bbd25a93e8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.036) 0:01:24.441 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.023) 0:01:24.465 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.244) 0:01:24.709 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.093) 0:01:24.803 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.057) 0:01:24.860 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.070) 0:01:24.931 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.052) 0:01:24.983 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:22:56 +0000 (0:00:00.056) 0:01:25.040 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:22:58 +0000 (0:00:01.602) 0:01:26.643 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:22:59 +0000 (0:00:01.314) 0:01:27.957 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:22:59 +0000 (0:00:00.082) 0:01:28.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:22:59 +0000 (0:00:00.062) 0:01:28.102 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:22:59 +0000 (0:00:00.055) 0:01:28.158 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.091) 0:01:28.250 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.038) 0:01:28.288 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.060) 0:01:28.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.083) 0:01:28.432 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.040) 0:01:28.472 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.056) 0:01:28.529 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.029) 0:01:28.558 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.420) 0:01:28.979 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.031) 0:01:29.010 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.055) 0:01:29.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:23:00 +0000 (0:00:00.047) 0:01:29.114 ********* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.484) 0:01:29.598 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.065) 0:01:29.664 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.030) 0:01:29.695 ********* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.059) 0:01:29.754 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.027) 0:01:29.782 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:30 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.194) 0:01:29.977 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/remove+down_profile.yml:3 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.058) 0:01:30.035 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.060) 0:01:30.096 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 05 March 2024 21:23:01 +0000 (0:00:00.045) 0:01:30.141 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 05 March 2024 21:23:02 +0000 (0:00:00.041) 0:01:30.182 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 05 March 2024 21:23:02 +0000 (0:00:00.024) 0:01:30.207 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 05 March 2024 21:23:02 +0000 (0:00:00.027) 0:01:30.234 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 05 March 2024 21:23:03 +0000 (0:00:01.507) 0:01:31.742 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 05 March 2024 21:23:04 +0000 (0:00:01.346) 0:01:33.089 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 05 March 2024 21:23:04 +0000 (0:00:00.030) 0:01:33.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 05 March 2024 21:23:04 +0000 (0:00:00.036) 0:01:33.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.034) 0:01:33.190 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.033) 0:01:33.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.082) 0:01:33.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:72 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.029) 0:01:33.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.059) 0:01:33.396 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:100 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.024) 0:01:33.421 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:117 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.045) 0:01:33.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.052) 0:01:33.520 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:142 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.450) 0:01:33.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:151 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.055) 0:01:34.026 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:159 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.036) 0:01:34.062 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 Tuesday 05 March 2024 21:23:05 +0000 (0:00:00.058) 0:01:34.121 ********* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:180 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.444) 0:01:34.565 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:186 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.034) 0:01:34.600 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:190 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.025) 0:01:34.625 ********* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:195 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.025) 0:01:34.651 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:201 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.023) 0:01:34.674 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:36 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.249) 0:01:34.924 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:3 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.057) 0:01:34.981 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.041) 0:01:35.023 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 05 March 2024 21:23:06 +0000 (0:00:00.025) 0:01:35.048 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.195) 0:01:35.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.024) 0:01:35.268 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020064", "end": "2024-03-05 21:23:07.278768", "rc": 1, "start": "2024-03-05 21:23:07.258704" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.213) 0:01:35.481 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.025) 0:01:35.506 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.031) 0:01:35.537 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.026) 0:01:35.564 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.031) 0:01:35.595 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_profile_absent.yml:5 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.030) 0:01:35.625 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Tuesday 05 March 2024 21:23:07 +0000 (0:00:00.026) 0:01:35.652 ********* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.939364", "end": "2024-03-05 21:23:08.584658", "rc": 0, "start": "2024-03-05 21:23:07.645294" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Tuesday 05 March 2024 21:23:08 +0000 (0:00:01.145) 0:01:36.798 ********* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Tuesday 05 March 2024 21:23:08 +0000 (0:00:00.026) 0:01:36.825 ********* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:42 Tuesday 05 March 2024 21:23:08 +0000 (0:00:00.048) 0:01:36.873 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:23:08 +0000 (0:00:00.061) 0:01:36.934 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:23:08 +0000 (0:00:00.070) 0:01:37.005 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.268) 0:01:37.274 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:47 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.031) 0:01:37.305 ********* 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_hotfixtqrhtu4_/tests/playbooks/tasks/run_test.yml:66 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.025) 0:01:37.331 ********* included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/playbooks/tasks/cleanup_profile+device.yml:3 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.052) 0:01:37.384 ********* 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.041904", "end": "2024-03-05 21:23:09.429673", "rc": 1, "start": "2024-03-05 21:23:09.387769" } 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_hotfixtqrhtu4_/tests/playbooks/tasks/check_network_dns.yml:6 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.267) 0:01:37.652 ********* 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.009326", "end": "2024-03-05 21:23:09.658130", "rc": 0, "start": "2024-03-05 21:23:09.648804" } 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:28:76:0c:e9:dd brd ff:ff:ff:ff:ff:ff inet 10.31.11.249/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2095sec preferred_lft 2095sec inet6 fe80::1028:76ff:fe0c:e9dd/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.249 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.249 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_hotfixtqrhtu4_/tests/playbooks/tasks/check_network_dns.yml:24 Tuesday 05 March 2024 21:23:09 +0000 (0:00:00.273) 0:01:37.925 ********* 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.205232", "end": "2024-03-05 21:23:10.144383", "rc": 0, "start": "2024-03-05 21:23:09.939151" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 3244 0 --:--:-- --:--:-- --:--:-- 3244 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 3383 0 --:--:-- --:--:-- --:--:-- 3383 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=292 rescued=0 ignored=11 Tuesday 05 March 2024 21:23:10 +0000 (0:00:00.437) 0:01:38.362 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.51s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Enable and start NetworkManager ------------ 2.16s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Configure networking connection profiles --- 1.82s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Check which services are running ----------- 1.61s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.61s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.60s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.55s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 1.55s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-nm_plugin_hotfixtqrhtu4_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---