# 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-weekly-ciy8o0kld7/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tests_states_nm.yml:6 Saturday 30 March 2024 15:05:16 +0000 (0:00:00.026) 0:00:00.026 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tests_states_nm.yml:9 Saturday 30 March 2024 15:05:17 +0000 (0:00:00.699) 0:00:00.726 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/tasks/el_repo_setup.yml:3 Saturday 30 March 2024 15:05:17 +0000 (0:00:00.024) 0:00:00.750 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/el_repo_setup.yml:19 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.351) 0:00:01.102 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/el_repo_setup.yml:24 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.314) 0:00:01.417 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/el_repo_setup.yml:28 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.040) 0:00:01.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/el_repo_setup.yml:53 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.036) 0:00:01.493 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml:8 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.060) 0:00:01.554 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml:24 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.011) 0:00:01.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml:30 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.009) 0:00:01.575 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml:35 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.014) 0:00:01.590 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tasks/enable_epel.yml:40 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.012) 0:00:01.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/tests_states_nm.yml:11 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.017) 0:00:01.620 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:3 Saturday 30 March 2024 15:05:18 +0000 (0:00:00.019) 0:00:01.639 ******** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:11 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.475) 0:00:02.114 ******** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:22 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.011) 0:00:02.125 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.015) 0:00:02.141 ******** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.012) 0:00:02.153 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.033) 0:00:02.187 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.016) 0:00:02.203 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.014) 0:00:02.217 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003237", "end": "2024-03-30 15:05:19.349765", "rc": 0, "start": "2024-03-30 15:05:19.346528" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.235) 0:00:02.452 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.012) 0:00:02.464 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.012) 0:00:02.477 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/delete_interface.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.020) 0:00:02.497 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007214", "end": "2024-03-30 15:05:19.580010", "rc": 1, "start": "2024-03-30 15:05:19.572796" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.186) 0:00:02.683 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.016) 0:00:02.699 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.178) 0:00:02.878 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.012) 0:00:02.891 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.018) 0:00:02.909 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.096) 0:00:03.006 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.031) 0:00:03.037 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.012) 0:00:03.049 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.009) 0:00:03.059 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:19 +0000 (0:00:00.011) 0:00:03.070 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:21 +0000 (0:00:01.525) 0:00:04.596 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:22 +0000 (0:00:01.138) 0:00:05.735 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.023) 0:00:05.758 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.023) 0:00:05.782 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.022) 0:00:05.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.025) 0:00:05.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.021) 0:00:05.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.024) 0:00:05.876 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.043) 0:00:05.919 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.021) 0:00:05.941 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.021) 0:00:05.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:22 +0000 (0:00:00.026) 0:00:05.990 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:23 +0000 (0:00:00.506) 0:00:06.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:23 +0000 (0:00:00.026) 0:00:06.522 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:23 +0000 (0:00:00.022) 0:00:06.545 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:23 +0000 (0:00:00.022) 0:00:06.567 ******** 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, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.686) 0:00:07.254 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.051) 0:00:07.305 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.079) 0:00:07.385 ******** 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, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.076) 0:00:07.462 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.079) 0:00:07.542 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.285) 0:00:07.827 ******** 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, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.025) 0:00:07.852 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.050) 0:00:07.903 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.059) 0:00:07.962 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:05:24 +0000 (0:00:00.024) 0:00:07.987 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.243) 0:00:08.231 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.023) 0:00:08.254 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020142", "end": "2024-03-30 15:05:25.358645", "rc": 0, "start": "2024-03-30 15:05:25.338503" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.228) 0:00:08.482 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.030) 0:00:08.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.065) 0:00:08.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.064) 0:00:08.643 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.036) 0:00:08.680 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.023) 0:00:08.703 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.024) 0:00:08.727 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.023) 0:00:08.751 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.024) 0:00:08.775 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.043) 0:00:08.819 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.037) 0:00:08.856 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811124.027706, "block_size": 4096, "blocks": 0, "ctime": 1711811124.027706, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31047, "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": 1711811124.027706, "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-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.192) 0:00:09.049 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:05:25 +0000 (0:00:00.024) 0:00:09.073 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.021) 0:00:09.095 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.040) 0:00:09.135 ******** 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.057969", "end": "2024-03-30 15:05:26.275135", "rc": 1, "start": "2024-03-30 15:05:26.217166" } STDOUT: Connection 'statebr' (e603c2b4-5ce6-4e3d-9b6f-13e29a8fedae) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:45 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.267) 0:00:09.403 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.120) 0:00:09.523 ******** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.033) 0:00:09.556 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.072) 0:00:09.628 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.062) 0:00:09.691 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.038) 0:00:09.729 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003249", "end": "2024-03-30 15:05:26.823424", "rc": 0, "start": "2024-03-30 15:05:26.820175" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.209) 0:00:09.938 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.022) 0:00:09.961 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.020) 0:00:09.982 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/delete_interface.yml:3 Saturday 30 March 2024 15:05:26 +0000 (0:00:00.039) 0:00:10.021 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005869", "end": "2024-03-30 15:05:27.103050", "rc": 1, "start": "2024-03-30 15:05:27.097181" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.195) 0:00:10.217 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.036) 0:00:10.253 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.242) 0:00:10.496 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.040) 0:00:10.537 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.056) 0:00:10.593 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.054) 0:00:10.647 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.047) 0:00:10.694 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.038) 0:00:10.733 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.043) 0:00:10.777 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:27 +0000 (0:00:00.064) 0:00:10.841 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:29 +0000 (0:00:01.436) 0:00:12.277 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:30 +0000 (0:00:01.016) 0:00:13.294 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.045) 0:00:13.339 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.026) 0:00:13.365 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.042) 0:00:13.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.039) 0:00:13.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.030) 0:00:13.478 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.056) 0:00:13.534 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.166) 0:00:13.701 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.061) 0:00:13.763 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.088) 0:00:13.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:30 +0000 (0:00:00.050) 0:00:13.903 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.434) 0:00:14.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.056) 0:00:14.394 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.022) 0:00:14.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.022) 0:00:14.439 ******** 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, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.348) 0:00:14.787 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.025) 0:00:14.812 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.025) 0:00:14.838 ******** 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, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.024) 0:00:14.863 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:31 +0000 (0:00:00.028) 0:00:14.892 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.229) 0:00:15.122 ******** 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, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1ba96ce6-5789-42ff-9c1c-26415c71b7e4" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.042) 0:00:15.164 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.045) 0:00:15.210 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.036) 0:00:15.246 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.191) 0:00:15.438 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.025) 0:00:15.463 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.063) 0:00:15.526 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.030) 0:00:15.557 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.205) 0:00:15.762 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.022) 0:00:15.785 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020442", "end": "2024-03-30 15:05:32.886183", "rc": 0, "start": "2024-03-30 15:05:32.865741" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.218) 0:00:16.004 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.032) 0:00:16.036 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.021) 0:00:16.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:05:32 +0000 (0:00:00.022) 0:00:16.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.021) 0:00:16.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.027) 0:00:16.128 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.024) 0:00:16.153 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.026) 0:00:16.180 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.023) 0:00:16.203 ******** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.024) 0:00:16.227 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.036) 0:00:16.264 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.078) 0:00:16.342 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.037837", "end": "2024-03-30 15:05:33.456128", "rc": 1, "start": "2024-03-30 15:05:33.418291" } STDOUT: Connection 'statebr' (1ba96ce6-5789-42ff-9c1c-26415c71b7e4) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:65 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.227) 0:00:16.569 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.045) 0:00:16.615 ******** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.024) 0:00:16.639 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.060) 0:00:16.700 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.050) 0:00:16.751 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.040) 0:00:16.791 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003165", "end": "2024-03-30 15:05:33.876917", "rc": 0, "start": "2024-03-30 15:05:33.873752" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.198) 0:00:16.990 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.022) 0:00:17.012 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.021) 0:00:17.033 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 30 March 2024 15:05:33 +0000 (0:00:00.036) 0:00:17.070 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:34 +0000 (0:00:00.068) 0:00:17.139 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:34 +0000 (0:00:00.041) 0:00:17.180 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:34 +0000 (0:00:00.026) 0:00:17.206 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:34 +0000 (0:00:00.020) 0:00:17.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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:34 +0000 (0:00:00.019) 0:00:17.247 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:35 +0000 (0:00:01.423) 0:00:18.670 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.968) 0:00:19.639 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.023) 0:00:19.662 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.020) 0:00:19.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.020) 0:00:19.703 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.026) 0:00:19.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.022) 0:00:19.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.028) 0:00:19.782 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.044) 0:00:19.826 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.023) 0:00:19.850 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.032) 0:00:19.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:36 +0000 (0:00:00.025) 0:00:19.908 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.347) 0:00:20.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.025) 0:00:20.281 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.020) 0:00:20.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.020) 0:00:20.322 ******** 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, f5fccadc-bfa1-41f8-9399-7299a5255f25 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.462) 0:00:20.784 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.051) 0:00:20.836 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f5fccadc-bfa1-41f8-9399-7299a5255f25" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.039) 0:00:20.875 ******** 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, f5fccadc-bfa1-41f8-9399-7299a5255f25\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f5fccadc-bfa1-41f8-9399-7299a5255f25" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.033) 0:00:20.909 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:37 +0000 (0:00:00.022) 0:00:20.932 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.207) 0:00:21.139 ******** 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, f5fccadc-bfa1-41f8-9399-7299a5255f25\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f5fccadc-bfa1-41f8-9399-7299a5255f25" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.024) 0:00:21.163 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml:3 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.052) 0:00:21.216 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.043) 0:00:21.259 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.041) 0:00:21.301 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.027) 0:00:21.329 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.022) 0:00:21.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:38 +0000 (0:00:00.022) 0:00:21.374 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:39 +0000 (0:00:01.460) 0:00:22.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 : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.953) 0:00:23.789 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.035) 0:00:23.824 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.035) 0:00:23.859 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.043) 0:00:23.903 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.034) 0:00:23.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.025) 0:00:23.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:40 +0000 (0:00:00.051) 0:00:24.014 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.119) 0:00:24.134 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.039) 0:00:24.173 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.025) 0:00:24.199 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.028) 0:00:24.228 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.381) 0:00:24.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.096) 0:00:24.705 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.060) 0:00:24.766 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:41 +0000 (0:00:00.125) 0:00:24.891 ******** 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, f5fccadc-bfa1-41f8-9399-7299a5255f25 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.510) 0:00:25.402 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.043) 0:00:25.446 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f5fccadc-bfa1-41f8-9399-7299a5255f25 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.024) 0:00:25.471 ******** 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, f5fccadc-bfa1-41f8-9399-7299a5255f25 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f5fccadc-bfa1-41f8-9399-7299a5255f25 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.025) 0:00:25.496 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.028) 0:00:25.524 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.188) 0:00:25.713 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.047) 0:00:25.760 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.101) 0:00:25.862 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811137.5752096, "block_size": 4096, "blocks": 0, "ctime": 1711811137.5752096, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31178, "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": 1711811137.5752096, "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-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.191) 0:00:26.054 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 30 March 2024 15:05:42 +0000 (0:00:00.023) 0:00:26.078 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.037) 0:00:26.115 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.021) 0:00:26.137 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.212) 0:00:26.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.021) 0:00:26.371 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019976", "end": "2024-03-30 15:05:43.471876", "rc": 0, "start": "2024-03-30 15:05:43.451900" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.220) 0:00:26.592 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.061) 0:00:26.653 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.051) 0:00:26.705 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.037) 0:00:26.743 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.034) 0:00:26.777 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.042) 0:00:26.820 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.024) 0:00:26.845 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.071) 0:00:26.917 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.031) 0:00:26.948 ******** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.021) 0:00:26.970 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.025) 0:00:26.995 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:05:43 +0000 (0:00:00.041) 0:00:27.037 ******** 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.090416", "end": "2024-03-30 15:05:44.204228", "rc": 1, "start": "2024-03-30 15:05:44.113812" } STDOUT: Connection 'statebr' (f5fccadc-bfa1-41f8-9399-7299a5255f25) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:83 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.280) 0:00:27.317 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.039) 0:00:27.357 ******** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.024) 0:00:27.381 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.051) 0:00:27.433 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.051) 0:00:27.484 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.035) 0:00:27.520 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-03-30 15:05:44.603261", "rc": 0, "start": "2024-03-30 15:05:44.600095" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.230) 0:00:27.751 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.027) 0:00:27.778 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.023) 0:00:27.802 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.042) 0:00:27.845 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.038) 0:00:27.883 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.053) 0:00:27.936 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.031) 0:00:27.967 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.023) 0:00:27.990 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:44 +0000 (0:00:00.023) 0:00:28.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:46 +0000 (0:00:01.452) 0:00:29.466 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.977) 0:00:30.444 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.031) 0:00:30.475 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.044) 0:00:30.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.023) 0:00:30.543 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.059) 0:00:30.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.041) 0:00:30.645 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.071) 0:00:30.716 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.052) 0:00:30.769 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.025) 0:00:30.795 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.040) 0:00:30.835 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:47 +0000 (0:00:00.041) 0:00:30.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.425) 0:00:31.302 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.048) 0:00:31.350 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.036) 0:00:31.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.025) 0:00:31.413 ******** 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, b20085ee-d7d0-4e85-86fb-9a41d27261bc TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.437) 0:00:31.850 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.034) 0:00:31.884 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b20085ee-d7d0-4e85-86fb-9a41d27261bc" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.078) 0:00:31.962 ******** 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, b20085ee-d7d0-4e85-86fb-9a41d27261bc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b20085ee-d7d0-4e85-86fb-9a41d27261bc" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.030) 0:00:31.993 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:48 +0000 (0:00:00.038) 0:00:32.031 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.191) 0:00:32.223 ******** 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, b20085ee-d7d0-4e85-86fb-9a41d27261bc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b20085ee-d7d0-4e85-86fb-9a41d27261bc" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml:3 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.035) 0:00:32.258 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.039) 0:00:32.297 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.047) 0:00:32.345 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.040) 0:00:32.385 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.076) 0:00:32.462 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:49 +0000 (0:00:00.045) 0:00:32.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:50 +0000 (0:00:01.490) 0:00:33.999 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:51 +0000 (0:00:01.002) 0:00:35.001 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:51 +0000 (0:00:00.054) 0:00:35.055 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.045) 0:00:35.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.030) 0:00:35.131 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.046) 0:00:35.178 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.030) 0:00:35.208 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.038) 0:00:35.247 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.103) 0:00:35.351 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.022) 0:00:35.374 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.022) 0:00:35.396 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.031) 0:00:35.427 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.348) 0:00:35.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.027) 0:00:35.803 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.022) 0:00:35.825 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:52 +0000 (0:00:00.021) 0:00:35.847 ******** 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, b20085ee-d7d0-4e85-86fb-9a41d27261bc skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.367) 0:00:36.215 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.042) 0:00:36.258 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b20085ee-d7d0-4e85-86fb-9a41d27261bc skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.029) 0:00:36.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, b20085ee-d7d0-4e85-86fb-9a41d27261bc skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b20085ee-d7d0-4e85-86fb-9a41d27261bc skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.034) 0:00:36.322 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.039) 0:00:36.361 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.203) 0:00:36.565 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove_profile.yml:3 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.091) 0:00:36.656 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.079) 0:00:36.736 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.046) 0:00:36.782 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.038) 0:00:36.821 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.027) 0:00:36.849 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:53 +0000 (0:00:00.052) 0:00:36.901 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:05:55 +0000 (0:00:01.414) 0:00:38.315 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:05:56 +0000 (0:00:01.023) 0:00:39.339 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.026) 0:00:39.365 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.023) 0:00:39.388 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.024) 0:00:39.413 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.038) 0:00:39.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.032) 0:00:39.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.026) 0:00:39.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.042) 0:00:39.552 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.033) 0:00:39.586 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.023) 0:00:39.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.026) 0:00:39.636 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.357) 0:00:39.993 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.028) 0:00:40.022 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.039) 0:00:40.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:05:56 +0000 (0:00:00.023) 0:00:40.085 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.416) 0:00:40.502 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.043) 0:00:40.546 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.031) 0:00:40.578 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.049) 0:00:40.627 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.022) 0:00:40.650 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.194) 0:00:40.845 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.044) 0:00:40.889 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:05:57 +0000 (0:00:00.036) 0:00:40.926 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811148.646063, "block_size": 4096, "blocks": 0, "ctime": 1711811148.646063, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31309, "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": 1711811148.646063, "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-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.195) 0:00:41.121 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.024) 0:00:41.145 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.037) 0:00:41.183 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.021) 0:00:41.204 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.211) 0:00:41.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.022) 0:00:41.438 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019985", "end": "2024-03-30 15:05:58.533850", "rc": 1, "start": "2024-03-30 15:05:58.513865" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.209) 0:00:41.647 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.022) 0:00:41.670 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.024) 0:00:41.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.023) 0:00:41.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.023) 0:00:41.742 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.023) 0:00:41.765 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.034) 0:00:41.800 ******** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.043) 0:00:41.843 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.026) 0:00:41.869 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:05:58 +0000 (0:00:00.049) 0:00:41.918 ******** 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.070370", "end": "2024-03-30 15:05:59.080877", "rc": 1, "start": "2024-03-30 15:05:59.010507" } STDOUT: Connection 'statebr' (b20085ee-d7d0-4e85-86fb-9a41d27261bc) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:103 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.275) 0:00:42.194 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.065) 0:00:42.259 ******** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.023) 0:00:42.282 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.045) 0:00:42.327 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.035) 0:00:42.363 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.034) 0:00:42.398 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003665", "end": "2024-03-30 15:05:59.484081", "rc": 0, "start": "2024-03-30 15:05:59.480416" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.198) 0:00:42.596 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.023) 0:00:42.619 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.021) 0:00:42.641 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.042) 0:00:42.684 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.035) 0:00:42.720 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.040) 0:00:42.761 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.026) 0:00:42.787 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.059) 0:00:42.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:05:59 +0000 (0:00:00.022) 0:00:42.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:01 +0000 (0:00:01.523) 0:00:44.393 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.984) 0:00:45.378 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.024) 0:00:45.402 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.039) 0:00:45.442 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.051) 0:00:45.493 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.032) 0:00:45.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.037) 0:00:45.563 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.075) 0:00:45.638 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.045) 0:00:45.683 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.025) 0:00:45.708 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.024) 0:00:45.732 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:02 +0000 (0:00:00.032) 0:00:45.765 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.447) 0:00:46.213 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.031) 0:00:46.245 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.029) 0:00:46.274 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.041) 0:00:46.316 ******** 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, 5d90d0a6-63e9-4007-9418-36531445554c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.399) 0:00:46.715 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.021) 0:00:46.737 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5d90d0a6-63e9-4007-9418-36531445554c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.022) 0:00:46.760 ******** 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, 5d90d0a6-63e9-4007-9418-36531445554c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5d90d0a6-63e9-4007-9418-36531445554c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.022) 0:00:46.783 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.021) 0:00:46.804 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.187) 0:00:46.991 ******** 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, 5d90d0a6-63e9-4007-9418-36531445554c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5d90d0a6-63e9-4007-9418-36531445554c" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml:3 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.048) 0:00:47.040 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:03 +0000 (0:00:00.037) 0:00:47.077 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:04 +0000 (0:00:00.043) 0:00:47.121 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:04 +0000 (0:00:00.028) 0:00:47.150 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:04 +0000 (0:00:00.022) 0:00:47.172 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:04 +0000 (0:00:00.022) 0:00:47.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:05 +0000 (0:00:01.438) 0:00:48.633 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:06 +0000 (0:00:01.016) 0:00:49.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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.024) 0:00:49.674 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.022) 0:00:49.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.025) 0:00:49.723 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.028) 0:00:49.751 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.024) 0:00:49.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.049) 0:00:49.825 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.088) 0:00:49.914 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.055) 0:00:49.969 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.054) 0:00:50.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:06 +0000 (0:00:00.037) 0:00:50.062 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.463) 0:00:50.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.062) 0:00:50.588 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.048) 0:00:50.637 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.024) 0:00:50.662 ******** 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, 5d90d0a6-63e9-4007-9418-36531445554c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.386) 0:00:51.048 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:07 +0000 (0:00:00.021) 0:00:51.070 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 5d90d0a6-63e9-4007-9418-36531445554c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.023) 0:00:51.093 ******** 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, 5d90d0a6-63e9-4007-9418-36531445554c skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 5d90d0a6-63e9-4007-9418-36531445554c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.022) 0:00:51.116 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.022) 0:00:51.139 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove_profile.yml:3 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.185) 0:00:51.324 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.039) 0:00:51.363 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.067) 0:00:51.431 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.031) 0:00:51.463 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.022) 0:00:51.485 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:08 +0000 (0:00:00.020) 0:00:51.506 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:09 +0000 (0:00:01.490) 0:00:52.996 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.951) 0:00:53.947 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.021) 0:00:53.969 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.022) 0:00:53.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.021) 0:00:54.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.028) 0:00:54.041 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:10 +0000 (0:00:00.022) 0:00:54.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.050) 0:00:54.114 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.050) 0:00:54.164 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.022) 0:00:54.187 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.034) 0:00:54.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.026) 0:00:54.248 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.404) 0:00:54.652 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.058) 0:00:54.711 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.043) 0:00:54.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:11 +0000 (0:00:00.041) 0:00:54.795 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.429) 0:00:55.224 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.037) 0:00:55.262 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.035) 0:00:55.297 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.025) 0:00:55.323 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.025) 0:00:55.348 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.186) 0:00:55.535 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.040) 0:00:55.575 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.056) 0:00:55.632 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.041) 0:00:55.673 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.061) 0:00:55.735 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.071) 0:00:55.806 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:12 +0000 (0:00:00.031) 0:00:55.837 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:14 +0000 (0:00:01.464) 0:00:57.302 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.954) 0:00:58.256 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.027) 0:00:58.284 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.035) 0:00:58.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.037) 0:00:58.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.034) 0:00:58.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.073) 0:00:58.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.046) 0:00:58.512 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.078) 0:00:58.591 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.023) 0:00:58.614 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.024) 0:00:58.638 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.027) 0:00:58.666 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.352) 0:00:59.018 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.031) 0:00:59.050 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:15 +0000 (0:00:00.023) 0:00:59.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.023) 0:00:59.097 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.428) 0:00:59.525 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.025) 0:00:59.551 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.025) 0:00:59.576 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.025) 0:00:59.601 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.022) 0:00:59.624 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.234) 0:00:59.859 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.046) 0:00:59.906 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.043) 0:00:59.949 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:06:16 +0000 (0:00:00.024) 0:00:59.973 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.200) 0:01:00.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.030) 0:01:00.205 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019441", "end": "2024-03-30 15:06:17.308793", "rc": 1, "start": "2024-03-30 15:06:17.289352" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.264) 0:01:00.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.037) 0:01:00.508 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.024) 0:01:00.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.023) 0:01:00.556 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.028) 0:01:00.584 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.025) 0:01:00.610 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.025) 0:01:00.636 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.042) 0:01:00.679 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.077) 0:01:00.757 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.192) 0:01:00.949 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.028) 0:01:00.978 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.025) 0:01:01.003 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:06:17 +0000 (0:00:00.052) 0:01:01.056 ******** 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.036555", "end": "2024-03-30 15:06:18.173605", "rc": 1, "start": "2024-03-30 15:06:18.137050" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tests_states.yml:126 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.231) 0:01:01.287 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:5 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.044) 0:01:01.332 ******** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:9 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.027) 0:01:01.360 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:21 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.050) 0:01:01.410 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.046) 0:01:01.456 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.040) 0:01:01.497 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003135", "end": "2024-03-30 15:06:18.578133", "rc": 0, "start": "2024-03-30 15:06:18.574998" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.200) 0:01:01.697 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.025) 0:01:01.722 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:24 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.022) 0:01:01.745 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.048) 0:01:01.793 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.037) 0:01:01.831 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.042) 0:01:01.873 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.028) 0:01:01.902 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.023) 0:01:01.925 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:18 +0000 (0:00:00.026) 0:01:01.952 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:20 +0000 (0:00:01.418) 0:01:03.371 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.945) 0:01:04.316 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.044) 0:01:04.361 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.023) 0:01:04.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.024) 0:01:04.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.027) 0:01:04.436 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.021) 0:01:04.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.026) 0:01:04.484 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.045) 0:01:04.530 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.025) 0:01:04.555 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.021) 0:01:04.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.027) 0:01:04.605 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.409) 0:01:05.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:21 +0000 (0:00:00.027) 0:01:05.041 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.052) 0:01:05.094 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.053) 0:01:05.148 ******** 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, 6e589974-2b7d-4f2d-b6dc-5841bb68c107 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.561) 0:01:05.710 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.030) 0:01:05.741 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6e589974-2b7d-4f2d-b6dc-5841bb68c107" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.031) 0:01:05.772 ******** 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, 6e589974-2b7d-4f2d-b6dc-5841bb68c107\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6e589974-2b7d-4f2d-b6dc-5841bb68c107" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.026) 0:01:05.798 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.025) 0:01:05.824 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.195) 0:01:06.020 ******** 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, 6e589974-2b7d-4f2d-b6dc-5841bb68c107\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6e589974-2b7d-4f2d-b6dc-5841bb68c107" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/activate_profile.yml:3 Saturday 30 March 2024 15:06:22 +0000 (0:00:00.034) 0:01:06.055 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:23 +0000 (0:00:00.048) 0:01:06.103 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:23 +0000 (0:00:00.055) 0:01:06.159 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:23 +0000 (0:00:00.090) 0:01:06.250 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:23 +0000 (0:00:00.022) 0:01:06.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:23 +0000 (0:00:00.020) 0:01:06.293 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:24 +0000 (0:00:01.456) 0:01:07.749 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.939) 0:01:08.689 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.024) 0:01:08.714 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.052) 0:01:08.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.023) 0:01:08.790 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.040) 0:01:08.831 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.024) 0:01:08.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.027) 0:01:08.882 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.047) 0:01:08.930 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.023) 0:01:08.953 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.021) 0:01:08.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:25 +0000 (0:00:00.025) 0:01:09.000 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.357) 0:01:09.358 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.030) 0:01:09.388 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.022) 0:01:09.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.020) 0:01:09.430 ******** 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, 6e589974-2b7d-4f2d-b6dc-5841bb68c107 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.337) 0:01:09.768 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.024) 0:01:09.793 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6e589974-2b7d-4f2d-b6dc-5841bb68c107 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.052) 0:01:09.845 ******** 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, 6e589974-2b7d-4f2d-b6dc-5841bb68c107 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6e589974-2b7d-4f2d-b6dc-5841bb68c107 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.023) 0:01:09.869 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.022) 0:01:09.891 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 30 March 2024 15:06:26 +0000 (0:00:00.186) 0:01:10.078 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:27 +0000 (0:00:00.036) 0:01:10.114 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:27 +0000 (0:00:00.042) 0:01:10.157 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:27 +0000 (0:00:00.037) 0:01:10.195 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:27 +0000 (0:00:00.026) 0:01:10.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:27 +0000 (0:00:00.022) 0:01:10.243 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:28 +0000 (0:00:01.453) 0:01:11.696 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:29 +0000 (0:00:01.046) 0:01:12.743 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.043) 0:01:12.786 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.056) 0:01:12.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.039) 0:01:12.882 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.031) 0:01:12.914 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.024) 0:01:12.938 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.025) 0:01:12.964 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.049) 0:01:13.013 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.033) 0:01:13.047 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:29 +0000 (0:00:00.023) 0:01:13.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.026) 0:01:13.097 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.374) 0:01:13.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.026) 0:01:13.497 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.021) 0:01:13.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.023) 0:01:13.542 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.437) 0:01:13.980 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.023) 0:01:14.003 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.023) 0:01:14.026 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.023) 0:01:14.050 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:30 +0000 (0:00:00.022) 0:01:14.072 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:30 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.186) 0:01:14.259 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.043) 0:01:14.303 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.036) 0:01:14.340 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.069) 0:01:14.409 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.026) 0:01:14.436 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.022) 0:01:14.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 30 March 2024 15:06:31 +0000 (0:00:00.020) 0:01:14.478 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 30 March 2024 15:06:32 +0000 (0:00:01.442) 0:01:15.920 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 30 March 2024 15:06:33 +0000 (0:00:01.010) 0:01:16.931 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 30 March 2024 15:06:33 +0000 (0:00:00.033) 0:01:16.964 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 30 March 2024 15:06:33 +0000 (0:00:00.030) 0:01:16.995 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 30 March 2024 15:06:33 +0000 (0:00:00.045) 0:01:17.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.057) 0:01:17.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.025) 0:01:17.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.025) 0:01:17.149 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.045) 0:01:17.194 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.035) 0:01:17.230 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.025) 0:01:17.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.025) 0:01:17.282 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.350) 0:01:17.632 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.026) 0:01:17.659 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.020) 0:01:17.679 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.022) 0:01:17.702 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.359) 0:01:18.062 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 30 March 2024 15:06:34 +0000 (0:00:00.023) 0:01:18.085 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.035) 0:01:18.120 ******** 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-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.023) 0:01:18.144 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.023) 0:01:18.167 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:36 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.201) 0:01:18.368 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.054) 0:01:18.423 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.053) 0:01:18.477 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.025) 0:01:18.502 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.194) 0:01:18.696 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.031) 0:01:18.727 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019531", "end": "2024-03-30 15:06:35.834144", "rc": 1, "start": "2024-03-30 15:06:35.814613" } 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-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.246) 0:01:18.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.041) 0:01:19.015 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 15:06:35 +0000 (0:00:00.049) 0:01:19.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.032) 0:01:19.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.053) 0:01:19.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.028) 0:01:19.179 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.043) 0:01:19.222 ******** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.582662", "end": "2024-03-30 15:06:36.882775", "rc": 0, "start": "2024-03-30 15:06:36.300113" } STDOUT: NetworkManager-1.47.2-1.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.778) 0:01:20.001 ******** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.47.2-1.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.031) 0:01:20.032 ******** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.47.2-1.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:42 Saturday 30 March 2024 15:06:36 +0000 (0:00:00.023) 0:01:20.056 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.060) 0:01:20.117 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.037) 0:01:20.154 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.197) 0:01:20.352 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:47 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.029) 0:01:20.382 ******** 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-weekly-ciy8o0kld7/tests/playbooks/tasks/run_test.yml:66 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.024) 0:01:20.406 ******** included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.049) 0:01:20.456 ******** 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.035717", "end": "2024-03-30 15:06:37.572032", "rc": 1, "start": "2024-03-30 15:06:37.536315" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.242) 0:01:20.698 ******** 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.008034", "end": "2024-03-30 15:06:37.785669", "rc": 0, "start": "2024-03-30 15:06:37.777635" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:c7:4e:10:27 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.14.64/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 3186sec preferred_lft 3186sec inet6 fe80::8ff:c7ff:fe4e:1027/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.64 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.64 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-ciy8o0kld7/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 30 March 2024 15:06:37 +0000 (0:00:00.205) 0:01:20.903 ******** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.305388", "end": "2024-03-30 15:06:38.346300", "rc": 0, "start": "2024-03-30 15:06:38.040912" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 2089 0 --:--:-- --:--:-- --:--:-- 2074 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 2155 0 --:--:-- --:--:-- --:--:-- 2155 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=319 changed=10 unreachable=0 failed=0 skipped=297 rescued=0 ignored=11 Saturday 30 March 2024 15:06:38 +0000 (0:00:00.557) 0:01:21.460 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.55s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 2.14s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Configure networking connection profiles --- 1.60s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.55s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.22s /WORKDIR/git-weekly-ciy8o0kld7/tests/roles/linux-system-roles.network/tasks/main.yml:173 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, 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. ---^---^---^---^---^---