# 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_hotfix79683mwr/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_hotfix79683mwr/tests/tests_states_nm.yml:6 Sunday 18 February 2024 22:56:48 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tests_states_nm.yml:9 Sunday 18 February 2024 22:56:49 +0000 (0:00:01.015) 0:00:01.027 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 22:56:49 +0000 (0:00:00.021) 0:00:01.049 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/el_repo_setup.yml:19 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.533) 0:00:01.582 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/el_repo_setup.yml:24 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.253) 0:00:01.836 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/el_repo_setup.yml:28 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.020) 0:00:01.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/el_repo_setup.yml:53 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.016) 0:00:01.872 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.030) 0:00:01.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.008) 0:00:01.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.008) 0:00:01.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.008) 0:00:01.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.008) 0:00:01.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/tests_states_nm.yml:11 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.009) 0:00:01.947 ******* 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_hotfix79683mwr/tests/playbooks/tests_states.yml:3 Sunday 18 February 2024 22:56:50 +0000 (0:00:00.009) 0:00:01.957 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tests_states.yml:11 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.794) 0:00:02.751 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tests_states.yml:22 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.012) 0:00:02.763 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.017) 0:00:02.781 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.025) 0:00:02.806 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.036) 0:00:02.843 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.015) 0:00:02.858 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.015) 0:00:02.873 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004150", "end": "2024-02-18 22:56:51.578486", "rc": 0, "start": "2024-02-18 22:56:51.574336" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.304) 0:00:03.177 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.014) 0:00:03.192 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.016) 0:00:03.209 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.022) 0:00:03.231 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008532", "end": "2024-02-18 22:56:51.862410", "rc": 1, "start": "2024-02-18 22:56:51.853878" } 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_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.217) 0:00:03.449 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:51 +0000 (0:00:00.029) 0:00:03.478 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.208) 0:00:03.687 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.012) 0:00:03.699 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.018) 0:00:03.718 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.031) 0:00:03.750 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.069) 0:00:03.819 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.030) 0:00:03.849 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.014) 0:00:03.863 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:56:52 +0000 (0:00:00.012) 0:00:03.875 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:56:54 +0000 (0:00:02.445) 0:00:06.321 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:56:55 +0000 (0:00:01.068) 0:00:07.389 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.023) 0:00:07.413 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.021) 0:00:07.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.022) 0:00:07.456 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.046) 0:00:07.503 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.027) 0:00:07.530 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:56:55 +0000 (0:00:00.021) 0:00:07.552 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.027) 0:00:07.579 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.726) 0:00:08.306 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.031) 0:00:08.337 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.022) 0:00:08.360 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:56:56 +0000 (0:00:00.023) 0:00:08.383 ******* 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, 71b9e348-182d-4957-9198-e76082884217 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.546) 0:00:08.929 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.046) 0:00:08.975 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 71b9e348-182d-4957-9198-e76082884217" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:09.000 ******* 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, 71b9e348-182d-4957-9198-e76082884217\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 71b9e348-182d-4957-9198-e76082884217" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.024) 0:00:09.024 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.023) 0:00:09.047 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.297) 0:00:09.345 ******* 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, 71b9e348-182d-4957-9198-e76082884217\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 71b9e348-182d-4957-9198-e76082884217" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.025) 0:00:09.371 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.067) 0:00:09.439 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.043) 0:00:09.483 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:56:57 +0000 (0:00:00.023) 0:00:09.506 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.219) 0:00:09.726 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.024) 0:00:09.750 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022843", "end": "2024-02-18 22:56:58.394322", "rc": 0, "start": "2024-02-18 22:56:58.371479" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.243) 0:00:09.994 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.025) 0:00:10.019 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.022) 0:00:10.042 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.025) 0:00:10.068 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.032) 0:00:10.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.022) 0:00:10.123 ******* 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_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.025) 0:00:10.148 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.025) 0:00:10.174 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.022) 0:00:10.196 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.066) 0:00:10.263 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.038) 0:00:10.301 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708297017.2657871, "block_size": 4096, "blocks": 0, "ctime": 1708297017.2657871, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36009, "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": 1708297017.2657871, "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_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.211) 0:00:10.512 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.028) 0:00:10.541 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:56:58 +0000 (0:00:00.023) 0:00:10.564 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.041) 0:00:10.605 ******* 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.060586", "end": "2024-02-18 22:56:59.280831", "rc": 1, "start": "2024-02-18 22:56:59.220245" } STDOUT: Connection 'statebr' (71b9e348-182d-4957-9198-e76082884217) 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_hotfix79683mwr/tests/playbooks/tests_states.yml:45 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.273) 0:00:10.879 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.041) 0:00:10.921 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.037) 0:00:10.958 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.044) 0:00:11.003 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.062) 0:00:11.066 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.035) 0:00:11.102 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004232", "end": "2024-02-18 22:56:59.724593", "rc": 0, "start": "2024-02-18 22:56:59.720361" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.222) 0:00:11.325 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.023) 0:00:11.348 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.022) 0:00:11.371 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/delete_interface.yml:3 Sunday 18 February 2024 22:56:59 +0000 (0:00:00.042) 0:00:11.413 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007454", "end": "2024-02-18 22:57:00.042289", "rc": 1, "start": "2024-02-18 22:57:00.034835" } 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_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.226) 0:00:11.640 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.037) 0:00:11.678 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.219) 0:00:11.897 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.046) 0:00:11.944 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.042) 0:00:11.986 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.044) 0:00:12.030 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.041) 0:00:12.072 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.028) 0:00:12.101 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.023) 0:00:12.124 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:00 +0000 (0:00:00.023) 0:00:12.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 : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:02 +0000 (0:00:02.360) 0:00:14.508 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.940) 0:00:15.448 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.023) 0:00:15.472 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.022) 0:00:15.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.021) 0:00:15.516 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:03 +0000 (0:00:00.045) 0:00:15.562 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.046) 0:00:15.608 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.023) 0:00:15.631 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.027) 0:00:15.659 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.566) 0:00:16.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.027) 0:00:16.252 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.021) 0:00:16.274 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:04 +0000 (0:00:00.021) 0:00:16.295 ******* 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, 1a19b986-89e2-4aea-9850-205a77121ff2 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.381) 0:00:16.677 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.023) 0:00:16.700 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a19b986-89e2-4aea-9850-205a77121ff2" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.023) 0:00:16.724 ******* 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, 1a19b986-89e2-4aea-9850-205a77121ff2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a19b986-89e2-4aea-9850-205a77121ff2" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.024) 0:00:16.749 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.021) 0:00:16.770 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.243) 0:00:17.014 ******* 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, 1a19b986-89e2-4aea-9850-205a77121ff2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a19b986-89e2-4aea-9850-205a77121ff2" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.024) 0:00:17.038 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.047) 0:00:17.086 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.037) 0:00:17.123 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.215) 0:00:17.339 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.023) 0:00:17.363 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.040) 0:00:17.403 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:05 +0000 (0:00:00.022) 0:00:17.426 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.217) 0:00:17.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.023) 0:00:17.667 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022064", "end": "2024-02-18 22:57:06.310724", "rc": 0, "start": "2024-02-18 22:57:06.288660" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.242) 0:00:17.910 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.051) 0:00:17.961 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:17.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:18.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:18.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.023) 0:00:18.059 ******* 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_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.025) 0:00:18.084 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:18.109 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.024) 0:00:18.133 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.020) 0:00:18.154 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.023) 0:00:18.178 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.042) 0:00:18.221 ******* 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.043279", "end": "2024-02-18 22:57:06.883954", "rc": 1, "start": "2024-02-18 22:57:06.840675" } STDOUT: Connection 'statebr' (1a19b986-89e2-4aea-9850-205a77121ff2) 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_hotfix79683mwr/tests/playbooks/tests_states.yml:65 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.271) 0:00:18.492 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:57:06 +0000 (0:00:00.041) 0:00:18.534 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.056) 0:00:18.590 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.045) 0:00:18.636 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.036) 0:00:18.672 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.037) 0:00:18.710 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004356", "end": "2024-02-18 22:57:07.335033", "rc": 0, "start": "2024-02-18 22:57:07.330677" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.224) 0:00:18.934 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.024) 0:00:18.958 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.024) 0:00:18.983 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.044) 0:00:19.027 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.040) 0:00:19.068 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.048) 0:00:19.116 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.078) 0:00:19.194 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.033) 0:00:19.227 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:07 +0000 (0:00:00.024) 0:00:19.251 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:10 +0000 (0:00:02.358) 0:00:21.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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:10 +0000 (0:00:00.945) 0:00:22.555 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.024) 0:00:22.579 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.023) 0:00:22.602 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.023) 0:00:22.626 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.046) 0:00:22.673 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.030) 0:00:22.703 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.024) 0:00:22.727 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.027) 0:00:22.755 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.570) 0:00:23.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.057) 0:00:23.383 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.023) 0:00:23.407 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:11 +0000 (0:00:00.024) 0:00:23.432 ******* 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, b7117313-817b-46fe-b0c5-80a8bb6ff9f2 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.438) 0:00:23.870 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.023) 0:00:23.894 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b7117313-817b-46fe-b0c5-80a8bb6ff9f2" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.024) 0:00:23.919 ******* 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, b7117313-817b-46fe-b0c5-80a8bb6ff9f2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b7117313-817b-46fe-b0c5-80a8bb6ff9f2" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.025) 0:00:23.944 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.023) 0:00:23.968 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.211) 0:00:24.180 ******* 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, b7117313-817b-46fe-b0c5-80a8bb6ff9f2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b7117313-817b-46fe-b0c5-80a8bb6ff9f2" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.024) 0:00:24.205 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.042) 0:00:24.247 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.041) 0:00:24.289 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.069) 0:00:24.358 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.029) 0:00:24.388 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.023) 0:00:24.412 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:12 +0000 (0:00:00.027) 0:00:24.439 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:15 +0000 (0:00:02.306) 0:00:26.746 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.958) 0:00:27.704 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.024) 0:00:27.729 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.023) 0:00:27.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.023) 0:00:27.776 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.047) 0:00:27.823 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.024) 0:00:27.848 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.023) 0:00:27.871 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.026) 0:00:27.897 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.591) 0:00:28.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.027) 0:00:28.517 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.023) 0:00:28.541 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:16 +0000 (0:00:00.022) 0:00:28.563 ******* 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, b7117313-817b-46fe-b0c5-80a8bb6ff9f2 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.368) 0:00:28.932 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.023) 0:00:28.955 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b7117313-817b-46fe-b0c5-80a8bb6ff9f2 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.023) 0:00:28.979 ******* 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, b7117313-817b-46fe-b0c5-80a8bb6ff9f2 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b7117313-817b-46fe-b0c5-80a8bb6ff9f2 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.023) 0:00:29.002 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.021) 0:00:29.024 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.211) 0:00:29.235 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.044) 0:00:29.280 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.037) 0:00:29.317 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708297032.214109, "block_size": 4096, "blocks": 0, "ctime": 1708297032.214109, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36140, "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": 1708297032.214109, "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_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:57:17 +0000 (0:00:00.231) 0:00:29.548 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.028) 0:00:29.577 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.054) 0:00:29.631 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.028) 0:00:29.660 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.218) 0:00:29.879 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.025) 0:00:29.904 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022493", "end": "2024-02-18 22:57:18.548232", "rc": 0, "start": "2024-02-18 22:57:18.525739" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.244) 0:00:30.148 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.026) 0:00:30.175 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.023) 0:00:30.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.024) 0:00:30.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.023) 0:00:30.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.023) 0:00:30.270 ******* 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_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.030) 0:00:30.301 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.084) 0:00:30.386 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.030) 0:00:30.416 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.050) 0:00:30.466 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.026) 0:00:30.493 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:18 +0000 (0:00:00.046) 0:00:30.539 ******* 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.068945", "end": "2024-02-18 22:57:19.230366", "rc": 1, "start": "2024-02-18 22:57:19.161421" } STDOUT: Connection 'statebr' (b7117313-817b-46fe-b0c5-80a8bb6ff9f2) 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_hotfix79683mwr/tests/playbooks/tests_states.yml:83 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.289) 0:00:30.829 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.041) 0:00:30.870 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.028) 0:00:30.899 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.046) 0:00:30.945 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.038) 0:00:30.984 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.037) 0:00:31.021 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004308", "end": "2024-02-18 22:57:19.641537", "rc": 0, "start": "2024-02-18 22:57:19.637229" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.218) 0:00:31.239 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.024) 0:00:31.264 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.025) 0:00:31.289 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.047) 0:00:31.336 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.041) 0:00:31.378 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.044) 0:00:31.422 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.030) 0:00:31.453 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.023) 0:00:31.476 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:19 +0000 (0:00:00.021) 0:00:31.498 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:22 +0000 (0:00:02.378) 0:00:33.877 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.918) 0:00:34.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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.025) 0:00:34.820 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.044) 0:00:34.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.023) 0:00:34.888 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.046) 0:00:34.935 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.023) 0:00:34.959 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.025) 0:00:34.984 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:23 +0000 (0:00:00.030) 0:00:35.014 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.577) 0:00:35.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.030) 0:00:35.623 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.024) 0:00:35.647 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.023) 0:00:35.671 ******* 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, b06b1b51-b625-47e6-be66-59571aae06f0 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.453) 0:00:36.124 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.032) 0:00:36.156 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b06b1b51-b625-47e6-be66-59571aae06f0" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.043) 0:00:36.200 ******* 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, b06b1b51-b625-47e6-be66-59571aae06f0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b06b1b51-b625-47e6-be66-59571aae06f0" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.059) 0:00:36.260 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.025) 0:00:36.285 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.218) 0:00:36.504 ******* 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, b06b1b51-b625-47e6-be66-59571aae06f0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b06b1b51-b625-47e6-be66-59571aae06f0" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:57:24 +0000 (0:00:00.028) 0:00:36.532 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:25 +0000 (0:00:00.039) 0:00:36.572 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:25 +0000 (0:00:00.044) 0:00:36.616 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:25 +0000 (0:00:00.029) 0:00:36.645 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:25 +0000 (0:00:00.023) 0:00:36.669 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:25 +0000 (0:00:00.023) 0:00:36.693 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:27 +0000 (0:00:02.371) 0:00:39.065 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.939) 0:00:40.004 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.024) 0:00:40.029 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.024) 0:00:40.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.045) 0:00:40.099 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.045) 0:00:40.145 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.023) 0:00:40.169 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.022) 0:00:40.192 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:28 +0000 (0:00:00.026) 0:00:40.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.567) 0:00:40.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.026) 0:00:40.813 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.023) 0:00:40.837 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.025) 0:00:40.862 ******* 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, b06b1b51-b625-47e6-be66-59571aae06f0 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.376) 0:00:41.238 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.023) 0:00:41.262 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b06b1b51-b625-47e6-be66-59571aae06f0 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.025) 0:00:41.287 ******* 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, b06b1b51-b625-47e6-be66-59571aae06f0 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b06b1b51-b625-47e6-be66-59571aae06f0 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.025) 0:00:41.313 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:29 +0000 (0:00:00.053) 0:00:41.366 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.212) 0:00:41.579 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.043) 0:00:41.622 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.043) 0:00:41.665 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.043) 0:00:41.709 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.030) 0:00:41.740 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.023) 0:00:41.763 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:30 +0000 (0:00:00.023) 0:00:41.787 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:32 +0000 (0:00:02.367) 0:00:44.154 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.942) 0:00:45.097 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.025) 0:00:45.123 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.023) 0:00:45.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.044) 0:00:45.192 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.045) 0:00:45.238 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.023) 0:00:45.261 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.023) 0:00:45.285 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:33 +0000 (0:00:00.028) 0:00:45.313 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.582) 0:00:45.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.028) 0:00:45.924 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.022) 0:00:45.946 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.022) 0:00:45.969 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.409) 0:00:46.378 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.025) 0:00:46.404 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.026) 0:00:46.430 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.072) 0:00:46.502 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:34 +0000 (0:00:00.024) 0:00:46.527 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.210) 0:00:46.737 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.046) 0:00:46.784 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.039) 0:00:46.823 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708297044.4618678, "block_size": 4096, "blocks": 0, "ctime": 1708297044.4618678, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36271, "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": 1708297044.4618678, "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_hotfix79683mwr/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.221) 0:00:47.045 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.025) 0:00:47.070 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.039) 0:00:47.109 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.023) 0:00:47.133 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.218) 0:00:47.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:35 +0000 (0:00:00.021) 0:00:47.373 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023065", "end": "2024-02-18 22:57:36.017852", "rc": 1, "start": "2024-02-18 22:57:35.994787" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.243) 0:00:47.616 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.025) 0:00:47.642 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.024) 0:00:47.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.024) 0:00:47.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.025) 0:00:47.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.025) 0:00:47.743 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.026) 0:00:47.770 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.022) 0:00:47.793 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.024) 0:00:47.818 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.044) 0:00:47.862 ******* ok: [sut] => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.067463", "end": "2024-02-18 22:57:36.553265", "rc": 0, "start": "2024-02-18 22:57:36.485802" } STDOUT: Connection 'statebr' (b06b1b51-b625-47e6-be66-59571aae06f0) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tests_states.yml:103 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.305) 0:00:48.167 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.040) 0:00:48.207 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.062) 0:00:48.270 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.047) 0:00:48.318 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.039) 0:00:48.358 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:57:36 +0000 (0:00:00.038) 0:00:48.396 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004316", "end": "2024-02-18 22:57:37.021372", "rc": 0, "start": "2024-02-18 22:57:37.017056" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.223) 0:00:48.620 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.024) 0:00:48.645 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.025) 0:00:48.670 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.048) 0:00:48.718 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.040) 0:00:48.758 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.044) 0:00:48.802 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.059) 0:00:48.862 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.024) 0:00:48.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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:37 +0000 (0:00:00.024) 0:00:48.911 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:39 +0000 (0:00:02.373) 0:00:51.285 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.983) 0:00:52.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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.025) 0:00:52.293 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.024) 0:00:52.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.024) 0:00:52.343 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.048) 0:00:52.391 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.025) 0:00:52.416 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.024) 0:00:52.441 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:40 +0000 (0:00:00.029) 0:00:52.470 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:41 +0000 (0:00:00.571) 0:00:53.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:41 +0000 (0:00:00.028) 0:00:53.070 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:41 +0000 (0:00:00.022) 0:00:53.092 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:41 +0000 (0:00:00.023) 0:00:53.115 ******* 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, 1a93957d-1491-4a64-a46e-4427a6b11646 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.469) 0:00:53.585 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.024) 0:00:53.609 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a93957d-1491-4a64-a46e-4427a6b11646" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.025) 0:00:53.634 ******* 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, 1a93957d-1491-4a64-a46e-4427a6b11646\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a93957d-1491-4a64-a46e-4427a6b11646" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.025) 0:00:53.660 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.024) 0:00:53.684 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.215) 0:00:53.900 ******* 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, 1a93957d-1491-4a64-a46e-4427a6b11646\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1a93957d-1491-4a64-a46e-4427a6b11646" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.025) 0:00:53.925 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.039) 0:00:53.965 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.043) 0:00:54.009 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.028) 0:00:54.037 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.024) 0:00:54.062 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:42 +0000 (0:00:00.023) 0:00:54.085 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:44 +0000 (0:00:02.315) 0:00:56.401 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.964) 0:00:57.365 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.024) 0:00:57.390 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.024) 0:00:57.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.025) 0:00:57.440 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.047) 0:00:57.488 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.025) 0:00:57.513 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:45 +0000 (0:00:00.023) 0:00:57.537 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:46 +0000 (0:00:00.027) 0:00:57.564 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:46 +0000 (0:00:00.587) 0:00:58.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:46 +0000 (0:00:00.029) 0:00:58.182 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:46 +0000 (0:00:00.025) 0:00:58.207 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:46 +0000 (0:00:00.024) 0:00:58.231 ******* 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, 1a93957d-1491-4a64-a46e-4427a6b11646 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.408) 0:00:58.640 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.065) 0:00:58.706 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1a93957d-1491-4a64-a46e-4427a6b11646 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.026) 0:00:58.732 ******* 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, 1a93957d-1491-4a64-a46e-4427a6b11646 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1a93957d-1491-4a64-a46e-4427a6b11646 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.025) 0:00:58.758 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.024) 0:00:58.783 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove_profile.yml:3 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.214) 0:00:58.998 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.040) 0:00:59.038 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.045) 0:00:59.084 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.030) 0:00:59.114 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.024) 0:00:59.139 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:47 +0000 (0:00:00.026) 0:00:59.165 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:49 +0000 (0:00:02.366) 0:01:01.532 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:50 +0000 (0:00:00.940) 0:01:02.473 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:50 +0000 (0:00:00.024) 0:01:02.497 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:50 +0000 (0:00:00.043) 0:01:02.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.023) 0:01:02.565 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.045) 0:01:02.611 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.023) 0:01:02.634 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.021) 0:01:02.656 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.027) 0:01:02.684 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.576) 0:01:03.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.027) 0:01:03.288 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.023) 0:01:03.311 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:51 +0000 (0:00:00.021) 0:01:03.333 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.419) 0:01:03.753 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.023) 0:01:03.777 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.024) 0:01:03.801 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.050) 0:01:03.852 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.024) 0:01:03.876 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.216) 0:01:04.093 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.043) 0:01:04.136 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.044) 0:01:04.181 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.044) 0:01:04.225 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.029) 0:01:04.255 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.024) 0:01:04.280 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:52 +0000 (0:00:00.024) 0:01:04.304 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:57:55 +0000 (0:00:02.409) 0:01:06.713 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.936) 0:01:07.650 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.048) 0:01:07.698 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.024) 0:01:07.722 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.024) 0:01:07.747 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.046) 0:01:07.794 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.023) 0:01:07.817 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.024) 0:01:07.842 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.027) 0:01:07.869 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.582) 0:01:08.451 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.027) 0:01:08.478 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.023) 0:01:08.501 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:57:56 +0000 (0:00:00.023) 0:01:08.525 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.467) 0:01:08.992 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.024) 0:01:09.017 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.054) 0:01:09.071 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.025) 0:01:09.097 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.024) 0:01:09.121 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.213) 0:01:09.335 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.043) 0:01:09.379 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.040) 0:01:09.420 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:57:57 +0000 (0:00:00.024) 0:01:09.444 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.223) 0:01:09.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.023) 0:01:09.690 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021370", "end": "2024-02-18 22:57:58.333235", "rc": 1, "start": "2024-02-18 22:57:58.311865" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.241) 0:01:09.932 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.024) 0:01:09.957 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.053) 0:01:10.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.025) 0:01:10.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.025) 0:01:10.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.025) 0:01:10.087 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.025) 0:01:10.112 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.047) 0:01:10.159 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.040) 0:01:10.200 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.227) 0:01:10.427 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.026) 0:01:10.454 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.024) 0:01:10.479 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:57:58 +0000 (0:00:00.043) 0:01:10.523 ******* 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.041496", "end": "2024-02-18 22:57:59.188517", "rc": 1, "start": "2024-02-18 22:57:59.147021" } 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_hotfix79683mwr/tests/playbooks/tests_states.yml:126 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.292) 0:01:10.815 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:5 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.041) 0:01:10.857 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:9 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.025) 0:01:10.883 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:21 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.046) 0:01:10.929 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.040) 0:01:10.970 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.038) 0:01:11.008 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004563", "end": "2024-02-18 22:57:59.635206", "rc": 0, "start": "2024-02-18 22:57:59.630643" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.226) 0:01:11.234 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.025) 0:01:11.259 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:24 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.023) 0:01:11.283 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.046) 0:01:11.330 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.069) 0:01:11.399 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.044) 0:01:11.444 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.030) 0:01:11.474 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.024) 0:01:11.498 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:57:59 +0000 (0:00:00.023) 0:01:11.522 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:58:02 +0000 (0:00:02.467) 0:01:13.989 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.944) 0:01:14.933 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.024) 0:01:14.958 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.023) 0:01:14.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.023) 0:01:15.005 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.046) 0:01:15.052 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.023) 0:01:15.075 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.024) 0:01:15.100 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:58:03 +0000 (0:00:00.027) 0:01:15.127 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.573) 0:01:15.701 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.027) 0:01:15.729 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.023) 0:01:15.753 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.024) 0:01:15.777 ******* 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, de64cfbb-9d48-478a-bd59-2e98ff849427 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.424) 0:01:16.201 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.023) 0:01:16.225 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de64cfbb-9d48-478a-bd59-2e98ff849427" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.025) 0:01:16.251 ******* 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, de64cfbb-9d48-478a-bd59-2e98ff849427\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de64cfbb-9d48-478a-bd59-2e98ff849427" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.025) 0:01:16.276 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.023) 0:01:16.300 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.213) 0:01:16.513 ******* 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, de64cfbb-9d48-478a-bd59-2e98ff849427\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de64cfbb-9d48-478a-bd59-2e98ff849427" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/activate_profile.yml:3 Sunday 18 February 2024 22:58:04 +0000 (0:00:00.025) 0:01:16.539 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:58:05 +0000 (0:00:00.067) 0:01:16.607 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:58:05 +0000 (0:00:00.043) 0:01:16.650 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:58:05 +0000 (0:00:00.029) 0:01:16.680 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:58:05 +0000 (0:00:00.024) 0:01:16.705 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:58:05 +0000 (0:00:00.024) 0:01:16.730 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:58:07 +0000 (0:00:02.432) 0:01:19.163 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.941) 0:01:20.104 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.025) 0:01:20.129 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.024) 0:01:20.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.024) 0:01:20.178 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.046) 0:01:20.224 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.024) 0:01:20.249 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.024) 0:01:20.273 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:58:08 +0000 (0:00:00.026) 0:01:20.300 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.577) 0:01:20.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.028) 0:01:20.906 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.022) 0:01:20.929 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.022) 0:01:20.951 ******* 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, de64cfbb-9d48-478a-bd59-2e98ff849427 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.380) 0:01:21.331 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.024) 0:01:21.355 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, de64cfbb-9d48-478a-bd59-2e98ff849427 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.024) 0:01:21.380 ******* 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, de64cfbb-9d48-478a-bd59-2e98ff849427 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, de64cfbb-9d48-478a-bd59-2e98ff849427 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.025) 0:01:21.406 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:58:09 +0000 (0:00:00.024) 0:01:21.430 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.211) 0:01:21.641 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.039) 0:01:21.681 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.075) 0:01:21.756 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.030) 0:01:21.786 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.023) 0:01:21.810 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:58:10 +0000 (0:00:00.024) 0:01:21.835 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:58:12 +0000 (0:00:02.360) 0:01:24.195 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.959) 0:01:25.155 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.025) 0:01:25.181 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.024) 0:01:25.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.024) 0:01:25.230 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.049) 0:01:25.279 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.024) 0:01:25.304 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.023) 0:01:25.327 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:58:13 +0000 (0:00:00.027) 0:01:25.355 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.576) 0:01:25.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.057) 0:01:25.989 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.023) 0:01:26.012 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.024) 0:01:26.036 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.485) 0:01:26.522 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:58:14 +0000 (0:00:00.024) 0:01:26.546 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.025) 0:01:26.571 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.027) 0:01:26.598 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.024) 0:01:26.623 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:30 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.218) 0:01:26.841 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.043) 0:01:26.885 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.041) 0:01:26.927 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.075) 0:01:27.003 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.031) 0:01:27.034 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.029) 0:01:27.063 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 18 February 2024 22:58:15 +0000 (0:00:00.024) 0:01:27.087 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 18 February 2024 22:58:17 +0000 (0:00:02.351) 0:01:29.439 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 18 February 2024 22:58:18 +0000 (0:00:00.974) 0:01:30.413 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 18 February 2024 22:58:18 +0000 (0:00:00.026) 0:01:30.440 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 18 February 2024 22:58:18 +0000 (0:00:00.025) 0:01:30.466 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:30 Sunday 18 February 2024 22:58:18 +0000 (0:00:00.025) 0:01:30.491 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 18 February 2024 22:58:18 +0000 (0:00:00.048) 0:01:30.540 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.024) 0:01:30.564 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:74 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.024) 0:01:30.588 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.027) 0:01:30.616 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:99 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.576) 0:01:31.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:108 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.061) 0:01:31.253 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:116 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.024) 0:01:31.278 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 Sunday 18 February 2024 22:58:19 +0000 (0:00:00.025) 0:01:31.304 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.395) 0:01:31.699 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:143 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.023) 0:01:31.723 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:147 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.025) 0:01:31.749 ******* 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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:152 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.025) 0:01:31.775 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:158 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.022) 0:01:31.797 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:36 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.214) 0:01:32.012 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.048) 0:01:32.061 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.040) 0:01:32.101 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.023) 0:01:32.125 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.253) 0:01:32.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 22:58:20 +0000 (0:00:00.024) 0:01:32.403 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020590", "end": "2024-02-18 22:58:21.042205", "rc": 1, "start": "2024-02-18 22:58:21.021615" } 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.237) 0:01:32.641 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.025) 0:01:32.666 ******* 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_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.024) 0:01:32.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.026) 0:01:32.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.023) 0:01:32.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.023) 0:01:32.765 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.024) 0:01:32.789 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.361035", "end": "2024-02-18 22:58:21.764197", "rc": 0, "start": "2024-02-18 22:58:21.403162" } STDOUT: NetworkManager-1.42.8-1.fc38 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.573) 0:01:33.363 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.42.8-1.fc38" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.025) 0:01:33.389 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.42.8-1.fc38" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:42 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.023) 0:01:33.413 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.076) 0:01:33.489 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:58:21 +0000 (0:00:00.040) 0:01:33.530 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.220) 0:01:33.750 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:47 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.027) 0:01:33.777 ******* 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_hotfix79683mwr/tests/playbooks/tasks/run_test.yml:66 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.024) 0:01:33.802 ******* included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.049) 0:01:33.851 ******* 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.041803", "end": "2024-02-18 22:58:22.514411", "rc": 1, "start": "2024-02-18 22:58:22.472608" } 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_hotfix79683mwr/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.262) 0:01:34.114 ******* 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.010516", "end": "2024-02-18 22:58:22.743902", "rc": 0, "start": "2024-02-18 22:58:22.733386" } 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 02:d4:cf:a5:35:b9 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.44.171/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3542sec preferred_lft 3542sec inet6 fe80::d4:cfff:fea5:35b9/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.44.171 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.44.171 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.229) 0:01:34.344 ******* 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=253 rescued=0 ignored=10 Sunday 18 February 2024 22:58:22 +0000 (0:00:00.013) 0:01:34.358 ******* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ------------ 3.02s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 2.47s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.45s /WORKDIR/git-nm_plugin_hotfix79683mwr/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_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.41s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.38s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.37s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.37s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.37s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.37s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.36s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.36s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.36s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.35s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 2.33s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 2.33s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 2.32s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.31s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.73s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Configure networking connection profiles --- 1.53s /WORKDIR/git-nm_plugin_hotfix79683mwr/tests/roles/linux-system-roles.network/tasks/main.yml:125 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---