# 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-fix-templating-warningsrhmu7k09/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_states_nm.yml:6 Wednesday 24 July 2024 22:19:04 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_states_nm.yml:9 Wednesday 24 July 2024 22:19:04 +0000 (0:00:00.659) 0:00:00.671 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 22:19:04 +0000 (0:00:00.023) 0:00:00.695 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:19 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.317) 0:00:01.013 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:24 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.251) 0:00:01.265 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:28 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.027) 0:00:01.292 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:53 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.032) 0:00:01.325 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.066) 0:00:01.392 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.017) 0:00:01.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.012) 0:00:01.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.044) 0:00:01.466 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.013) 0:00:01.480 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_states_nm.yml:11 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.010) 0:00:01.491 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:3 Wednesday 24 July 2024 22:19:05 +0000 (0:00:00.019) 0:00:01.510 ******** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:11 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.456) 0:00:01.966 ******** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:22 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.012) 0:00:01.979 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.021) 0:00:02.000 ******** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.019) 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.048) 0:00:02.068 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.018) 0:00:02.086 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.019) 0:00:02.105 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003178", "end": "2024-07-24 22:19:06.427170", "rc": 0, "start": "2024-07-24 22:19:06.423992" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.221) 0:00:02.327 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.012) 0:00:02.339 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.011) 0:00:02.351 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.020) 0:00:02.371 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007459", "end": "2024-07-24 22:19:06.653262", "rc": 1, "start": "2024-07-24 22:19:06.645803" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.183) 0:00:02.554 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.023) 0:00:02.578 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.172) 0:00:02.750 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.013) 0:00:02.764 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:3 Wednesday 24 July 2024 22:19:06 +0000 (0:00:00.029) 0:00:02.793 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:07 +0000 (0:00:00.088) 0:00:02.882 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:07 +0000 (0:00:00.022) 0:00:02.904 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:07 +0000 (0:00:00.012) 0:00:02.917 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:07 +0000 (0:00:00.009) 0:00:02.927 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:07 +0000 (0:00:00.009) 0:00:02.936 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:08 +0000 (0:00:01.438) 0:00:04.375 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.807) 0:00:05.182 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.026) 0:00:05.208 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.022) 0:00:05.231 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.031) 0:00:05.262 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.023) 0:00:05.285 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.029) 0:00:05.315 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.023) 0:00:05.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.027) 0:00:05.365 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.046) 0:00:05.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.023) 0:00:05.436 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.022) 0:00:05.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:09 +0000 (0:00:00.027) 0:00:05.486 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.461) 0:00:05.948 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.049) 0:00:05.997 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.027) 0:00:06.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.076) 0:00:06.101 ******** 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, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.509) 0:00:06.611 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.029) 0:00:06.640 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.040) 0:00:06.680 ******** 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, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.026) 0:00:06.707 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:10 +0000 (0:00:00.022) 0:00:06.729 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:14 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.233) 0:00:06.963 ******** 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, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6407f4f1-ccdc-4b8a-b620-d3100f14d21b" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.023) 0:00:06.986 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.041) 0:00:07.027 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.040) 0:00:07.068 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.023) 0:00:07.092 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.190) 0:00:07.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.059) 0:00:07.342 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018482", "end": "2024-07-24 22:19:11.652154", "rc": 0, "start": "2024-07-24 22:19:11.633672" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.220) 0:00:07.562 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.026) 0:00:07.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.025) 0:00:07.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.025) 0:00:07.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.023) 0:00:07.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.027) 0:00:07.690 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.026) 0:00:07.717 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.026) 0:00:07.743 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.024) 0:00:07.768 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.045) 0:00:07.814 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:11 +0000 (0:00:00.046) 0:00:07.860 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859550.632932, "block_size": 4096, "blocks": 0, "ctime": 1721859550.632932, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33859, "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": 1721859550.632932, "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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.191) 0:00:08.052 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.026) 0:00:08.078 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.024) 0:00:08.103 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.086) 0:00:08.189 ******** 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.055101", "end": "2024-07-24 22:19:12.516810", "rc": 1, "start": "2024-07-24 22:19:12.461709" } STDOUT: Connection 'statebr' (6407f4f1-ccdc-4b8a-b620-d3100f14d21b) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:45 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.235) 0:00:08.425 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.037) 0:00:08.462 ******** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.023) 0:00:08.486 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.052) 0:00:08.539 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.043) 0:00:08.583 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.052) 0:00:08.635 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003140", "end": "2024-07-24 22:19:12.916433", "rc": 0, "start": "2024-07-24 22:19:12.913293" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:12 +0000 (0:00:00.203) 0:00:08.839 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.046) 0:00:08.885 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.023) 0:00:08.908 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.044) 0:00:08.952 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006075", "end": "2024-07-24 22:19:13.228895", "rc": 1, "start": "2024-07-24 22:19:13.222820" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.223) 0:00:09.176 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.042) 0:00:09.219 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.190) 0:00:09.409 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.033) 0:00:09.442 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.052) 0:00:09.495 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.043) 0:00:09.539 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.049) 0:00:09.589 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.027) 0:00:09.616 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.022) 0:00:09.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:13 +0000 (0:00:00.022) 0:00:09.661 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:15 +0000 (0:00:01.349) 0:00:11.011 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:15 +0000 (0:00:00.643) 0:00:11.654 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:15 +0000 (0:00:00.044) 0:00:11.699 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:15 +0000 (0:00:00.026) 0:00:11.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:15 +0000 (0:00:00.045) 0:00:11.771 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:15 +0000 (0:00:00.070) 0:00:11.841 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.039) 0:00:11.881 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.040) 0:00:11.921 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.036) 0:00:11.957 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.067) 0:00:12.024 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.035) 0:00:12.060 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.053) 0:00:12.114 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.028) 0:00:12.142 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.333) 0:00:12.476 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.032) 0:00:12.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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.024) 0:00:12.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:16 +0000 (0:00:00.025) 0:00:12.558 ******** 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, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.333) 0:00:12.892 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.023) 0:00:12.915 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.025) 0:00:12.941 ******** 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, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.026) 0:00:12.967 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.022) 0:00:12.989 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.176) 0:00:13.166 ******** 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, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, bcdd2e98-3040-4aa6-a380-7ed7f1f4d826" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.024) 0:00:13.190 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.043) 0:00:13.233 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.066) 0:00:13.300 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.180) 0:00:13.480 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.037) 0:00:13.517 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.040) 0:00:13.558 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.025) 0:00:13.583 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.181) 0:00:13.765 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:19:17 +0000 (0:00:00.023) 0:00:13.789 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017962", "end": "2024-07-24 22:19:18.075648", "rc": 0, "start": "2024-07-24 22:19:18.057686" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.197) 0:00:13.986 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.025) 0:00:14.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.023) 0:00:14.035 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.023) 0:00:14.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.025) 0:00:14.084 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.023) 0:00:14.108 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.027) 0:00:14.136 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.063) 0:00:14.199 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.027) 0:00:14.226 ******** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.023) 0:00:14.249 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.031) 0:00:14.280 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.046) 0:00:14.327 ******** 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.038131", "end": "2024-07-24 22:19:18.648513", "rc": 1, "start": "2024-07-24 22:19:18.610382" } STDOUT: Connection 'statebr' (bcdd2e98-3040-4aa6-a380-7ed7f1f4d826) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:65 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.230) 0:00:14.558 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.038) 0:00:14.596 ******** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.023) 0:00:14.619 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.045) 0:00:14.664 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.036) 0:00:14.700 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:18 +0000 (0:00:00.035) 0:00:14.736 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003409", "end": "2024-07-24 22:19:19.010270", "rc": 0, "start": "2024-07-24 22:19:19.006861" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.192) 0:00:14.928 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.075) 0:00:15.004 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.027) 0:00:15.031 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:3 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.059) 0:00:15.091 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.053) 0:00:15.144 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.047) 0:00:15.192 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.056) 0:00:15.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.028) 0:00:15.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:19 +0000 (0:00:00.034) 0:00:15.311 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:20 +0000 (0:00:01.358) 0:00:16.669 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.626) 0:00:17.296 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.024) 0:00:17.321 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.023) 0:00:17.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.024) 0:00:17.369 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.024) 0:00:17.393 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.027) 0:00:17.420 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.023) 0:00:17.444 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.027) 0:00:17.471 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.047) 0:00:17.519 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.023) 0:00:17.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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.031) 0:00:17.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:21 +0000 (0:00:00.030) 0:00:17.604 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.387) 0:00:17.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.027) 0:00:18.019 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.021) 0:00:18.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.023) 0:00:18.064 ******** 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, 49e4a4be-35f0-4f8a-b551-9497e066a51b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.352) 0:00:18.416 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.042) 0:00:18.458 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49e4a4be-35f0-4f8a-b551-9497e066a51b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.035) 0:00:18.494 ******** 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, 49e4a4be-35f0-4f8a-b551-9497e066a51b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49e4a4be-35f0-4f8a-b551-9497e066a51b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.031) 0:00:18.525 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.026) 0:00:18.552 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:14 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.186) 0:00:18.739 ******** 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, 49e4a4be-35f0-4f8a-b551-9497e066a51b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49e4a4be-35f0-4f8a-b551-9497e066a51b" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.030) 0:00:18.769 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml:3 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.052) 0:00:18.822 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:22 +0000 (0:00:00.045) 0:00:18.868 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:23 +0000 (0:00:00.094) 0:00:18.962 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:23 +0000 (0:00:00.072) 0:00:19.035 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:23 +0000 (0:00:00.025) 0:00:19.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:23 +0000 (0:00:00.022) 0:00:19.084 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:24 +0000 (0:00:01.322) 0:00:20.406 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.628) 0:00:21.034 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.070) 0:00:21.105 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.047) 0:00:21.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.045) 0:00:21.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.044) 0:00:21.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.028) 0:00:21.272 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.024) 0:00:21.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.026) 0:00:21.323 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.055) 0:00:21.378 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.025) 0:00:21.403 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.025) 0:00:21.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.028) 0:00:21.457 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.326) 0:00:21.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.027) 0:00:21.811 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.023) 0:00:21.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:25 +0000 (0:00:00.024) 0:00:21.859 ******** 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, 49e4a4be-35f0-4f8a-b551-9497e066a51b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.398) 0:00:22.258 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.070) 0:00:22.328 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 49e4a4be-35f0-4f8a-b551-9497e066a51b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.025) 0:00:22.353 ******** 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, 49e4a4be-35f0-4f8a-b551-9497e066a51b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 49e4a4be-35f0-4f8a-b551-9497e066a51b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.026) 0:00:22.380 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.023) 0:00:22.404 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.189) 0:00:22.594 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.063) 0:00:22.657 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:26 +0000 (0:00:00.045) 0:00:22.702 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859562.4619381, "block_size": 4096, "blocks": 0, "ctime": 1721859562.4619381, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33990, "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": 1721859562.4619381, "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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.188) 0:00:22.891 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.027) 0:00:22.918 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.040) 0:00:22.958 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.024) 0:00:22.982 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.192) 0:00:23.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.031) 0:00:23.206 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021013", "end": "2024-07-24 22:19:27.526060", "rc": 0, "start": "2024-07-24 22:19:27.505047" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.257) 0:00:23.464 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.027) 0:00:23.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.023) 0:00:23.516 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.025) 0:00:23.541 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.024) 0:00:23.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.026) 0:00:23.592 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.025) 0:00:23.618 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.026) 0:00:23.645 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.026) 0:00:23.672 ******** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.025) 0:00:23.697 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.028) 0:00:23.726 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:19:27 +0000 (0:00:00.048) 0:00:23.774 ******** 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.069676", "end": "2024-07-24 22:19:28.114223", "rc": 1, "start": "2024-07-24 22:19:28.044547" } STDOUT: Connection 'statebr' (49e4a4be-35f0-4f8a-b551-9497e066a51b) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:83 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.248) 0:00:24.023 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.041) 0:00:24.064 ******** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.074) 0:00:24.139 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.066) 0:00:24.206 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.052) 0:00:24.258 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.054) 0:00:24.312 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003136", "end": "2024-07-24 22:19:28.616747", "rc": 0, "start": "2024-07-24 22:19:28.613611" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.223) 0:00:24.536 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.034) 0:00:24.570 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.025) 0:00:24.596 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:3 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.055) 0:00:24.651 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.041) 0:00:24.692 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.042) 0:00:24.735 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.028) 0:00:24.763 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.022) 0:00:24.786 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:28 +0000 (0:00:00.060) 0:00:24.847 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:30 +0000 (0:00:01.328) 0:00:26.175 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:30 +0000 (0:00:00.625) 0:00:26.800 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:30 +0000 (0:00:00.025) 0:00:26.826 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:30 +0000 (0:00:00.024) 0:00:26.850 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.034) 0:00:26.885 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.024) 0:00:26.910 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.060) 0:00:26.970 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.023) 0:00:26.994 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.029) 0:00:27.024 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.050) 0:00:27.074 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.030) 0:00:27.105 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.024) 0:00:27.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.029) 0:00:27.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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.333) 0:00:27.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.027) 0:00:27.519 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.023) 0:00:27.543 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:31 +0000 (0:00:00.023) 0:00:27.566 ******** 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, 7177960a-07d0-45f0-81c2-49aa07894ab2 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.362) 0:00:27.929 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.025) 0:00:27.955 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7177960a-07d0-45f0-81c2-49aa07894ab2" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.027) 0:00:27.982 ******** 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, 7177960a-07d0-45f0-81c2-49aa07894ab2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7177960a-07d0-45f0-81c2-49aa07894ab2" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.027) 0:00:28.010 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.051) 0:00:28.062 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:14 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.209) 0:00:28.271 ******** 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, 7177960a-07d0-45f0-81c2-49aa07894ab2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7177960a-07d0-45f0-81c2-49aa07894ab2" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml:3 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.029) 0:00:28.301 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.049) 0:00:28.350 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.047) 0:00:28.397 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.029) 0:00:28.426 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.024) 0:00:28.450 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:32 +0000 (0:00:00.026) 0:00:28.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 : Check which packages are installed] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:33 +0000 (0:00:01.343) 0:00:29.820 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.651) 0:00:30.472 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.024) 0:00:30.496 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.023) 0:00:30.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.023) 0:00:30.542 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.023) 0:00:30.566 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.027) 0:00:30.594 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.025) 0:00:30.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.028) 0:00:30.648 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.052) 0:00:30.701 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.024) 0:00:30.725 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.023) 0:00:30.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:34 +0000 (0:00:00.030) 0:00:30.779 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.327) 0:00:31.107 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.075) 0:00:31.182 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.026) 0:00:31.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.025) 0:00:31.234 ******** 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, 7177960a-07d0-45f0-81c2-49aa07894ab2 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.319) 0:00:31.554 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.023) 0:00:31.577 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7177960a-07d0-45f0-81c2-49aa07894ab2 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.028) 0:00:31.606 ******** 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, 7177960a-07d0-45f0-81c2-49aa07894ab2 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7177960a-07d0-45f0-81c2-49aa07894ab2 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.029) 0:00:31.635 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.027) 0:00:31.663 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:19:35 +0000 (0:00:00.185) 0:00:31.848 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove_profile.yml:3 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.052) 0:00:31.901 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.048) 0:00:31.949 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.043) 0:00:31.993 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.029) 0:00:32.022 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.061) 0:00:32.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:36 +0000 (0:00:00.028) 0:00:32.111 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:37 +0000 (0:00:01.332) 0:00:33.444 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.622) 0:00:34.067 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.024) 0:00:34.091 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.025) 0:00:34.117 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.024) 0:00:34.141 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.022) 0:00:34.164 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.060) 0:00:34.224 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.024) 0:00:34.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.028) 0:00:34.277 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.048) 0:00:34.325 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.024) 0:00:34.350 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.024) 0:00:34.375 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.027) 0:00:34.402 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.328) 0:00:34.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.027) 0:00:34.758 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.023) 0:00:34.781 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:38 +0000 (0:00:00.028) 0:00:34.810 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.348) 0:00:35.158 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.025) 0:00:35.184 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.025) 0:00:35.209 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.030) 0:00:35.240 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.026) 0:00:35.266 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.182) 0:00:35.448 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.053) 0:00:35.502 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.041) 0:00:35.544 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859571.970471, "block_size": 4096, "blocks": 0, "ctime": 1721859571.970471, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34121, "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": 1721859571.970471, "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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.181) 0:00:35.725 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:3 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.025) 0:00:35.751 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.046) 0:00:35.798 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:19:39 +0000 (0:00:00.025) 0:00:35.824 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.179) 0:00:36.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.023) 0:00:36.027 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020014", "end": "2024-07-24 22:19:40.312481", "rc": 1, "start": "2024-07-24 22:19:40.292467" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.195) 0:00:36.222 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.025) 0:00:36.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.027) 0:00:36.275 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.070) 0:00:36.346 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.026) 0:00:36.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:5 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.029) 0:00:36.401 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.026) 0:00:36.427 ******** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.021) 0:00:36.448 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.024) 0:00:36.473 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.043) 0:00:36.516 ******** 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.057383", "end": "2024-07-24 22:19:40.844307", "rc": 1, "start": "2024-07-24 22:19:40.786924" } STDOUT: Connection 'statebr' (7177960a-07d0-45f0-81c2-49aa07894ab2) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:103 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.239) 0:00:36.755 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.044) 0:00:36.799 ******** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:40 +0000 (0:00:00.026) 0:00:36.826 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.074) 0:00:36.900 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.053) 0:00:36.953 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.036) 0:00:36.990 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003202", "end": "2024-07-24 22:19:41.266877", "rc": 0, "start": "2024-07-24 22:19:41.263675" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.186) 0:00:37.177 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.029) 0:00:37.206 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.023) 0:00:37.230 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:3 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.047) 0:00:37.278 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.038) 0:00:37.317 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.044) 0:00:37.361 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.030) 0:00:37.392 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.031) 0:00:37.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:41 +0000 (0:00:00.034) 0:00:37.458 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:42 +0000 (0:00:01.384) 0:00:38.842 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.628) 0:00:39.471 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.023) 0:00:39.494 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.023) 0:00:39.518 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.023) 0:00:39.542 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.023) 0:00:39.565 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.034) 0:00:39.599 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.024) 0:00:39.624 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.029) 0:00:39.653 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.049) 0:00:39.702 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.026) 0:00:39.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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.024) 0:00:39.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:43 +0000 (0:00:00.027) 0:00:39.780 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.327) 0:00:40.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.031) 0:00:40.139 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.028) 0:00:40.168 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.028) 0:00:40.196 ******** 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, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.405) 0:00:40.601 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.033) 0:00:40.634 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.029) 0:00:40.663 ******** 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, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.033) 0:00:40.697 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:44 +0000 (0:00:00.028) 0:00:40.725 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:14 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.194) 0:00:40.919 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml:3 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.025) 0:00:40.945 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.040) 0:00:40.986 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.044) 0:00:41.030 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.069) 0:00:41.099 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.024) 0:00:41.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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:45 +0000 (0:00:00.025) 0:00:41.149 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:46 +0000 (0:00:01.384) 0:00:42.534 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.627) 0:00:43.162 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.024) 0:00:43.186 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.022) 0:00:43.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.052) 0:00:43.261 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.022) 0:00:43.284 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.029) 0:00:43.313 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.023) 0:00:43.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.026) 0:00:43.364 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.046) 0:00:43.411 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.022) 0:00:43.433 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.023) 0:00:43.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.027) 0:00:43.484 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.323) 0:00:43.808 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.031) 0:00:43.839 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:47 +0000 (0:00:00.025) 0:00:43.865 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.025) 0:00:43.890 ******** 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, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.324) 0:00:44.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.024) 0:00:44.239 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.024) 0:00:44.264 ******** 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, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d73f17c1-4eb5-4c34-bdb0-d974fcf140f4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.082) 0:00:44.346 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.038) 0:00:44.385 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove_profile.yml:3 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.205) 0:00:44.590 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.045) 0:00:44.635 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.065) 0:00:44.701 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.041) 0:00:44.742 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.027) 0:00:44.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:48 +0000 (0:00:00.031) 0:00:44.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 : Check which packages are installed] ********* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:50 +0000 (0:00:01.334) 0:00:46.135 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:50 +0000 (0:00:00.667) 0:00:46.802 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:50 +0000 (0:00:00.026) 0:00:46.828 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:50 +0000 (0:00:00.023) 0:00:46.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:50 +0000 (0:00:00.023) 0:00:46.875 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.024) 0:00:46.899 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.030) 0:00:46.929 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.025) 0:00:46.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.029) 0:00:46.985 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.049) 0:00:47.034 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.024) 0:00:47.058 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.049) 0:00:47.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.040) 0:00:47.148 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.358) 0:00:47.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.027) 0:00:47.534 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.024) 0:00:47.558 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:51 +0000 (0:00:00.024) 0:00:47.583 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.337) 0:00:47.920 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.024) 0:00:47.945 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.026) 0:00:47.971 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.043) 0:00:48.015 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.028) 0:00:48.043 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.174) 0:00:48.218 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml:3 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.042) 0:00:48.260 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.043) 0:00:48.304 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.044) 0:00:48.348 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.105) 0:00:48.454 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.025) 0:00:48.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:52 +0000 (0:00:00.023) 0:00:48.502 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:53 +0000 (0:00:01.330) 0:00:49.832 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.657) 0:00:50.490 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.039) 0:00:50.530 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.030) 0:00:50.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.065) 0:00:50.625 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.032) 0:00:50.658 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.033) 0:00:50.691 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.025) 0:00:50.716 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.027) 0:00:50.744 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.048) 0:00:50.792 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.027) 0:00:50.820 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.024) 0:00:50.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:19:54 +0000 (0:00:00.029) 0:00:50.874 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.336) 0:00:51.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.028) 0:00:51.238 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.022) 0:00:51.261 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.022) 0:00:51.284 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.399) 0:00:51.683 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.024) 0:00:51.708 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.064) 0:00:51.772 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.025) 0:00:51.798 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:19:55 +0000 (0:00:00.026) 0:00:51.824 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.176) 0:00:52.001 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:3 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.046) 0:00:52.047 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.064) 0:00:52.112 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.039) 0:00:52.151 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.186) 0:00:52.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.023) 0:00:52.362 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017400", "end": "2024-07-24 22:19:56.649216", "rc": 1, "start": "2024-07-24 22:19:56.631816" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.207) 0:00:52.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.070) 0:00:52.640 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.030) 0:00:52.670 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.032) 0:00:52.703 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.037) 0:00:52.740 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:5 Wednesday 24 July 2024 22:19:56 +0000 (0:00:00.094) 0:00:52.835 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.046) 0:00:52.881 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.056) 0:00:52.938 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.040) 0:00:52.979 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.191) 0:00:53.170 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.028) 0:00:53.199 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.024) 0:00:53.223 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.046) 0:00:53.270 ******** 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.033087", "end": "2024-07-24 22:19:57.574146", "rc": 1, "start": "2024-07-24 22:19:57.541059" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tests_states.yml:126 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.233) 0:00:53.503 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:5 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.072) 0:00:53.575 ******** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:9 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.042) 0:00:53.618 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:21 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.060) 0:00:53.679 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.087) 0:00:53.767 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:19:57 +0000 (0:00:00.043) 0:00:53.810 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003209", "end": "2024-07-24 22:19:58.083414", "rc": 0, "start": "2024-07-24 22:19:58.080205" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.184) 0:00:53.995 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.037) 0:00:54.032 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:24 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.033) 0:00:54.065 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:3 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.049) 0:00:54.114 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.041) 0:00:54.156 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.044) 0:00:54.200 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.029) 0:00:54.230 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.024) 0:00:54.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:19:58 +0000 (0:00:00.036) 0:00:54.291 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:19:59 +0000 (0:00:01.372) 0:00:55.664 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.639) 0:00:56.303 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.024) 0:00:56.328 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.026) 0:00:56.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.023) 0:00:56.377 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.025) 0:00:56.403 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.029) 0:00:56.432 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.025) 0:00:56.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.028) 0:00:56.486 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.133) 0:00:56.620 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.027) 0:00:56.648 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.045) 0:00:56.693 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:20:00 +0000 (0:00:00.055) 0:00:56.749 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.335) 0:00:57.085 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.029) 0:00:57.115 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.024) 0:00:57.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.023) 0:00:57.163 ******** 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, 06982703-9b65-4c6d-bdde-be29bb1abd8d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.373) 0:00:57.536 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.027) 0:00:57.563 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06982703-9b65-4c6d-bdde-be29bb1abd8d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.028) 0:00:57.592 ******** 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, 06982703-9b65-4c6d-bdde-be29bb1abd8d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06982703-9b65-4c6d-bdde-be29bb1abd8d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.024) 0:00:57.617 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.023) 0:00:57.640 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/create_bridge_profile.yml:14 Wednesday 24 July 2024 22:20:01 +0000 (0:00:00.179) 0:00:57.820 ******** 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, 06982703-9b65-4c6d-bdde-be29bb1abd8d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06982703-9b65-4c6d-bdde-be29bb1abd8d" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/activate_profile.yml:3 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.065) 0:00:57.885 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.041) 0:00:57.927 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.046) 0:00:57.973 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.029) 0:00:58.003 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.022) 0:00:58.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:20:02 +0000 (0:00:00.022) 0:00:58.048 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:20:03 +0000 (0:00:01.332) 0:00:59.381 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.685) 0:01:00.066 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.023) 0:01:00.090 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.033) 0:01:00.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.022) 0:01:00.146 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.023) 0:01:00.169 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.030) 0:01:00.200 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.026) 0:01:00.227 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.031) 0:01:00.258 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.048) 0:01:00.307 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.028) 0:01:00.335 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.026) 0:01:00.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.027) 0:01:00.389 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.321) 0:01:00.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.028) 0:01:00.739 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.025) 0:01:00.764 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:20:04 +0000 (0:00:00.022) 0:01:00.787 ******** 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, 06982703-9b65-4c6d-bdde-be29bb1abd8d skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.364) 0:01:01.151 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.023) 0:01:01.175 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 06982703-9b65-4c6d-bdde-be29bb1abd8d skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.025) 0:01:01.200 ******** 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, 06982703-9b65-4c6d-bdde-be29bb1abd8d skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 06982703-9b65-4c6d-bdde-be29bb1abd8d skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.026) 0:01:01.226 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.025) 0:01:01.251 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml:3 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.176) 0:01:01.428 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.038) 0:01:01.466 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.043) 0:01:01.509 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.028) 0:01:01.537 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.031) 0:01:01.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:20:05 +0000 (0:00:00.029) 0:01:01.598 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:20:07 +0000 (0:00:01.330) 0:01:02.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 : Print network provider] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.620) 0:01:03.549 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.023) 0:01:03.572 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.023) 0:01:03.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.022) 0:01:03.619 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.023) 0:01:03.642 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.027) 0:01:03.670 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.025) 0:01:03.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.029) 0:01:03.724 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.046) 0:01:03.771 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.060) 0:01:03.832 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:20:07 +0000 (0:00:00.023) 0:01:03.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.028) 0:01:03.883 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.324) 0:01:04.207 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.028) 0:01:04.236 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.023) 0:01:04.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.024) 0:01:04.284 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.386) 0:01:04.671 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.023) 0:01:04.694 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.026) 0:01:04.721 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.025) 0:01:04.747 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:20:08 +0000 (0:00:00.022) 0:01:04.769 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:30 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.174) 0:01:04.944 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/remove+down_profile.yml:3 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.043) 0:01:04.988 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.079) 0:01:05.067 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.044) 0:01:05.112 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.029) 0:01:05.141 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.022) 0:01:05.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:20:09 +0000 (0:00:00.022) 0:01:05.186 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:20:10 +0000 (0:00:01.324) 0:01:06.510 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.667) 0:01:07.177 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.028) 0:01:07.206 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.029) 0:01:07.235 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.025) 0:01:07.261 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.024) 0:01:07.286 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.031) 0:01:07.317 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.031) 0:01:07.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.038) 0:01:07.387 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.048) 0:01:07.435 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.023) 0:01:07.459 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.024) 0:01:07.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.029) 0:01:07.512 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.323) 0:01:07.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:20:11 +0000 (0:00:00.027) 0:01:07.863 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.022) 0:01:07.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.062) 0:01:07.948 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.328) 0:01:08.276 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.022) 0:01:08.299 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.024) 0:01:08.324 ******** 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-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.029) 0:01:08.354 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.024) 0:01:08.378 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:36 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.177) 0:01:08.556 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:3 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.048) 0:01:08.605 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.042) 0:01:08.647 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.026) 0:01:08.673 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.177) 0:01:08.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:20:12 +0000 (0:00:00.022) 0:01:08.873 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016997", "end": "2024-07-24 22:20:13.158017", "rc": 1, "start": "2024-07-24 22:20:13.141020" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.193) 0:01:09.067 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.062) 0:01:09.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.025) 0:01:09.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.024) 0:01:09.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.025) 0:01:09.204 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_absent.yml:5 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.023) 0:01:09.227 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.027) 0:01:09.255 ******** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.302719", "end": "2024-07-24 22:20:13.826905", "rc": 0, "start": "2024-07-24 22:20:13.524186" } STDOUT: NetworkManager-1.48.2-2.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.484) 0:01:09.739 ******** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.48.2-2.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.025) 0:01:09.765 ******** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.48.2-2.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:42 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.024) 0:01:09.789 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.047) 0:01:09.837 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:20:13 +0000 (0:00:00.041) 0:01:09.878 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.179) 0:01:10.058 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:47 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.027) 0:01:10.085 ******** 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/run_test.yml:66 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.063) 0:01:10.149 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/cleanup_profile+device.yml:3 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.050) 0:01:10.199 ******** 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.035466", "end": "2024-07-24 22:20:14.519413", "rc": 1, "start": "2024-07-24 22:20:14.483947" } 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml:6 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.229) 0:01:10.429 ******** 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.007925", "end": "2024-07-24 22:20:14.704617", "rc": 0, "start": "2024-07-24 22:20:14.696692" } 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:01:60:c1:fd:e1 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.16/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2755sec preferred_lft 2755sec inet6 fe80::1001:60ff:fec1:fde1/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.16 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.16 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-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml:24 Wednesday 24 July 2024 22:20:14 +0000 (0:00:00.186) 0:01:10.615 ******** 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.213989", "end": "2024-07-24 22:20:15.104851", "rc": 0, "start": "2024-07-24 22:20:14.890862" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1859 0 --:--:-- --:--:-- --:--:-- 1859 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 11640 0 --:--:-- --:--:-- --:--:-- 11640 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=319 changed=10 unreachable=0 failed=0 skipped=312 rescued=0 ignored=11 Wednesday 24 July 2024 22:20:15 +0000 (0:00:00.386) 0:01:11.001 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.00s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.85s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.41s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.37s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.36s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.35s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.34s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.32s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.32s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.30s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Configure networking connection profiles --- 1.11s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---