# 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-cif2ley3hl/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tests_states_nm.yml:6 Saturday 16 March 2024 13:26:11 +0000 (0:00:00.011) 0:00:00.011 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tests_states_nm.yml:9 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.677) 0:00:00.689 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.022) 0:00:00.712 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/el_repo_setup.yml:19 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.342) 0:00:01.055 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/el_repo_setup.yml:24 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.246) 0:00:01.302 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/el_repo_setup.yml:28 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.020) 0:00:01.322 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/el_repo_setup.yml:53 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.017) 0:00:01.339 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.037) 0:00:01.376 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.009) 0:00:01.386 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:26:12 +0000 (0:00:00.011) 0:00:01.398 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.009) 0:00:01.407 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.009) 0:00:01.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/tests_states_nm.yml:11 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.010) 0:00:01.427 ******** 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-cif2ley3hl/tests/playbooks/tests_states.yml:3 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.010) 0:00:01.437 ******** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tests_states.yml:11 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.532) 0:00:01.970 ******** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tests_states.yml:22 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.016) 0:00:01.987 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.019) 0:00:02.006 ******** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.012) 0:00:02.019 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.049) 0:00:02.068 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.017) 0:00:02.086 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:26:13 +0000 (0:00:00.053) 0:00:02.140 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004257", "end": "2024-03-16 13:26:15.018766", "rc": 0, "start": "2024-03-16 13:26:14.014509" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:26:15 +0000 (0:00:01.300) 0:00:03.440 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.011) 0:00:03.452 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.010) 0:00:03.462 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.019) 0:00:03.482 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007233", "end": "2024-03-16 13:26:15.247374", "rc": 1, "start": "2024-03-16 13:26:15.240141" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.184) 0:00:03.666 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.013) 0:00:03.680 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.178) 0:00:03.859 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.026) 0:00:03.885 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.018) 0:00:03.904 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.114) 0:00:04.018 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.021) 0:00:04.040 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.013) 0:00:04.054 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.012) 0:00:04.067 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:15 +0000 (0:00:00.009) 0:00:04.076 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:17 +0000 (0:00:01.510) 0:00:05.586 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:18 +0000 (0:00:01.186) 0:00:06.773 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.021) 0:00:06.795 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.023) 0:00:06.818 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.025) 0:00:06.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.048) 0:00:06.891 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.029) 0:00:06.921 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.066) 0:00:06.987 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.074) 0:00:07.061 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.027) 0:00:07.089 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.022) 0:00:07.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:18 +0000 (0:00:00.028) 0:00:07.140 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.532) 0:00:07.673 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.029) 0:00:07.702 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.021) 0:00:07.724 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.044) 0:00:07.768 ******** 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, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.575) 0:00:08.343 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.025) 0:00:08.369 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:19 +0000 (0:00:00.029) 0:00:08.398 ******** 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, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.027) 0:00:08.426 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.032) 0:00:08.459 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.242) 0:00:08.701 ******** 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, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.022) 0:00:08.723 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.038) 0:00:08.762 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.038) 0:00:08.801 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.021) 0:00:08.822 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.191) 0:00:09.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.026) 0:00:09.040 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019847", "end": "2024-03-16 13:26:20.830658", "rc": 0, "start": "2024-03-16 13:26:20.810811" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.251) 0:00:09.292 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.025) 0:00:09.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.039) 0:00:09.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:26:20 +0000 (0:00:00.023) 0:00:09.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.030) 0:00:09.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.045) 0:00:09.457 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.036) 0:00:09.493 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.044) 0:00:09.538 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.023) 0:00:09.562 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.048) 0:00:09.610 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.043) 0:00:09.654 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595579.8560152, "block_size": 4096, "blocks": 0, "ctime": 1710595579.8560152, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32184, "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": 1710595579.8560152, "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-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.206) 0:00:09.861 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.031) 0:00:09.892 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.027) 0:00:09.919 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.061) 0:00:09.981 ******** 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.067161", "end": "2024-03-16 13:26:21.811107", "rc": 1, "start": "2024-03-16 13:26:21.743946" } STDOUT: Connection 'statebr' (a9edb0d9-27a7-4d7e-9f92-a75ff3502e0c) 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-cif2ley3hl/tests/playbooks/tests_states.yml:45 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.259) 0:00:10.240 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.036) 0:00:10.277 ******** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.025) 0:00:10.302 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.054) 0:00:10.357 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:26:21 +0000 (0:00:00.040) 0:00:10.397 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.036) 0:00:10.433 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003640", "end": "2024-03-16 13:26:22.197552", "rc": 0, "start": "2024-03-16 13:26:22.193912" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.195) 0:00:10.629 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.022) 0:00:10.651 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.022) 0:00:10.674 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.039) 0:00:10.714 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005811", "end": "2024-03-16 13:26:22.480365", "rc": 1, "start": "2024-03-16 13:26:22.474554" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.196) 0:00:10.910 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.067) 0:00:10.978 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.194) 0:00:11.172 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.024) 0:00:11.197 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.039) 0:00:11.236 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.043) 0:00:11.280 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.044) 0:00:11.325 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.031) 0:00:11.356 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:22 +0000 (0:00:00.037) 0:00:11.393 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:23 +0000 (0:00:00.021) 0:00:11.415 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:24 +0000 (0:00:01.441) 0:00:12.857 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.961) 0:00:13.819 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.025) 0:00:13.844 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.022) 0:00:13.866 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.021) 0:00:13.888 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.034) 0:00:13.923 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.024) 0:00:13.948 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.024) 0:00:13.973 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.046) 0:00:14.019 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.021) 0:00:14.040 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.023) 0:00:14.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:25 +0000 (0:00:00.027) 0:00:14.091 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.389) 0:00:14.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.027) 0:00:14.508 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.023) 0:00:14.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.021) 0:00:14.553 ******** 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, edb43c8f-57eb-49db-8ab0-b1fb7bde5222 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.385) 0:00:14.939 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.034) 0:00:14.973 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, edb43c8f-57eb-49db-8ab0-b1fb7bde5222" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.058) 0:00:15.032 ******** 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, edb43c8f-57eb-49db-8ab0-b1fb7bde5222\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, edb43c8f-57eb-49db-8ab0-b1fb7bde5222" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.029) 0:00:15.062 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.030) 0:00:15.092 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.199) 0:00:15.292 ******** 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, edb43c8f-57eb-49db-8ab0-b1fb7bde5222\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, edb43c8f-57eb-49db-8ab0-b1fb7bde5222" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.023) 0:00:15.316 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.042) 0:00:15.358 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:26 +0000 (0:00:00.035) 0:00:15.394 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.193) 0:00:15.588 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.024) 0:00:15.613 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.041) 0:00:15.655 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.052) 0:00:15.707 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.211) 0:00:15.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.021) 0:00:15.940 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020333", "end": "2024-03-16 13:26:27.722513", "rc": 0, "start": "2024-03-16 13:26:27.702180" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.213) 0:00:16.153 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.025) 0:00:16.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.025) 0:00:16.204 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.038) 0:00:16.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.030) 0:00:16.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.025) 0:00:16.298 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.032) 0:00:16.331 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.035) 0:00:16.367 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:26:27 +0000 (0:00:00.033) 0:00:16.400 ******** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.082) 0:00:16.483 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.051) 0:00:16.534 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.048) 0:00:16.583 ******** 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.038219", "end": "2024-03-16 13:26:28.383887", "rc": 1, "start": "2024-03-16 13:26:28.345668" } STDOUT: Connection 'statebr' (edb43c8f-57eb-49db-8ab0-b1fb7bde5222) 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-cif2ley3hl/tests/playbooks/tests_states.yml:65 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.241) 0:00:16.825 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.038) 0:00:16.863 ******** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.021) 0:00:16.885 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.042) 0:00:16.927 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.033) 0:00:16.961 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.032) 0:00:16.993 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003074", "end": "2024-03-16 13:26:28.756308", "rc": 0, "start": "2024-03-16 13:26:28.753234" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.193) 0:00:17.187 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.022) 0:00:17.209 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.022) 0:00:17.231 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.061) 0:00:17.293 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:28 +0000 (0:00:00.057) 0:00:17.351 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:29 +0000 (0:00:00.055) 0:00:17.407 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:29 +0000 (0:00:00.028) 0:00:17.435 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:29 +0000 (0:00:00.021) 0:00:17.457 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:29 +0000 (0:00:00.021) 0:00:17.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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:30 +0000 (0:00:01.398) 0:00:18.877 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.959) 0:00:19.837 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.021) 0:00:19.859 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.022) 0:00:19.881 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.031) 0:00:19.913 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.041) 0:00:19.954 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.025) 0:00:19.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.027) 0:00:20.007 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.071) 0:00:20.078 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.024) 0:00:20.103 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.023) 0:00:20.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:31 +0000 (0:00:00.032) 0:00:20.159 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.349) 0:00:20.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.032) 0:00:20.541 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.067) 0:00:20.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.030) 0:00:20.640 ******** 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, 273a252c-131e-48f0-bd1d-12c9e90b79d8 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.432) 0:00:21.072 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.038) 0:00:21.111 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 273a252c-131e-48f0-bd1d-12c9e90b79d8" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.029) 0:00:21.141 ******** 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, 273a252c-131e-48f0-bd1d-12c9e90b79d8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 273a252c-131e-48f0-bd1d-12c9e90b79d8" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.023) 0:00:21.164 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.022) 0:00:21.186 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:26:32 +0000 (0:00:00.202) 0:00:21.389 ******** 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, 273a252c-131e-48f0-bd1d-12c9e90b79d8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 273a252c-131e-48f0-bd1d-12c9e90b79d8" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.022) 0:00:21.412 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.038) 0:00:21.450 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.048) 0:00:21.498 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.040) 0:00:21.539 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.053) 0:00:21.592 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.022) 0:00:21.615 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:33 +0000 (0:00:00.022) 0:00:21.637 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:34 +0000 (0:00:01.399) 0:00:23.037 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.949) 0:00:23.986 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.026) 0:00:24.013 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.051) 0:00:24.065 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.024) 0:00:24.089 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.027) 0:00:24.116 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.037) 0:00:24.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.030) 0:00:24.183 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.043) 0:00:24.227 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.022) 0:00:24.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.020) 0:00:24.269 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:35 +0000 (0:00:00.024) 0:00:24.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.357) 0:00:24.651 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.026) 0:00:24.677 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.020) 0:00:24.698 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.021) 0:00:24.719 ******** 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, 273a252c-131e-48f0-bd1d-12c9e90b79d8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.349) 0:00:25.068 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.022) 0:00:25.091 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 273a252c-131e-48f0-bd1d-12c9e90b79d8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.054) 0:00:25.145 ******** 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, 273a252c-131e-48f0-bd1d-12c9e90b79d8 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 273a252c-131e-48f0-bd1d-12c9e90b79d8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.024) 0:00:25.169 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.022) 0:00:25.192 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:26:36 +0000 (0:00:00.187) 0:00:25.379 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.099) 0:00:25.478 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.068) 0:00:25.547 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595592.581757, "block_size": 4096, "blocks": 0, "ctime": 1710595592.581757, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32315, "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": 1710595592.581757, "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-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.223) 0:00:25.770 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.024) 0:00:25.795 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.041) 0:00:25.837 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.027) 0:00:25.864 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.209) 0:00:26.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.020) 0:00:26.094 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020623", "end": "2024-03-16 13:26:37.876324", "rc": 0, "start": "2024-03-16 13:26:37.855701" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.219) 0:00:26.314 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.060) 0:00:26.375 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:26:37 +0000 (0:00:00.026) 0:00:26.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.027) 0:00:26.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.051) 0:00:26.480 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.047) 0:00:26.528 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.034) 0:00:26.562 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.024) 0:00:26.587 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.027) 0:00:26.614 ******** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.023) 0:00:26.638 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.023) 0:00:26.661 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.039) 0:00:26.700 ******** 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.066011", "end": "2024-03-16 13:26:38.528749", "rc": 1, "start": "2024-03-16 13:26:38.462738" } STDOUT: Connection 'statebr' (273a252c-131e-48f0-bd1d-12c9e90b79d8) 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-cif2ley3hl/tests/playbooks/tests_states.yml:83 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.262) 0:00:26.963 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.042) 0:00:27.005 ******** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.037) 0:00:27.043 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.089) 0:00:27.132 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.035) 0:00:27.168 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.033) 0:00:27.202 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003140", "end": "2024-03-16 13:26:38.965292", "rc": 0, "start": "2024-03-16 13:26:38.962152" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:26:38 +0000 (0:00:00.195) 0:00:27.398 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.025) 0:00:27.423 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.023) 0:00:27.447 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.047) 0:00:27.494 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.041) 0:00:27.535 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.068) 0:00:27.603 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.045) 0:00:27.648 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.040) 0:00:27.689 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:39 +0000 (0:00:00.044) 0:00:27.734 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:40 +0000 (0:00:01.467) 0:00:29.201 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.981) 0:00:30.183 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.050) 0:00:30.234 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.045) 0:00:30.279 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.053) 0:00:30.332 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.028) 0:00:30.360 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:41 +0000 (0:00:00.023) 0:00:30.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.045) 0:00:30.429 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.059) 0:00:30.489 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.040) 0:00:30.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.100) 0:00:30.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.027) 0:00:30.657 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.389) 0:00:31.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.057) 0:00:31.105 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.091) 0:00:31.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:42 +0000 (0:00:00.039) 0:00:31.236 ******** 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, 974294c4-732c-47f7-bfe0-a0e6cf5e6299 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.447) 0:00:31.684 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.021) 0:00:31.705 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 974294c4-732c-47f7-bfe0-a0e6cf5e6299" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.022) 0:00:31.728 ******** 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, 974294c4-732c-47f7-bfe0-a0e6cf5e6299\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 974294c4-732c-47f7-bfe0-a0e6cf5e6299" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.022) 0:00:31.751 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.022) 0:00:31.773 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.186) 0:00:31.960 ******** 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, 974294c4-732c-47f7-bfe0-a0e6cf5e6299\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 974294c4-732c-47f7-bfe0-a0e6cf5e6299" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.023) 0:00:31.983 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.048) 0:00:32.031 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.096) 0:00:32.128 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.046) 0:00:32.174 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.028) 0:00:32.203 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:43 +0000 (0:00:00.022) 0:00:32.226 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:45 +0000 (0:00:01.396) 0:00:33.622 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.929) 0:00:34.551 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.041) 0:00:34.593 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.022) 0:00:34.615 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.022) 0:00:34.638 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.026) 0:00:34.664 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.020) 0:00:34.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.048) 0:00:34.733 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.046) 0:00:34.779 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.021) 0:00:34.801 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.021) 0:00:34.823 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.023) 0:00:34.846 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.351) 0:00:35.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.046) 0:00:35.244 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.022) 0:00:35.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:46 +0000 (0:00:00.022) 0:00:35.289 ******** 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, 974294c4-732c-47f7-bfe0-a0e6cf5e6299 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.349) 0:00:35.639 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.046) 0:00:35.685 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 974294c4-732c-47f7-bfe0-a0e6cf5e6299 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.023) 0:00:35.708 ******** 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, 974294c4-732c-47f7-bfe0-a0e6cf5e6299 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 974294c4-732c-47f7-bfe0-a0e6cf5e6299 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.023) 0:00:35.732 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.021) 0:00:35.753 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.188) 0:00:35.941 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.044) 0:00:35.985 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.042) 0:00:36.028 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.045) 0:00:36.074 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.028) 0:00:36.102 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.022) 0:00:36.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:47 +0000 (0:00:00.021) 0:00:36.146 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:49 +0000 (0:00:01.398) 0:00:37.544 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.949) 0:00:38.493 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.028) 0:00:38.522 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.031) 0:00:38.554 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.033) 0:00:38.587 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.029) 0:00:38.617 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.023) 0:00:38.640 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.025) 0:00:38.665 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.043) 0:00:38.709 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.020) 0:00:38.729 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.046) 0:00:38.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.024) 0:00:38.800 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.350) 0:00:39.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.025) 0:00:39.175 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.019) 0:00:39.195 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:50 +0000 (0:00:00.021) 0:00:39.217 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.385) 0:00:39.602 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.032) 0:00:39.635 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.037) 0:00:39.672 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.036) 0:00:39.709 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.021) 0:00:39.731 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.184) 0:00:39.915 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.048) 0:00:39.964 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.084) 0:00:40.049 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595603.2042632, "block_size": 4096, "blocks": 0, "ctime": 1710595603.2042632, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32446, "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": 1710595603.2042632, "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-cif2ley3hl/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.234) 0:00:40.283 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.034) 0:00:40.317 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.045) 0:00:40.363 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:26:51 +0000 (0:00:00.022) 0:00:40.385 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.194) 0:00:40.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.023) 0:00:40.603 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020162", "end": "2024-03-16 13:26:52.384848", "rc": 1, "start": "2024-03-16 13:26:52.364686" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.216) 0:00:40.820 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.026) 0:00:40.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.027) 0:00:40.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.023) 0:00:40.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.021) 0:00:40.920 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.032) 0:00:40.952 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.024) 0:00:40.977 ******** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.032) 0:00:41.010 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.079) 0:00:41.089 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:26:52 +0000 (0:00:00.045) 0:00:41.134 ******** 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.070450", "end": "2024-03-16 13:26:52.979544", "rc": 1, "start": "2024-03-16 13:26:52.909094" } STDOUT: Connection 'statebr' (974294c4-732c-47f7-bfe0-a0e6cf5e6299) 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-cif2ley3hl/tests/playbooks/tests_states.yml:103 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.321) 0:00:41.455 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.067) 0:00:41.523 ******** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.044) 0:00:41.567 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.052) 0:00:41.619 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.035) 0:00:41.655 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.074) 0:00:41.730 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003181", "end": "2024-03-16 13:26:53.495834", "rc": 0, "start": "2024-03-16 13:26:53.492653" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.208) 0:00:41.938 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.023) 0:00:41.961 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.027) 0:00:41.989 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.112) 0:00:42.101 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.074) 0:00:42.176 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.044) 0:00:42.221 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.078) 0:00:42.300 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.022) 0:00:42.323 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:53 +0000 (0:00:00.023) 0:00:42.346 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:55 +0000 (0:00:01.422) 0:00:43.769 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:26:56 +0000 (0:00:01.013) 0:00:44.783 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.023) 0:00:44.806 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.020) 0:00:44.827 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.025) 0:00:44.853 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.044) 0:00:44.897 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.024) 0:00:44.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.037) 0:00:44.960 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.052) 0:00:45.012 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.036) 0:00:45.048 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.049) 0:00:45.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:26:56 +0000 (0:00:00.041) 0:00:45.139 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.388) 0:00:45.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.026) 0:00:45.554 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.020) 0:00:45.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.020) 0:00:45.594 ******** 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, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.433) 0:00:46.027 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.024) 0:00:46.052 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.023) 0:00:46.076 ******** 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, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.025) 0:00:46.101 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.022) 0:00:46.123 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.205) 0:00:46.329 ******** 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, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.032) 0:00:46.362 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:26:57 +0000 (0:00:00.037) 0:00:46.399 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:26:58 +0000 (0:00:00.049) 0:00:46.448 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:26:58 +0000 (0:00:00.027) 0:00:46.476 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:26:58 +0000 (0:00:00.022) 0:00:46.498 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:26:58 +0000 (0:00:00.019) 0:00:46.518 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:26:59 +0000 (0:00:01.403) 0:00:47.921 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.937) 0:00:48.859 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.024) 0:00:48.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.025) 0:00:48.908 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.025) 0:00:48.933 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.041) 0:00:48.975 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.030) 0:00:49.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.029) 0:00:49.035 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.070) 0:00:49.105 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.021) 0:00:49.127 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.024) 0:00:49.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:00 +0000 (0:00:00.022) 0:00:49.174 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.353) 0:00:49.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.028) 0:00:49.556 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.023) 0:00:49.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.022) 0:00:49.602 ******** 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, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.353) 0:00:49.956 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.021) 0:00:49.978 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.022) 0:00:50.001 ******** 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, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 47ff38ca-b0cc-4cec-8b9a-ba4b1cdf95c8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.024) 0:00:50.025 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.025) 0:00:50.051 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.208) 0:00:50.259 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:01 +0000 (0:00:00.120) 0:00:50.379 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:02 +0000 (0:00:00.065) 0:00:50.444 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:02 +0000 (0:00:00.052) 0:00:50.497 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:02 +0000 (0:00:00.031) 0:00:50.528 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:02 +0000 (0:00:00.030) 0:00:50.559 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:03 +0000 (0:00:01.513) 0:00:52.072 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.990) 0:00:53.062 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.032) 0:00:53.094 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.032) 0:00:53.127 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.029) 0:00:53.156 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.034) 0:00:53.190 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.030) 0:00:53.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.029) 0:00:53.250 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.053) 0:00:53.304 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.035) 0:00:53.339 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:04 +0000 (0:00:00.031) 0:00:53.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.036) 0:00:53.408 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.396) 0:00:53.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.026) 0:00:53.831 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.021) 0:00:53.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.027) 0:00:53.880 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.375) 0:00:54.256 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.076) 0:00:54.332 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:05 +0000 (0:00:00.057) 0:00:54.390 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.037) 0:00:54.427 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.044) 0:00:54.472 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.187) 0:00:54.659 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.039) 0:00:54.699 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.043) 0:00:54.743 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.042) 0:00:54.785 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.026) 0:00:54.811 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.023) 0:00:54.835 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:06 +0000 (0:00:00.022) 0:00:54.857 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:07 +0000 (0:00:01.411) 0:00:56.269 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.942) 0:00:57.211 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.032) 0:00:57.243 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.038) 0:00:57.281 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.038) 0:00:57.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 YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.032) 0:00:57.352 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:08 +0000 (0:00:00.025) 0:00:57.378 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.035) 0:00:57.413 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.046) 0:00:57.459 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.048) 0:00:57.508 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.021) 0:00:57.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.036) 0:00:57.567 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.366) 0:00:57.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.045) 0:00:57.978 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.023) 0:00:58.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:09 +0000 (0:00:00.033) 0:00:58.035 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.422) 0:00:58.457 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.020) 0:00:58.478 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.022) 0:00:58.500 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.023) 0:00:58.523 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.019) 0:00:58.543 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.188) 0:00:58.731 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.079) 0:00:58.811 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.037) 0:00:58.848 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.022) 0:00:58.871 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.193) 0:00:59.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.020) 0:00:59.085 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018926", "end": "2024-03-16 13:27:10.865358", "rc": 1, "start": "2024-03-16 13:27:10.846432" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.210) 0:00:59.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.023) 0:00:59.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.021) 0:00:59.342 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.023) 0:00:59.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:27:10 +0000 (0:00:00.025) 0:00:59.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.036) 0:00:59.428 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.025) 0:00:59.454 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.048) 0:00:59.503 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.039) 0:00:59.542 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.205) 0:00:59.748 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.029) 0:00:59.777 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.026) 0:00:59.804 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.051) 0:00:59.855 ******** 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.036695", "end": "2024-03-16 13:27:11.659352", "rc": 1, "start": "2024-03-16 13:27:11.622657" } 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-cif2ley3hl/tests/playbooks/tests_states.yml:126 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.250) 0:01:00.106 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.037) 0:01:00.144 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.024) 0:01:00.168 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.042) 0:01:00.211 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.034) 0:01:00.245 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:27:11 +0000 (0:00:00.031) 0:01:00.277 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003282", "end": "2024-03-16 13:27:12.040407", "rc": 0, "start": "2024-03-16 13:27:12.037125" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.197) 0:01:00.475 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.028) 0:01:00.503 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.060) 0:01:00.564 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.048) 0:01:00.613 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.054) 0:01:00.667 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.075) 0:01:00.743 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.027) 0:01:00.770 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.021) 0:01:00.792 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:12 +0000 (0:00:00.021) 0:01:00.813 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:13 +0000 (0:00:01.458) 0:01:02.271 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.937) 0:01:03.209 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.025) 0:01:03.234 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.025) 0:01:03.260 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.030) 0:01:03.290 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.055) 0:01:03.346 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:14 +0000 (0:00:00.028) 0:01:03.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.046) 0:01:03.421 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.048) 0:01:03.469 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.023) 0:01:03.493 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.023) 0:01:03.516 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.029) 0:01:03.546 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.356) 0:01:03.903 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.026) 0:01:03.929 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.029) 0:01:03.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:15 +0000 (0:00:00.038) 0:01:03.997 ******** 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, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.420) 0:01:04.417 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.022) 0:01:04.440 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.023) 0:01:04.463 ******** 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, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.023) 0:01:04.487 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.022) 0:01:04.510 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.186) 0:01:04.697 ******** 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, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.023) 0:01:04.720 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.036) 0:01:04.756 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.040) 0:01:04.797 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.059) 0:01:04.857 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.023) 0:01:04.881 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:16 +0000 (0:00:00.023) 0:01:04.905 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:17 +0000 (0:00:01.405) 0:01:06.310 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.950) 0:01:07.261 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.024) 0:01:07.285 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.045) 0:01:07.331 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.021) 0:01:07.352 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.026) 0:01:07.378 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:18 +0000 (0:00:00.020) 0:01:07.398 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.023) 0:01:07.422 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.043) 0:01:07.465 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.021) 0:01:07.487 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.024) 0:01:07.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.024) 0:01:07.536 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.352) 0:01:07.889 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.027) 0:01:07.916 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.025) 0:01:07.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.031) 0:01:07.972 ******** 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, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.355) 0:01:08.328 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.025) 0:01:08.354 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:19 +0000 (0:00:00.023) 0:01:08.377 ******** 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, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a6b55b5f-f597-4dd9-93b9-0f0e9c38604b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.056) 0:01:08.434 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.030) 0:01:08.465 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.193) 0:01:08.659 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.041) 0:01:08.700 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.041) 0:01:08.742 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.029) 0:01:08.771 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.022) 0:01:08.793 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:20 +0000 (0:00:00.023) 0:01:08.817 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:21 +0000 (0:00:01.419) 0:01:10.236 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.971) 0:01:11.208 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.023) 0:01:11.231 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.020) 0:01:11.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.020) 0:01:11.272 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.027) 0:01:11.299 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.022) 0:01:11.322 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.025) 0:01:11.347 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:22 +0000 (0:00:00.044) 0:01:11.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.021) 0:01:11.413 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.035) 0:01:11.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.028) 0:01:11.477 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.385) 0:01:11.862 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.027) 0:01:11.890 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.037) 0:01:11.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.031) 0:01:11.960 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:23 +0000 (0:00:00.425) 0:01:12.385 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.022) 0:01:12.407 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.024) 0:01:12.432 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.023) 0:01:12.455 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.022) 0:01:12.478 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.204) 0:01:12.683 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.038) 0:01:12.722 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.037) 0:01:12.759 ******** included: /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.071) 0:01:12.830 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.026) 0:01:12.857 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.023) 0:01:12.881 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 March 2024 13:27:24 +0000 (0:00:00.047) 0:01:12.928 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 March 2024 13:27:25 +0000 (0:00:01.412) 0:01:14.340 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 March 2024 13:27:26 +0000 (0:00:00.936) 0:01:15.277 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 March 2024 13:27:26 +0000 (0:00:00.060) 0:01:15.337 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 March 2024 13:27:26 +0000 (0:00:00.033) 0:01:15.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 16 March 2024 13:27:26 +0000 (0:00:00.023) 0:01:15.394 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.030) 0:01:15.424 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.026) 0:01:15.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.027) 0:01:15.479 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.041) 0:01:15.520 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.021) 0:01:15.542 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.024) 0:01:15.566 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.028) 0:01:15.594 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.355) 0:01:15.950 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.026) 0:01:15.976 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.022) 0:01:15.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.021) 0:01:16.021 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.359) 0:01:16.380 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 16 March 2024 13:27:27 +0000 (0:00:00.022) 0:01:16.402 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.052) 0:01:16.455 ******** 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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.026) 0:01:16.481 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.028) 0:01:16.509 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.192) 0:01:16.702 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.048) 0:01:16.750 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.065) 0:01:16.816 ******** 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.034) 0:01:16.850 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.215) 0:01:17.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.023) 0:01:17.088 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018734", "end": "2024-03-16 13:27:28.871270", "rc": 1, "start": "2024-03-16 13:27:28.852536" } 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-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.214) 0:01:17.302 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.023) 0:01:17.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.023) 0:01:17.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:27:28 +0000 (0:00:00.022) 0:01:17.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.063) 0:01:17.435 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.040) 0:01:17.476 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.042) 0:01:17.518 ******** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.587926", "end": "2024-03-16 13:27:29.870241", "rc": 0, "start": "2024-03-16 13:27:29.282315" } STDOUT: NetworkManager-1.46.0-1.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.784) 0:01:18.303 ******** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.46.0-1.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.028) 0:01:18.331 ******** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.46.0-1.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.022) 0:01:18.354 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:27:29 +0000 (0:00:00.044) 0:01:18.398 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.039) 0:01:18.438 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.196) 0:01:18.634 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.032) 0:01:18.667 ******** 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-cif2ley3hl/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.025) 0:01:18.693 ******** included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.076) 0:01:18.769 ******** 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.036507", "end": "2024-03-16 13:27:30.589663", "rc": 1, "start": "2024-03-16 13:27:30.553156" } 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-cif2ley3hl/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.251) 0:01:19.020 ******** 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.008369", "end": "2024-03-16 13:27:30.790164", "rc": 0, "start": "2024-03-16 13:27:30.781795" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:80:2a:1e:0b:3d brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.132/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2679sec preferred_lft 2679sec inet6 fe80::1080:2aff:fe1e:b3d/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.132 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.132 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-cif2ley3hl/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 16 March 2024 13:27:30 +0000 (0:00:00.202) 0:01:19.222 ******** 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.185663", "end": "2024-03-16 13:27:31.176451", "rc": 0, "start": "2024-03-16 13:27:30.990788" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2604:1580:fe00:0:dead:beef:cafe:fed1 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 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3546 0 --:--:-- --:--:-- --:--:-- 3546 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 3986 0 --:--:-- --:--:-- --:--:-- 3932 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=319 changed=10 unreachable=0 failed=0 skipped=297 rescued=0 ignored=11 Saturday 16 March 2024 13:27:31 +0000 (0:00:00.373) 0:01:19.596 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.31s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 2.02s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/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-cif2ley3hl/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-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.41s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-weekly-cif2ley3hl/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-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.41s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cif2ley3hl/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gather current interface info ------------------------------------------- 1.30s /WORKDIR/git-weekly-cif2ley3hl/tests/playbooks/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---