# 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_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/tests_states_nm.yml:6 Friday 15 March 2024 02:41:55 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tests_states_nm.yml:9 Friday 15 March 2024 02:41:56 +0000 (0:00:01.057) 0:00:01.070 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 02:41:56 +0000 (0:00:00.022) 0:00:01.092 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/el_repo_setup.yml:19 Friday 15 March 2024 02:41:57 +0000 (0:00:00.535) 0:00:01.628 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/el_repo_setup.yml:24 Friday 15 March 2024 02:41:57 +0000 (0:00:00.258) 0:00:01.886 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/el_repo_setup.yml:28 Friday 15 March 2024 02:41:57 +0000 (0:00:00.030) 0:00:01.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/el_repo_setup.yml:53 Friday 15 March 2024 02:41:57 +0000 (0:00:00.019) 0:00:01.935 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 02:41:57 +0000 (0:00:00.040) 0:00:01.976 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 02:41:57 +0000 (0:00:00.010) 0:00:01.987 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 02:41:57 +0000 (0:00:00.010) 0:00:01.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 02:41:57 +0000 (0:00:00.013) 0:00:02.011 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 02:41:57 +0000 (0:00:00.009) 0:00:02.021 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/tests_states_nm.yml:11 Friday 15 March 2024 02:41:57 +0000 (0:00:00.017) 0:00:02.038 ********** 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_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:3 Friday 15 March 2024 02:41:57 +0000 (0:00:00.014) 0:00:02.053 ********** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:11 Friday 15 March 2024 02:41:58 +0000 (0:00:00.852) 0:00:02.905 ********** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:22 Friday 15 March 2024 02:41:58 +0000 (0:00:00.011) 0:00:02.916 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:41:58 +0000 (0:00:00.016) 0:00:02.932 ********** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:41:58 +0000 (0:00:00.011) 0:00:02.944 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:41:58 +0000 (0:00:00.032) 0:00:02.976 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:41:58 +0000 (0:00:00.015) 0:00:02.992 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:41:58 +0000 (0:00:00.013) 0:00:03.005 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003836", "end": "2024-03-15 02:41:58.921599", "rc": 0, "start": "2024-03-15 02:41:58.917763" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:41:58 +0000 (0:00:00.297) 0:00:03.303 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:41:58 +0000 (0:00:00.012) 0:00:03.316 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:41:58 +0000 (0:00:00.011) 0:00:03.327 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 02:41:58 +0000 (0:00:00.021) 0:00:03.348 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008279", "end": "2024-03-15 02:41:59.189473", "rc": 1, "start": "2024-03-15 02:41:59.181194" } 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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:41:59 +0000 (0:00:00.213) 0:00:03.562 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:41:59 +0000 (0:00:00.016) 0:00:03.578 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:41:59 +0000 (0:00:00.205) 0:00:03.784 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:41:59 +0000 (0:00:00.013) 0:00:03.798 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:41:59 +0000 (0:00:00.019) 0:00:03.818 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:41:59 +0000 (0:00:00.088) 0:00:03.906 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:41:59 +0000 (0:00:00.022) 0:00:03.929 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:41:59 +0000 (0:00:00.030) 0:00:03.959 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:41:59 +0000 (0:00:00.020) 0:00:03.979 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:41:59 +0000 (0:00:00.016) 0:00:03.995 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:02 +0000 (0:00:02.509) 0:00:06.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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:03 +0000 (0:00:01.145) 0:00:07.651 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:03 +0000 (0:00:00.026) 0:00:07.677 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:03 +0000 (0:00:00.025) 0:00:07.702 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:03 +0000 (0:00:00.030) 0:00:07.733 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:03 +0000 (0:00:00.035) 0:00:07.769 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:03 +0000 (0:00:00.054) 0:00:07.824 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:03 +0000 (0:00:00.038) 0:00:07.862 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:03 +0000 (0:00:00.061) 0:00:07.924 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:03 +0000 (0:00:00.026) 0:00:07.950 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:03 +0000 (0:00:00.037) 0:00:07.988 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:03 +0000 (0:00:00.061) 0:00:08.050 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:04 +0000 (0:00:00.741) 0:00:08.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:04 +0000 (0:00:00.032) 0:00:08.824 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:04 +0000 (0:00:00.023) 0:00:08.848 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:04 +0000 (0:00:00.022) 0:00:08.871 ********** 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, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:05 +0000 (0:00:00.583) 0:00:09.455 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:05 +0000 (0:00:00.024) 0:00:09.479 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:05 +0000 (0:00:00.034) 0:00:09.514 ********** 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, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:05 +0000 (0:00:00.026) 0:00:09.541 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:05 +0000 (0:00:00.026) 0:00:09.567 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:42:05 +0000 (0:00:00.303) 0:00:09.870 ********** 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, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2a0bfbfb-c319-4f21-9b7d-e5ef2e848621" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:42:05 +0000 (0:00:00.052) 0:00:09.922 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:42:05 +0000 (0:00:00.045) 0:00:09.967 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:42:05 +0000 (0:00:00.041) 0:00:10.009 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:42:05 +0000 (0:00:00.023) 0:00:10.032 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:42:05 +0000 (0:00:00.218) 0:00:10.251 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:42:05 +0000 (0:00:00.023) 0:00:10.274 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.024472", "end": "2024-03-15 02:42:06.133951", "rc": 0, "start": "2024-03-15 02:42:06.109479" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:42:06 +0000 (0:00:00.244) 0:00:10.519 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:42:06 +0000 (0:00:00.025) 0:00:10.544 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:42:06 +0000 (0:00:00.023) 0:00:10.568 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:42:06 +0000 (0:00:00.024) 0:00:10.593 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:42:06 +0000 (0:00:00.024) 0:00:10.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:42:06 +0000 (0:00:00.025) 0:00:10.643 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:42:06 +0000 (0:00:00.055) 0:00:10.699 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:42:06 +0000 (0:00:00.029) 0:00:10.728 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:42:06 +0000 (0:00:00.026) 0:00:10.755 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:42:06 +0000 (0:00:00.057) 0:00:10.812 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:42:06 +0000 (0:00:00.039) 0:00:10.852 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710470525.012664, "block_size": 4096, "blocks": 0, "ctime": 1710470525.012664, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36138, "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": 1710470525.012664, "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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:42:06 +0000 (0:00:00.222) 0:00:11.075 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:42:06 +0000 (0:00:00.027) 0:00:11.102 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:42:06 +0000 (0:00:00.028) 0:00:11.130 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:42:06 +0000 (0:00:00.044) 0:00:11.175 ********** 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.062594", "end": "2024-03-15 02:42:07.084068", "rc": 1, "start": "2024-03-15 02:42:07.021474" } STDOUT: Connection 'statebr' (2a0bfbfb-c319-4f21-9b7d-e5ef2e848621) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:45 Friday 15 March 2024 02:42:07 +0000 (0:00:00.327) 0:00:11.503 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:42:07 +0000 (0:00:00.092) 0:00:11.596 ********** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:42:07 +0000 (0:00:00.054) 0:00:11.650 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:42:07 +0000 (0:00:00.061) 0:00:11.712 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:42:07 +0000 (0:00:00.049) 0:00:11.761 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:42:07 +0000 (0:00:00.040) 0:00:11.801 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003918", "end": "2024-03-15 02:42:07.654402", "rc": 0, "start": "2024-03-15 02:42:07.650484" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:42:07 +0000 (0:00:00.248) 0:00:12.049 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:42:07 +0000 (0:00:00.024) 0:00:12.074 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:42:07 +0000 (0:00:00.024) 0:00:12.098 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 02:42:07 +0000 (0:00:00.044) 0:00:12.142 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007148", "end": "2024-03-15 02:42:07.991390", "rc": 1, "start": "2024-03-15 02:42:07.984242" } 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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:42:08 +0000 (0:00:00.235) 0:00:12.378 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:42:08 +0000 (0:00:00.073) 0:00:12.451 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:42:08 +0000 (0:00:00.225) 0:00:12.676 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:42:08 +0000 (0:00:00.026) 0:00:12.702 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Friday 15 March 2024 02:42:08 +0000 (0:00:00.042) 0:00:12.745 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:08 +0000 (0:00:00.044) 0:00:12.790 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:08 +0000 (0:00:00.043) 0:00:12.833 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:08 +0000 (0:00:00.029) 0:00:12.863 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:08 +0000 (0:00:00.024) 0:00:12.887 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:08 +0000 (0:00:00.023) 0:00:12.910 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:11 +0000 (0:00:02.455) 0:00:15.366 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:11 +0000 (0:00:00.977) 0:00:16.344 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:12 +0000 (0:00:00.031) 0:00:16.375 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:12 +0000 (0:00:00.023) 0:00:16.399 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:12 +0000 (0:00:00.049) 0:00:16.449 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:12 +0000 (0:00:00.050) 0:00:16.499 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:12 +0000 (0:00:00.025) 0:00:16.525 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:12 +0000 (0:00:00.081) 0:00:16.606 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:12 +0000 (0:00:00.054) 0:00:16.661 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:12 +0000 (0:00:00.036) 0:00:16.698 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:12 +0000 (0:00:00.039) 0:00:16.737 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:12 +0000 (0:00:00.039) 0:00:16.777 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:13 +0000 (0:00:00.622) 0:00:17.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:13 +0000 (0:00:00.029) 0:00:17.429 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:13 +0000 (0:00:00.036) 0:00:17.465 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:13 +0000 (0:00:00.046) 0:00:17.511 ********** 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, f719632b-e40a-475b-8a9f-5d3c5e6f7343 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:13 +0000 (0:00:00.531) 0:00:18.042 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:13 +0000 (0:00:00.040) 0:00:18.083 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f719632b-e40a-475b-8a9f-5d3c5e6f7343" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:13 +0000 (0:00:00.036) 0:00:18.120 ********** 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, f719632b-e40a-475b-8a9f-5d3c5e6f7343\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f719632b-e40a-475b-8a9f-5d3c5e6f7343" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:13 +0000 (0:00:00.040) 0:00:18.160 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:13 +0000 (0:00:00.039) 0:00:18.199 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Friday 15 March 2024 02:42:14 +0000 (0:00:00.281) 0:00:18.480 ********** 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, f719632b-e40a-475b-8a9f-5d3c5e6f7343\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f719632b-e40a-475b-8a9f-5d3c5e6f7343" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:42:14 +0000 (0:00:00.033) 0:00:18.514 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:42:14 +0000 (0:00:00.061) 0:00:18.575 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:42:14 +0000 (0:00:00.052) 0:00:18.628 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:42:14 +0000 (0:00:00.225) 0:00:18.854 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:42:14 +0000 (0:00:00.028) 0:00:18.883 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:42:14 +0000 (0:00:00.117) 0:00:19.000 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:42:14 +0000 (0:00:00.044) 0:00:19.045 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:42:14 +0000 (0:00:00.222) 0:00:19.268 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:42:14 +0000 (0:00:00.023) 0:00:19.291 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023829", "end": "2024-03-15 02:42:15.152830", "rc": 0, "start": "2024-03-15 02:42:15.129001" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:42:15 +0000 (0:00:00.249) 0:00:19.540 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:42:15 +0000 (0:00:00.047) 0:00:19.587 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:42:15 +0000 (0:00:00.037) 0:00:19.625 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:42:15 +0000 (0:00:00.030) 0:00:19.655 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:42:15 +0000 (0:00:00.047) 0:00:19.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:42:15 +0000 (0:00:00.039) 0:00:19.743 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:42:15 +0000 (0:00:00.034) 0:00:19.778 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:42:15 +0000 (0:00:00.026) 0:00:19.804 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:42:15 +0000 (0:00:00.024) 0:00:19.829 ********** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:42:15 +0000 (0:00:00.022) 0:00:19.852 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:42:15 +0000 (0:00:00.065) 0:00:19.917 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:42:15 +0000 (0:00:00.049) 0:00:19.967 ********** 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.047311", "end": "2024-03-15 02:42:15.870438", "rc": 1, "start": "2024-03-15 02:42:15.823127" } STDOUT: Connection 'statebr' (f719632b-e40a-475b-8a9f-5d3c5e6f7343) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:65 Friday 15 March 2024 02:42:15 +0000 (0:00:00.297) 0:00:20.265 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:42:15 +0000 (0:00:00.041) 0:00:20.306 ********** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:42:15 +0000 (0:00:00.025) 0:00:20.331 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:42:16 +0000 (0:00:00.051) 0:00:20.383 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:42:16 +0000 (0:00:00.039) 0:00:20.423 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:42:16 +0000 (0:00:00.047) 0:00:20.470 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004017", "end": "2024-03-15 02:42:16.312530", "rc": 0, "start": "2024-03-15 02:42:16.308513" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:42:16 +0000 (0:00:00.230) 0:00:20.700 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:42:16 +0000 (0:00:00.027) 0:00:20.728 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:42:16 +0000 (0:00:00.058) 0:00:20.786 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:42:16 +0000 (0:00:00.043) 0:00:20.830 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:16 +0000 (0:00:00.042) 0:00:20.873 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:16 +0000 (0:00:00.046) 0:00:20.920 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:16 +0000 (0:00:00.030) 0:00:20.950 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:16 +0000 (0:00:00.024) 0:00:20.975 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:16 +0000 (0:00:00.022) 0:00:20.998 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:19 +0000 (0:00:02.488) 0:00:23.486 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:20 +0000 (0:00:00.994) 0:00:24.481 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:20 +0000 (0:00:00.026) 0:00:24.507 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:20 +0000 (0:00:00.025) 0:00:24.533 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:20 +0000 (0:00:00.027) 0:00:24.561 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:20 +0000 (0:00:00.044) 0:00:24.605 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:20 +0000 (0:00:00.060) 0:00:24.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:20 +0000 (0:00:00.077) 0:00:24.743 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:20 +0000 (0:00:00.067) 0:00:24.811 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:20 +0000 (0:00:00.025) 0:00:24.836 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:20 +0000 (0:00:00.029) 0:00:24.865 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:20 +0000 (0:00:00.042) 0:00:24.907 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:21 +0000 (0:00:00.667) 0:00:25.575 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:21 +0000 (0:00:00.035) 0:00:25.610 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:21 +0000 (0:00:00.092) 0:00:25.702 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:21 +0000 (0:00:00.067) 0:00:25.770 ********** 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, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:21 +0000 (0:00:00.492) 0:00:26.263 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:21 +0000 (0:00:00.025) 0:00:26.288 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:21 +0000 (0:00:00.034) 0:00:26.323 ********** 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, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:22 +0000 (0:00:00.041) 0:00:26.364 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:22 +0000 (0:00:00.024) 0:00:26.388 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:42:22 +0000 (0:00:00.232) 0:00:26.621 ********** 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, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:42:22 +0000 (0:00:00.025) 0:00:26.646 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:42:22 +0000 (0:00:00.047) 0:00:26.694 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:22 +0000 (0:00:00.047) 0:00:26.742 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:22 +0000 (0:00:00.047) 0:00:26.789 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:22 +0000 (0:00:00.029) 0:00:26.819 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:22 +0000 (0:00:00.048) 0:00:26.867 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:22 +0000 (0:00:00.054) 0:00:26.921 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:25 +0000 (0:00:02.433) 0:00:29.354 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:25 +0000 (0:00:00.951) 0:00:30.306 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:25 +0000 (0:00:00.025) 0:00:30.331 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:26 +0000 (0:00:00.024) 0:00:30.355 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:26 +0000 (0:00:00.024) 0:00:30.379 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:26 +0000 (0:00:00.067) 0:00:30.447 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:26 +0000 (0:00:00.024) 0:00:30.471 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:26 +0000 (0:00:00.027) 0:00:30.499 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:26 +0000 (0:00:00.045) 0:00:30.544 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:26 +0000 (0:00:00.023) 0:00:30.568 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:26 +0000 (0:00:00.024) 0:00:30.592 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:26 +0000 (0:00:00.026) 0:00:30.618 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:26 +0000 (0:00:00.603) 0:00:31.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:26 +0000 (0:00:00.032) 0:00:31.255 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:26 +0000 (0:00:00.024) 0:00:31.280 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:26 +0000 (0:00:00.023) 0:00:31.303 ********** 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, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:27 +0000 (0:00:00.406) 0:00:31.709 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:27 +0000 (0:00:00.057) 0:00:31.767 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:27 +0000 (0:00:00.032) 0:00:31.799 ********** 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, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:27 +0000 (0:00:00.033) 0:00:31.833 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:27 +0000 (0:00:00.032) 0:00:31.865 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:42:27 +0000 (0:00:00.225) 0:00:32.090 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:42:27 +0000 (0:00:00.047) 0:00:32.137 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:42:27 +0000 (0:00:00.039) 0:00:32.177 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710470541.8142076, "block_size": 4096, "blocks": 0, "ctime": 1710470541.8142076, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36269, "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": 1710470541.8142076, "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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:42:28 +0000 (0:00:00.227) 0:00:32.404 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:42:28 +0000 (0:00:00.026) 0:00:32.430 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:42:28 +0000 (0:00:00.043) 0:00:32.474 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:42:28 +0000 (0:00:00.030) 0:00:32.504 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:42:28 +0000 (0:00:00.233) 0:00:32.738 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:42:28 +0000 (0:00:00.034) 0:00:32.772 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.024556", "end": "2024-03-15 02:42:28.654529", "rc": 0, "start": "2024-03-15 02:42:28.629973" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:42:28 +0000 (0:00:00.271) 0:00:33.044 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:42:28 +0000 (0:00:00.030) 0:00:33.075 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:42:28 +0000 (0:00:00.045) 0:00:33.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:42:28 +0000 (0:00:00.079) 0:00:33.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:42:28 +0000 (0:00:00.035) 0:00:33.235 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:42:28 +0000 (0:00:00.030) 0:00:33.266 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:42:28 +0000 (0:00:00.029) 0:00:33.296 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:42:28 +0000 (0:00:00.034) 0:00:33.330 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:42:29 +0000 (0:00:00.037) 0:00:33.368 ********** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:42:29 +0000 (0:00:00.060) 0:00:33.428 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:42:29 +0000 (0:00:00.039) 0:00:33.468 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:42:29 +0000 (0:00:00.107) 0:00:33.575 ********** 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.072467", "end": "2024-03-15 02:42:29.495641", "rc": 1, "start": "2024-03-15 02:42:29.423174" } STDOUT: Connection 'statebr' (9abd1f6d-7cc6-48d6-85bc-0c8e20d2db4a) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:83 Friday 15 March 2024 02:42:29 +0000 (0:00:00.306) 0:00:33.882 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:42:29 +0000 (0:00:00.043) 0:00:33.925 ********** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:42:29 +0000 (0:00:00.027) 0:00:33.952 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:42:29 +0000 (0:00:00.049) 0:00:34.002 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:42:29 +0000 (0:00:00.045) 0:00:34.047 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:42:29 +0000 (0:00:00.041) 0:00:34.088 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003986", "end": "2024-03-15 02:42:29.941030", "rc": 0, "start": "2024-03-15 02:42:29.937044" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:42:29 +0000 (0:00:00.243) 0:00:34.332 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:42:30 +0000 (0:00:00.024) 0:00:34.357 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:42:30 +0000 (0:00:00.026) 0:00:34.383 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:42:30 +0000 (0:00:00.049) 0:00:34.432 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:30 +0000 (0:00:00.110) 0:00:34.543 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:30 +0000 (0:00:00.060) 0:00:34.603 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:30 +0000 (0:00:00.045) 0:00:34.649 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:30 +0000 (0:00:00.027) 0:00:34.677 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:30 +0000 (0:00:00.040) 0:00:34.717 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:32 +0000 (0:00:02.500) 0:00:37.218 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:33 +0000 (0:00:01.050) 0:00:38.268 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:33 +0000 (0:00:00.028) 0:00:38.297 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:33 +0000 (0:00:00.043) 0:00:38.340 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:34 +0000 (0:00:00.029) 0:00:38.370 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:34 +0000 (0:00:00.035) 0:00:38.406 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:34 +0000 (0:00:00.025) 0:00:38.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:34 +0000 (0:00:00.027) 0:00:38.459 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:34 +0000 (0:00:00.048) 0:00:38.507 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:34 +0000 (0:00:00.025) 0:00:38.533 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:34 +0000 (0:00:00.024) 0:00:38.558 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:34 +0000 (0:00:00.064) 0:00:38.622 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:34 +0000 (0:00:00.635) 0:00:39.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:34 +0000 (0:00:00.057) 0:00:39.315 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:34 +0000 (0:00:00.026) 0:00:39.341 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:35 +0000 (0:00:00.030) 0:00:39.371 ********** 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, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:35 +0000 (0:00:00.457) 0:00:39.829 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:35 +0000 (0:00:00.050) 0:00:39.880 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:35 +0000 (0:00:00.056) 0:00:39.937 ********** 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, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:35 +0000 (0:00:00.046) 0:00:39.983 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:35 +0000 (0:00:00.027) 0:00:40.010 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:42:35 +0000 (0:00:00.256) 0:00:40.266 ********** 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, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:42:35 +0000 (0:00:00.026) 0:00:40.293 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:36 +0000 (0:00:00.078) 0:00:40.372 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:36 +0000 (0:00:00.047) 0:00:40.420 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:36 +0000 (0:00:00.047) 0:00:40.467 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:36 +0000 (0:00:00.060) 0:00:40.527 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:36 +0000 (0:00:00.057) 0:00:40.584 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:38 +0000 (0:00:02.512) 0:00:43.097 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:39 +0000 (0:00:01.008) 0:00:44.106 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:39 +0000 (0:00:00.031) 0:00:44.138 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:39 +0000 (0:00:00.105) 0:00:44.243 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:39 +0000 (0:00:00.044) 0:00:44.288 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:39 +0000 (0:00:00.039) 0:00:44.327 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:40 +0000 (0:00:00.038) 0:00:44.366 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:40 +0000 (0:00:00.056) 0:00:44.423 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:40 +0000 (0:00:00.073) 0:00:44.496 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:40 +0000 (0:00:00.038) 0:00:44.535 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:40 +0000 (0:00:00.062) 0:00:44.597 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:40 +0000 (0:00:00.035) 0:00:44.633 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:40 +0000 (0:00:00.598) 0:00:45.231 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:40 +0000 (0:00:00.031) 0:00:45.263 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:40 +0000 (0:00:00.025) 0:00:45.288 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:40 +0000 (0:00:00.024) 0:00:45.312 ********** 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, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:41 +0000 (0:00:00.425) 0:00:45.738 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:41 +0000 (0:00:00.045) 0:00:45.783 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:41 +0000 (0:00:00.041) 0:00:45.824 ********** 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, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a44d11ee-d3c4-48c4-ba64-18d0a07f72cb skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:41 +0000 (0:00:00.037) 0:00:45.862 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:41 +0000 (0:00:00.035) 0:00:45.898 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:42:41 +0000 (0:00:00.229) 0:00:46.127 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove_profile.yml:3 Friday 15 March 2024 02:42:41 +0000 (0:00:00.093) 0:00:46.220 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:41 +0000 (0:00:00.081) 0:00:46.302 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:42 +0000 (0:00:00.064) 0:00:46.367 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:42 +0000 (0:00:00.076) 0:00:46.444 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:42 +0000 (0:00:00.025) 0:00:46.469 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:42 +0000 (0:00:00.024) 0:00:46.493 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:44 +0000 (0:00:02.510) 0:00:49.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 : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:45 +0000 (0:00:01.021) 0:00:50.026 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:45 +0000 (0:00:00.028) 0:00:50.055 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:45 +0000 (0:00:00.030) 0:00:50.085 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:45 +0000 (0:00:00.071) 0:00:50.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 YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:45 +0000 (0:00:00.048) 0:00:50.205 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:45 +0000 (0:00:00.042) 0:00:50.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:45 +0000 (0:00:00.084) 0:00:50.332 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:46 +0000 (0:00:00.067) 0:00:50.399 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:46 +0000 (0:00:00.034) 0:00:50.434 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:46 +0000 (0:00:00.083) 0:00:50.517 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:46 +0000 (0:00:00.028) 0:00:50.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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:46 +0000 (0:00:00.601) 0:00:51.147 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:46 +0000 (0:00:00.029) 0:00:51.177 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:46 +0000 (0:00:00.024) 0:00:51.202 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:46 +0000 (0:00:00.024) 0:00:51.227 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:47 +0000 (0:00:00.434) 0:00:51.662 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:47 +0000 (0:00:00.024) 0:00:51.686 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:47 +0000 (0:00:00.024) 0:00:51.711 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:47 +0000 (0:00:00.025) 0:00:51.736 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:47 +0000 (0:00:00.023) 0:00:51.760 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:42:47 +0000 (0:00:00.254) 0:00:52.015 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:42:47 +0000 (0:00:00.049) 0:00:52.064 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:42:47 +0000 (0:00:00.044) 0:00:52.108 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710470555.383335, "block_size": 4096, "blocks": 0, "ctime": 1710470555.383335, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36400, "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": 1710470555.383335, "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_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:42:48 +0000 (0:00:00.244) 0:00:52.353 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:42:48 +0000 (0:00:00.027) 0:00:52.380 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:42:48 +0000 (0:00:00.044) 0:00:52.425 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:42:48 +0000 (0:00:00.039) 0:00:52.465 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:42:48 +0000 (0:00:00.238) 0:00:52.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:42:48 +0000 (0:00:00.034) 0:00:52.738 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.024380", "end": "2024-03-15 02:42:48.611242", "rc": 1, "start": "2024-03-15 02:42:48.586862" } 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:42:48 +0000 (0:00:00.262) 0:00:53.000 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:42:48 +0000 (0:00:00.025) 0:00:53.026 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:42:48 +0000 (0:00:00.097) 0:00:53.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:42:48 +0000 (0:00:00.049) 0:00:53.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:42:48 +0000 (0:00:00.061) 0:00:53.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:42:48 +0000 (0:00:00.032) 0:00:53.267 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:42:48 +0000 (0:00:00.041) 0:00:53.308 ********** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:42:48 +0000 (0:00:00.028) 0:00:53.336 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:42:49 +0000 (0:00:00.029) 0:00:53.366 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:42:49 +0000 (0:00:00.049) 0:00:53.416 ********** 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.075371", "end": "2024-03-15 02:42:49.328786", "rc": 1, "start": "2024-03-15 02:42:49.253415" } STDOUT: Connection 'statebr' (a44d11ee-d3c4-48c4-ba64-18d0a07f72cb) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:103 Friday 15 March 2024 02:42:49 +0000 (0:00:00.308) 0:00:53.725 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:42:49 +0000 (0:00:00.045) 0:00:53.770 ********** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:42:49 +0000 (0:00:00.034) 0:00:53.805 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:42:49 +0000 (0:00:00.106) 0:00:53.912 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:42:49 +0000 (0:00:00.101) 0:00:54.013 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:42:49 +0000 (0:00:00.052) 0:00:54.066 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004150", "end": "2024-03-15 02:42:49.912676", "rc": 0, "start": "2024-03-15 02:42:49.908526" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:42:49 +0000 (0:00:00.247) 0:00:54.313 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:42:49 +0000 (0:00:00.032) 0:00:54.346 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:42:50 +0000 (0:00:00.025) 0:00:54.372 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:42:50 +0000 (0:00:00.051) 0:00:54.423 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:50 +0000 (0:00:00.041) 0:00:54.465 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:50 +0000 (0:00:00.047) 0:00:54.512 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:50 +0000 (0:00:00.030) 0:00:54.543 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:50 +0000 (0:00:00.025) 0:00:54.568 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:50 +0000 (0:00:00.055) 0:00:54.624 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:52 +0000 (0:00:02.487) 0:00:57.111 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:53 +0000 (0:00:00.997) 0:00:58.109 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:53 +0000 (0:00:00.116) 0:00:58.225 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:53 +0000 (0:00:00.027) 0:00:58.252 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:53 +0000 (0:00:00.025) 0:00:58.278 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:53 +0000 (0:00:00.030) 0:00:58.308 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:53 +0000 (0:00:00.034) 0:00:58.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:54 +0000 (0:00:00.031) 0:00:58.374 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:54 +0000 (0:00:00.056) 0:00:58.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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:54 +0000 (0:00:00.025) 0:00:58.456 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:54 +0000 (0:00:00.030) 0:00:58.487 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:54 +0000 (0:00:00.029) 0:00:58.517 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:42:54 +0000 (0:00:00.614) 0:00:59.131 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:42:54 +0000 (0:00:00.029) 0:00:59.160 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:42:54 +0000 (0:00:00.028) 0:00:59.189 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:42:54 +0000 (0:00:00.024) 0:00:59.213 ********** 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, e666f864-3a44-46f6-82f9-e4cb4ad557ad TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:42:55 +0000 (0:00:00.502) 0:00:59.716 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:42:55 +0000 (0:00:00.024) 0:00:59.741 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e666f864-3a44-46f6-82f9-e4cb4ad557ad" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:42:55 +0000 (0:00:00.026) 0:00:59.767 ********** 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, e666f864-3a44-46f6-82f9-e4cb4ad557ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e666f864-3a44-46f6-82f9-e4cb4ad557ad" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:42:55 +0000 (0:00:00.027) 0:00:59.794 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:42:55 +0000 (0:00:00.036) 0:00:59.830 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:42:55 +0000 (0:00:00.250) 0:01:00.081 ********** 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, e666f864-3a44-46f6-82f9-e4cb4ad557ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e666f864-3a44-46f6-82f9-e4cb4ad557ad" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:42:55 +0000 (0:00:00.029) 0:01:00.111 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:42:55 +0000 (0:00:00.056) 0:01:00.168 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:42:55 +0000 (0:00:00.049) 0:01:00.217 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:42:55 +0000 (0:00:00.030) 0:01:00.248 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:42:55 +0000 (0:00:00.024) 0:01:00.272 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:42:55 +0000 (0:00:00.024) 0:01:00.296 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:42:58 +0000 (0:00:02.517) 0:01:02.814 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:42:59 +0000 (0:00:00.981) 0:01:03.795 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:42:59 +0000 (0:00:00.053) 0:01:03.848 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:42:59 +0000 (0:00:00.026) 0:01:03.874 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:42:59 +0000 (0:00:00.025) 0:01:03.900 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:42:59 +0000 (0:00:00.050) 0:01:03.950 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:42:59 +0000 (0:00:00.036) 0:01:03.986 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:42:59 +0000 (0:00:00.029) 0:01:04.016 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:42:59 +0000 (0:00:00.049) 0:01:04.065 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:42:59 +0000 (0:00:00.025) 0:01:04.090 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:42:59 +0000 (0:00:00.025) 0:01:04.116 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:42:59 +0000 (0:00:00.031) 0:01:04.148 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:00 +0000 (0:00:00.612) 0:01:04.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:00 +0000 (0:00:00.031) 0:01:04.792 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:00 +0000 (0:00:00.034) 0:01:04.826 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:00 +0000 (0:00:00.030) 0:01:04.856 ********** 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, e666f864-3a44-46f6-82f9-e4cb4ad557ad skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:00 +0000 (0:00:00.430) 0:01:05.287 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:00 +0000 (0:00:00.028) 0:01:05.315 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e666f864-3a44-46f6-82f9-e4cb4ad557ad skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:00 +0000 (0:00:00.030) 0:01:05.346 ********** 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, e666f864-3a44-46f6-82f9-e4cb4ad557ad skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e666f864-3a44-46f6-82f9-e4cb4ad557ad skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:01 +0000 (0:00:00.027) 0:01:05.373 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:01 +0000 (0:00:00.025) 0:01:05.398 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove_profile.yml:3 Friday 15 March 2024 02:43:01 +0000 (0:00:00.220) 0:01:05.618 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:01 +0000 (0:00:00.042) 0:01:05.661 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:01 +0000 (0:00:00.046) 0:01:05.708 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:01 +0000 (0:00:00.048) 0:01:05.757 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:01 +0000 (0:00:00.032) 0:01:05.789 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:01 +0000 (0:00:00.049) 0:01:05.839 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:03 +0000 (0:00:02.439) 0:01:08.279 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:04 +0000 (0:00:00.995) 0:01:09.275 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:04 +0000 (0:00:00.056) 0:01:09.331 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:05 +0000 (0:00:00.026) 0:01:09.358 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:05 +0000 (0:00:00.024) 0:01:09.383 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:05 +0000 (0:00:00.031) 0:01:09.414 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:05 +0000 (0:00:00.026) 0:01:09.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:05 +0000 (0:00:00.030) 0:01:09.472 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:05 +0000 (0:00:00.050) 0:01:09.522 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:05 +0000 (0:00:00.024) 0:01:09.547 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:05 +0000 (0:00:00.027) 0:01:09.575 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:05 +0000 (0:00:00.030) 0:01:09.606 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:05 +0000 (0:00:00.608) 0:01:10.214 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:05 +0000 (0:00:00.027) 0:01:10.242 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:05 +0000 (0:00:00.027) 0:01:10.269 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:05 +0000 (0:00:00.027) 0:01:10.296 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:06 +0000 (0:00:00.476) 0:01:10.773 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:06 +0000 (0:00:00.025) 0:01:10.799 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:06 +0000 (0:00:00.037) 0:01:10.836 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:06 +0000 (0:00:00.032) 0:01:10.868 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:06 +0000 (0:00:00.052) 0:01:10.921 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:43:06 +0000 (0:00:00.240) 0:01:11.161 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:43:06 +0000 (0:00:00.069) 0:01:11.231 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:06 +0000 (0:00:00.103) 0:01:11.334 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:07 +0000 (0:00:00.066) 0:01:11.401 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:07 +0000 (0:00:00.066) 0:01:11.468 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:07 +0000 (0:00:00.050) 0:01:11.518 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:07 +0000 (0:00:00.101) 0:01:11.620 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:09 +0000 (0:00:02.473) 0:01:14.094 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:10 +0000 (0:00:01.012) 0:01:15.106 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:10 +0000 (0:00:00.077) 0:01:15.184 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:10 +0000 (0:00:00.024) 0:01:15.209 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:10 +0000 (0:00:00.032) 0:01:15.241 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:10 +0000 (0:00:00.036) 0:01:15.277 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:10 +0000 (0:00:00.035) 0:01:15.313 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:11 +0000 (0:00:00.037) 0:01:15.351 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:11 +0000 (0:00:00.061) 0:01:15.412 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:11 +0000 (0:00:00.052) 0:01:15.465 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:11 +0000 (0:00:00.026) 0:01:15.491 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:11 +0000 (0:00:00.037) 0:01:15.528 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:11 +0000 (0:00:00.638) 0:01:16.166 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:11 +0000 (0:00:00.029) 0:01:16.196 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:11 +0000 (0:00:00.023) 0:01:16.219 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:11 +0000 (0:00:00.031) 0:01:16.251 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:12 +0000 (0:00:00.545) 0:01:16.797 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:12 +0000 (0:00:00.024) 0:01:16.821 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:12 +0000 (0:00:00.028) 0:01:16.850 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:12 +0000 (0:00:00.031) 0:01:16.881 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:12 +0000 (0:00:00.024) 0:01:16.905 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:43:12 +0000 (0:00:00.217) 0:01:17.123 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:43:12 +0000 (0:00:00.047) 0:01:17.171 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:43:12 +0000 (0:00:00.045) 0:01:17.217 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:43:12 +0000 (0:00:00.027) 0:01:17.245 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:43:13 +0000 (0:00:00.224) 0:01:17.469 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:43:13 +0000 (0:00:00.031) 0:01:17.501 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022575", "end": "2024-03-15 02:43:13.365574", "rc": 1, "start": "2024-03-15 02:43:13.342999" } 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:43:13 +0000 (0:00:00.323) 0:01:17.824 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:43:13 +0000 (0:00:00.050) 0:01:17.874 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:43:13 +0000 (0:00:00.026) 0:01:17.901 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:43:13 +0000 (0:00:00.032) 0:01:17.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:43:13 +0000 (0:00:00.027) 0:01:17.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:43:13 +0000 (0:00:00.028) 0:01:17.990 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:43:13 +0000 (0:00:00.028) 0:01:18.019 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:43:13 +0000 (0:00:00.054) 0:01:18.073 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:43:13 +0000 (0:00:00.043) 0:01:18.116 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:43:13 +0000 (0:00:00.223) 0:01:18.340 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:43:14 +0000 (0:00:00.031) 0:01:18.371 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:43:14 +0000 (0:00:00.026) 0:01:18.398 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:43:14 +0000 (0:00:00.094) 0:01:18.492 ********** 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.045002", "end": "2024-03-15 02:43:14.377145", "rc": 1, "start": "2024-03-15 02:43:14.332143" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tests_states.yml:126 Friday 15 March 2024 02:43:14 +0000 (0:00:00.273) 0:01:18.765 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:43:14 +0000 (0:00:00.045) 0:01:18.811 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:43:14 +0000 (0:00:00.026) 0:01:18.837 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:43:14 +0000 (0:00:00.052) 0:01:18.890 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:43:14 +0000 (0:00:00.051) 0:01:18.941 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:43:14 +0000 (0:00:00.061) 0:01:19.003 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003814", "end": "2024-03-15 02:43:14.847004", "rc": 0, "start": "2024-03-15 02:43:14.843190" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:43:14 +0000 (0:00:00.229) 0:01:19.233 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:43:14 +0000 (0:00:00.030) 0:01:19.263 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:43:14 +0000 (0:00:00.026) 0:01:19.290 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:43:15 +0000 (0:00:00.098) 0:01:19.389 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:15 +0000 (0:00:00.042) 0:01:19.431 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:15 +0000 (0:00:00.045) 0:01:19.477 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:15 +0000 (0:00:00.032) 0:01:19.509 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:15 +0000 (0:00:00.026) 0:01:19.536 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:15 +0000 (0:00:00.032) 0:01:19.568 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:17 +0000 (0:00:02.386) 0:01:21.955 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:18 +0000 (0:00:00.979) 0:01:22.935 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:18 +0000 (0:00:00.028) 0:01:22.963 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:18 +0000 (0:00:00.064) 0:01:23.028 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:18 +0000 (0:00:00.064) 0:01:23.092 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:18 +0000 (0:00:00.033) 0:01:23.125 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:18 +0000 (0:00:00.029) 0:01:23.154 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:18 +0000 (0:00:00.039) 0:01:23.194 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:18 +0000 (0:00:00.049) 0:01:23.243 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:18 +0000 (0:00:00.067) 0:01:23.311 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:18 +0000 (0:00:00.030) 0:01:23.341 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:19 +0000 (0:00:00.030) 0:01:23.371 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:19 +0000 (0:00:00.592) 0:01:23.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:19 +0000 (0:00:00.029) 0:01:23.993 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:19 +0000 (0:00:00.024) 0:01:24.018 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:19 +0000 (0:00:00.026) 0:01:24.044 ********** 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, 037dd674-9f3d-4746-9d21-da0ab8b59551 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:20 +0000 (0:00:00.446) 0:01:24.490 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:20 +0000 (0:00:00.024) 0:01:24.515 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 037dd674-9f3d-4746-9d21-da0ab8b59551" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:20 +0000 (0:00:00.025) 0:01:24.540 ********** 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, 037dd674-9f3d-4746-9d21-da0ab8b59551\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 037dd674-9f3d-4746-9d21-da0ab8b59551" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:20 +0000 (0:00:00.028) 0:01:24.569 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:20 +0000 (0:00:00.024) 0:01:24.593 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:43:20 +0000 (0:00:00.295) 0:01:24.889 ********** 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, 037dd674-9f3d-4746-9d21-da0ab8b59551\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 037dd674-9f3d-4746-9d21-da0ab8b59551" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:43:20 +0000 (0:00:00.026) 0:01:24.915 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:20 +0000 (0:00:00.048) 0:01:24.964 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:20 +0000 (0:00:00.047) 0:01:25.012 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:20 +0000 (0:00:00.032) 0:01:25.044 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:20 +0000 (0:00:00.026) 0:01:25.071 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:20 +0000 (0:00:00.043) 0:01:25.114 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:23 +0000 (0:00:02.495) 0:01:27.610 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:24 +0000 (0:00:00.983) 0:01:28.594 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:24 +0000 (0:00:00.036) 0:01:28.630 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:24 +0000 (0:00:00.033) 0:01:28.664 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:24 +0000 (0:00:00.040) 0:01:28.704 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:24 +0000 (0:00:00.040) 0:01:28.745 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:24 +0000 (0:00:00.028) 0:01:28.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:24 +0000 (0:00:00.029) 0:01:28.803 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:24 +0000 (0:00:00.062) 0:01:28.865 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:24 +0000 (0:00:00.030) 0:01:28.896 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:24 +0000 (0:00:00.025) 0:01:28.922 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:24 +0000 (0:00:00.116) 0:01:29.039 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:25 +0000 (0:00:00.627) 0:01:29.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:25 +0000 (0:00:00.032) 0:01:29.699 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:25 +0000 (0:00:00.026) 0:01:29.726 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:25 +0000 (0:00:00.029) 0:01:29.755 ********** 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, 037dd674-9f3d-4746-9d21-da0ab8b59551 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:25 +0000 (0:00:00.397) 0:01:30.152 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:25 +0000 (0:00:00.024) 0:01:30.176 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 037dd674-9f3d-4746-9d21-da0ab8b59551 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:25 +0000 (0:00:00.025) 0:01:30.201 ********** 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, 037dd674-9f3d-4746-9d21-da0ab8b59551 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 037dd674-9f3d-4746-9d21-da0ab8b59551 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:25 +0000 (0:00:00.025) 0:01:30.227 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:25 +0000 (0:00:00.024) 0:01:30.251 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:43:26 +0000 (0:00:00.224) 0:01:30.476 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:26 +0000 (0:00:00.076) 0:01:30.553 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:26 +0000 (0:00:00.049) 0:01:30.602 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:26 +0000 (0:00:00.033) 0:01:30.636 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:26 +0000 (0:00:00.023) 0:01:30.659 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:26 +0000 (0:00:00.024) 0:01:30.683 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:28 +0000 (0:00:02.476) 0:01:33.160 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:29 +0000 (0:00:00.986) 0:01:34.146 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:29 +0000 (0:00:00.026) 0:01:34.173 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:29 +0000 (0:00:00.024) 0:01:34.198 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:29 +0000 (0:00:00.024) 0:01:34.222 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:29 +0000 (0:00:00.036) 0:01:34.258 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:29 +0000 (0:00:00.026) 0:01:34.285 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:29 +0000 (0:00:00.038) 0:01:34.324 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:30 +0000 (0:00:00.049) 0:01:34.373 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:30 +0000 (0:00:00.025) 0:01:34.399 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:30 +0000 (0:00:00.067) 0:01:34.466 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:30 +0000 (0:00:00.045) 0:01:34.512 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:30 +0000 (0:00:00.673) 0:01:35.185 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:30 +0000 (0:00:00.032) 0:01:35.218 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:30 +0000 (0:00:00.038) 0:01:35.256 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:30 +0000 (0:00:00.028) 0:01:35.285 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:31 +0000 (0:00:00.513) 0:01:35.798 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:31 +0000 (0:00:00.026) 0:01:35.825 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:31 +0000 (0:00:00.027) 0:01:35.852 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:31 +0000 (0:00:00.028) 0:01:35.881 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:31 +0000 (0:00:00.027) 0:01:35.909 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:43:31 +0000 (0:00:00.232) 0:01:36.141 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:43:31 +0000 (0:00:00.090) 0:01:36.232 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:43:31 +0000 (0:00:00.041) 0:01:36.273 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:43:31 +0000 (0:00:00.050) 0:01:36.324 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:43:32 +0000 (0:00:00.035) 0:01:36.360 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:43:32 +0000 (0:00:00.024) 0:01:36.384 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:43:32 +0000 (0:00:00.024) 0:01:36.408 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:43:34 +0000 (0:00:02.457) 0:01:38.866 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:43:35 +0000 (0:00:01.015) 0:01:39.881 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:43:35 +0000 (0:00:00.025) 0:01:39.907 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:43:35 +0000 (0:00:00.025) 0:01:39.932 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:43:35 +0000 (0:00:00.027) 0:01:39.959 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:43:35 +0000 (0:00:00.029) 0:01:39.988 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:43:35 +0000 (0:00:00.026) 0:01:40.015 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:43:35 +0000 (0:00:00.058) 0:01:40.073 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:43:35 +0000 (0:00:00.047) 0:01:40.121 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:43:35 +0000 (0:00:00.025) 0:01:40.146 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:43:35 +0000 (0:00:00.024) 0:01:40.171 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:43:35 +0000 (0:00:00.029) 0:01:40.200 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:43:36 +0000 (0:00:00.618) 0:01:40.819 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:43:36 +0000 (0:00:00.029) 0:01:40.848 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:43:36 +0000 (0:00:00.024) 0:01:40.873 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:43:36 +0000 (0:00:00.025) 0:01:40.898 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:43:36 +0000 (0:00:00.421) 0:01:41.320 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:43:36 +0000 (0:00:00.023) 0:01:41.343 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:43:37 +0000 (0:00:00.025) 0:01:41.369 ********** 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_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:43:37 +0000 (0:00:00.059) 0:01:41.429 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:43:37 +0000 (0:00:00.024) 0:01:41.454 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:43:37 +0000 (0:00:00.221) 0:01:41.675 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:43:37 +0000 (0:00:00.058) 0:01:41.734 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:43:37 +0000 (0:00:00.074) 0:01:41.809 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:43:37 +0000 (0:00:00.032) 0:01:41.841 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:43:37 +0000 (0:00:00.257) 0:01:42.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:43:37 +0000 (0:00:00.026) 0:01:42.125 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023580", "end": "2024-03-15 02:43:37.992995", "rc": 1, "start": "2024-03-15 02:43:37.969415" } 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:43:38 +0000 (0:00:00.254) 0:01:42.380 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:43:38 +0000 (0:00:00.025) 0:01:42.406 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:43:38 +0000 (0:00:00.026) 0:01:42.432 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:43:38 +0000 (0:00:00.024) 0:01:42.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:43:38 +0000 (0:00:00.062) 0:01:42.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:43:38 +0000 (0:00:00.025) 0:01:42.545 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Friday 15 March 2024 02:43:38 +0000 (0:00:00.026) 0:01:42.571 ********** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.380563", "end": "2024-03-15 02:43:38.793979", "rc": 0, "start": "2024-03-15 02:43:38.413416" } STDOUT: NetworkManager-1.42.8-1.fc38 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Friday 15 March 2024 02:43:38 +0000 (0:00:00.612) 0:01:43.184 ********** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.42.8-1.fc38" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Friday 15 March 2024 02:43:38 +0000 (0:00:00.026) 0:01:43.211 ********** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.42.8-1.fc38" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:43:38 +0000 (0:00:00.026) 0:01:43.238 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:43:38 +0000 (0:00:00.050) 0:01:43.288 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:43:38 +0000 (0:00:00.041) 0:01:43.330 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:43:39 +0000 (0:00:00.236) 0:01:43.567 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:43:39 +0000 (0:00:00.029) 0:01:43.596 ********** 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_hotfixiqhpg8ne/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:43:39 +0000 (0:00:00.078) 0:01:43.674 ********** included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:43:39 +0000 (0:00:00.056) 0:01:43.731 ********** 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.045525", "end": "2024-03-15 02:43:39.625167", "rc": 1, "start": "2024-03-15 02:43:39.579642" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/check_network_dns.yml:6 Friday 15 March 2024 02:43:39 +0000 (0:00:00.280) 0:01:44.011 ********** 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.009882", "end": "2024-03-15 02:43:39.862244", "rc": 0, "start": "2024-03-15 02:43:39.852362" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 12:03:13:88:1d:7f brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.11.186/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2176sec preferred_lft 2176sec inet6 fe80::1003:13ff:fe88:1d7f/64 scope link noprefixroute valid_lft forever preferred_lft forever 33: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 32:96:91:ee:37:e6 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.186 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.186 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/playbooks/tasks/check_network_dns.yml:24 Friday 15 March 2024 02:43:39 +0000 (0:00:00.238) 0:01:44.250 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=318 changed=10 unreachable=0 failed=0 skipped=298 rescued=0 ignored=11 Friday 15 March 2024 02:43:39 +0000 (0:00:00.018) 0:01:44.268 ********** =============================================================================== linux-system-roles.network : Enable and start NetworkManager ------------ 3.25s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 2.52s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.51s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.51s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.51s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.50s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.50s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.49s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.49s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 2.48s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which services are running ----------- 2.48s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.47s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.46s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.46s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 2.44s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 2.44s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.43s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.39s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.93s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Configure networking connection profiles --- 1.66s /WORKDIR/git-nm_plugin_hotfixiqhpg8ne/tests/roles/linux-system-roles.network/tasks/main.yml:173 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [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. ---^---^---^---^---^---