# 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-route_srcuucj972u/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/tests_states_nm.yml:6 Sunday 04 August 2024 17:55:46 +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-route_srcuucj972u/tests/tests_states_nm.yml:9 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.660) 0:00:00.673 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/tasks/el_repo_setup.yml:3 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.023) 0:00:00.697 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/el_repo_setup.yml:19 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.305) 0:00:01.003 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/el_repo_setup.yml:24 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.238) 0:00:01.241 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/el_repo_setup.yml:28 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.024) 0:00:01.265 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/el_repo_setup.yml:53 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.019) 0:00:01.284 ********* included: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml:8 Sunday 04 August 2024 17:55:47 +0000 (0:00:00.033) 0:00:01.317 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml:24 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.254) 0:00:01.572 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml:30 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.017) 0:00:01.590 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml:35 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.015) 0:00:01.605 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.225646", "end": "2024-08-04 17:55:48.614239", "rc": 0, "start": "2024-08-04 17:55:48.388593" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tasks/enable_epel.yml:40 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.396) 0:00:02.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/tests_states_nm.yml:11 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.013) 0:00:02.015 ********* 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-route_srcuucj972u/tests/playbooks/tests_states.yml:3 Sunday 04 August 2024 17:55:48 +0000 (0:00:00.012) 0:00:02.027 ********* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:11 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.459) 0:00:02.487 ********* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:22 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.011) 0:00:02.498 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.030) 0:00:02.529 ********* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.017) 0:00:02.546 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.041) 0:00:02.588 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.018) 0:00:02.606 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.015) 0:00:02.622 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002948", "end": "2024-08-04 17:55:49.414349", "rc": 0, "start": "2024-08-04 17:55:49.411401" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.178) 0:00:02.800 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.012) 0:00:02.813 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.011) 0:00:02.824 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/delete_interface.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.021) 0:00:02.846 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007158", "end": "2024-08-04 17:55:49.635110", "rc": 1, "start": "2024-08-04 17:55:49.627952" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.174) 0:00:03.020 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.015) 0:00:03.036 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.167) 0:00:03.204 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.017) 0:00:03.221 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.021) 0:00:03.242 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:55:49 +0000 (0:00:00.123) 0:00:03.365 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:55:50 +0000 (0:00:00.027) 0:00:03.392 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:55:50 +0000 (0:00:00.012) 0:00:03.405 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:55:50 +0000 (0:00:00.011) 0:00:03.416 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:55:50 +0000 (0:00:00.013) 0:00:03.429 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:55:51 +0000 (0:00:01.470) 0:00:04.900 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:55:52 +0000 (0:00:01.376) 0:00:06.276 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:55:52 +0000 (0:00:00.025) 0:00:06.302 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:55:52 +0000 (0:00:00.025) 0:00:06.328 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:55:52 +0000 (0:00:00.025) 0:00:06.353 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.024) 0:00:06.378 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.035) 0:00:06.413 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.039) 0:00:06.452 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.028) 0:00:06.480 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.048) 0:00:06.529 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.025) 0:00:06.554 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.026) 0:00:06.581 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.027) 0:00:06.609 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.501) 0:00:07.110 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.050) 0:00:07.160 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.024) 0:00:07.185 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:55:53 +0000 (0:00:00.022) 0:00:07.207 ********* 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, 8dce4c3b-f84f-493c-8b45-29c10fe72d99 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.497) 0:00:07.704 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.041) 0:00:07.746 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8dce4c3b-f84f-493c-8b45-29c10fe72d99" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.027) 0:00:07.773 ********* 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, 8dce4c3b-f84f-493c-8b45-29c10fe72d99\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8dce4c3b-f84f-493c-8b45-29c10fe72d99" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.032) 0:00:07.806 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.023) 0:00:07.830 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.305) 0:00:08.135 ********* 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, 8dce4c3b-f84f-493c-8b45-29c10fe72d99\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 8dce4c3b-f84f-493c-8b45-29c10fe72d99" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.053) 0:00:08.189 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.059) 0:00:08.248 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:55:54 +0000 (0:00:00.055) 0:00:08.304 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.072) 0:00:08.376 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794154.316294, "block_size": 4096, "blocks": 8, "ctime": 1722794154.261294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301246, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722794154.261294, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.209) 0:00:08.586 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.031) 0:00:08.618 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017179", "end": "2024-08-04 17:55:55.432443", "rc": 0, "start": "2024-08-04 17:55:55.415264" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.213) 0:00:08.832 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.031) 0:00:08.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.032) 0:00:08.896 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.026) 0:00:08.923 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.040) 0:00:08.963 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.030) 0:00:08.993 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.028) 0:00:09.022 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.044) 0:00:09.066 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.039) 0:00:09.105 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.060) 0:00:09.166 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:55:55 +0000 (0:00:00.042) 0:00:09.208 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794154.263351, "block_size": 4096, "blocks": 0, "ctime": 1722794154.263351, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37420, "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": 1722794154.263351, "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-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.226) 0:00:09.434 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.041) 0:00:09.475 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.034) 0:00:09.510 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.046) 0:00:09.557 ********* 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.052726", "end": "2024-08-04 17:55:56.396128", "rc": 1, "start": "2024-08-04 17:55:56.343402" } STDOUT: Connection 'statebr' (8dce4c3b-f84f-493c-8b45-29c10fe72d99) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:45 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.239) 0:00:09.796 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.041) 0:00:09.837 ********* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.028) 0:00:09.865 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.045) 0:00:09.911 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.038) 0:00:09.950 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.037) 0:00:09.987 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003406", "end": "2024-08-04 17:55:56.778416", "rc": 0, "start": "2024-08-04 17:55:56.775010" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.228) 0:00:10.215 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.041) 0:00:10.257 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.046) 0:00:10.304 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/delete_interface.yml:3 Sunday 04 August 2024 17:55:56 +0000 (0:00:00.047) 0:00:10.351 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005558", "end": "2024-08-04 17:55:57.152276", "rc": 1, "start": "2024-08-04 17:55:57.146718" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.198) 0:00:10.549 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.040) 0:00:10.590 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.185) 0:00:10.775 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.054) 0:00:10.830 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.057) 0:00:10.888 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.065) 0:00:10.953 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.126) 0:00:11.080 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.041) 0:00:11.121 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.029) 0:00:11.151 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:55:57 +0000 (0:00:00.026) 0:00:11.178 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:55:59 +0000 (0:00:01.406) 0:00:12.584 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:00 +0000 (0:00:01.268) 0:00:13.853 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.038) 0:00:13.891 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.063) 0:00:13.955 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.029) 0:00:13.985 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.032) 0:00:14.017 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.029) 0:00:14.047 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.028) 0:00:14.075 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.037) 0:00:14.113 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.050) 0:00:14.163 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.053) 0:00:14.217 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.052) 0:00:14.270 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:00 +0000 (0:00:00.055) 0:00:14.326 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.352) 0:00:14.678 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.038) 0:00:14.716 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.026) 0:00:14.743 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.058) 0:00:14.801 ********* 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, e2e72e1f-c6c9-4770-b818-7b1ca06f3275 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.410) 0:00:15.211 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.065) 0:00:15.277 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e2e72e1f-c6c9-4770-b818-7b1ca06f3275" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.029) 0:00:15.306 ********* 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, e2e72e1f-c6c9-4770-b818-7b1ca06f3275\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e2e72e1f-c6c9-4770-b818-7b1ca06f3275" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.027) 0:00:15.333 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:01 +0000 (0:00:00.027) 0:00:15.360 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.190) 0:00:15.551 ********* 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, e2e72e1f-c6c9-4770-b818-7b1ca06f3275\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e2e72e1f-c6c9-4770-b818-7b1ca06f3275" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.030) 0:00:15.581 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.048) 0:00:15.630 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.062) 0:00:15.693 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.215) 0:00:15.908 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.031) 0:00:15.939 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.054) 0:00:15.993 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.036) 0:00:16.030 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794161.7913253, "block_size": 4096, "blocks": 8, "ctime": 1722794161.7913253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722794161.7913253, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.253) 0:00:16.284 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:56:02 +0000 (0:00:00.043) 0:00:16.327 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016689", "end": "2024-08-04 17:56:03.139430", "rc": 0, "start": "2024-08-04 17:56:03.122741" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.215) 0:00:16.543 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.039) 0:00:16.583 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.044) 0:00:16.627 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.030) 0:00:16.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.042) 0:00:16.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.031) 0:00:16.732 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.042) 0:00:16.774 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.058) 0:00:16.833 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.026) 0:00:16.860 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.044) 0:00:16.904 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.027) 0:00:16.932 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.047) 0:00:16.979 ********* 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.033618", "end": "2024-08-04 17:56:03.799617", "rc": 1, "start": "2024-08-04 17:56:03.765999" } STDOUT: Connection 'statebr' (e2e72e1f-c6c9-4770-b818-7b1ca06f3275) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:65 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.258) 0:00:17.238 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.051) 0:00:17.290 ********* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:56:03 +0000 (0:00:00.030) 0:00:17.321 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.053) 0:00:17.375 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.048) 0:00:17.424 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.037) 0:00:17.461 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002990", "end": "2024-08-04 17:56:04.251949", "rc": 0, "start": "2024-08-04 17:56:04.248959" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.192) 0:00:17.654 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.027) 0:00:17.681 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.024) 0:00:17.706 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.048) 0:00:17.754 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.040) 0:00:17.794 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.082) 0:00:17.877 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.028) 0:00:17.906 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.030) 0:00:17.937 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:04 +0000 (0:00:00.028) 0:00:17.965 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:05 +0000 (0:00:01.381) 0:00:19.347 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:07 +0000 (0:00:01.237) 0:00:20.585 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.029) 0:00:20.614 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.042) 0:00:20.657 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.036) 0:00:20.693 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.028) 0:00:20.721 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.032) 0:00:20.754 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.033) 0:00:20.787 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.045) 0:00:20.833 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.054) 0:00:20.888 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.024) 0:00:20.912 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.024) 0:00:20.936 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.028) 0:00:20.965 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.341) 0:00:21.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:07 +0000 (0:00:00.043) 0:00:21.350 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.031) 0:00:21.382 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.071) 0:00:21.453 ********* 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, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.396) 0:00:21.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.024) 0:00:21.874 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.026) 0:00:21.900 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.026) 0:00:21.927 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.023) 0:00:21.951 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.180) 0:00:22.132 ********* 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, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.027) 0:00:22.159 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml:3 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.046) 0:00:22.205 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.064) 0:00:22.269 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:08 +0000 (0:00:00.057) 0:00:22.327 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:09 +0000 (0:00:00.084) 0:00:22.411 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:09 +0000 (0:00:00.026) 0:00:22.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:09 +0000 (0:00:00.048) 0:00:22.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 : Check which packages are installed] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:10 +0000 (0:00:01.426) 0:00:23.913 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:11 +0000 (0:00:01.211) 0:00:25.125 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.059) 0:00:25.184 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.024) 0:00:25.208 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.025) 0:00:25.234 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.045) 0:00:25.279 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.028) 0:00:25.308 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.027) 0:00:25.335 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:11 +0000 (0:00:00.032) 0:00:25.368 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.051) 0:00:25.419 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.030) 0:00:25.450 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.025) 0:00:25.475 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.035) 0:00:25.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.337) 0:00:25.848 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.029) 0:00:25.878 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.027) 0:00:25.905 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.025) 0:00:25.930 ********* 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, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.405) 0:00:26.335 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:12 +0000 (0:00:00.028) 0:00:26.364 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.025) 0:00:26.389 ********* 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, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b9cb189e-b79c-42d5-bdf2-3015c1bb61d4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.026) 0:00:26.415 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.023) 0:00:26.439 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.204) 0:00:26.643 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.065) 0:00:26.709 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.088) 0:00:26.798 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794168.4074888, "block_size": 4096, "blocks": 0, "ctime": 1722794168.4074888, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37551, "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": 1722794168.4074888, "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-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.208) 0:00:27.006 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.056) 0:00:27.062 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.067) 0:00:27.130 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:56:13 +0000 (0:00:00.033) 0:00:27.163 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794168.4543533, "block_size": 4096, "blocks": 8, "ctime": 1722794168.406353, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722794168.406353, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.284) 0:00:27.448 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.042) 0:00:27.491 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017986", "end": "2024-08-04 17:56:14.305127", "rc": 0, "start": "2024-08-04 17:56:14.287141" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.214) 0:00:27.705 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.050) 0:00:27.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.029) 0:00:27.785 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.027) 0:00:27.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.029) 0:00:27.843 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.039) 0:00:27.882 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.028) 0:00:27.911 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.043) 0:00:27.955 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.026) 0:00:27.981 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.023) 0:00:28.005 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.027) 0:00:28.032 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.050) 0:00:28.083 ********* 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.055009", "end": "2024-08-04 17:56:14.925799", "rc": 1, "start": "2024-08-04 17:56:14.870790" } STDOUT: Connection 'statebr' (b9cb189e-b79c-42d5-bdf2-3015c1bb61d4) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:83 Sunday 04 August 2024 17:56:14 +0000 (0:00:00.241) 0:00:28.324 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.074) 0:00:28.398 ********* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.024) 0:00:28.423 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.049) 0:00:28.472 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.038) 0:00:28.510 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.037) 0:00:28.548 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003118", "end": "2024-08-04 17:56:15.337044", "rc": 0, "start": "2024-08-04 17:56:15.333926" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.188) 0:00:28.737 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.027) 0:00:28.764 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.025) 0:00:28.789 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.048) 0:00:28.838 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.043) 0:00:28.881 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.086) 0:00:28.967 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.036) 0:00:29.004 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.026) 0:00:29.031 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:15 +0000 (0:00:00.024) 0:00:29.055 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:17 +0000 (0:00:01.341) 0:00:30.397 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:18 +0000 (0:00:01.204) 0:00:31.602 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.025) 0:00:31.628 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.028) 0:00:31.656 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.048) 0:00:31.705 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.025) 0:00:31.730 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.040) 0:00:31.770 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.045) 0:00:31.816 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.042) 0:00:31.859 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.071) 0:00:31.930 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.032) 0:00:31.963 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.027) 0:00:31.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:18 +0000 (0:00:00.043) 0:00:32.034 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.336) 0:00:32.370 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.030) 0:00:32.400 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.063) 0:00:32.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.027) 0:00:32.491 ********* 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, 51bcedd7-e86c-4712-aa00-6eb012173a2b TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.359) 0:00:32.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.027) 0:00:32.878 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 51bcedd7-e86c-4712-aa00-6eb012173a2b" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.030) 0:00:32.908 ********* 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, 51bcedd7-e86c-4712-aa00-6eb012173a2b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 51bcedd7-e86c-4712-aa00-6eb012173a2b" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.029) 0:00:32.938 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.031) 0:00:32.969 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.183) 0:00:33.152 ********* 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, 51bcedd7-e86c-4712-aa00-6eb012173a2b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 51bcedd7-e86c-4712-aa00-6eb012173a2b" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml:3 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.025) 0:00:33.178 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.042) 0:00:33.221 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.046) 0:00:33.268 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.028) 0:00:33.296 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:19 +0000 (0:00:00.023) 0:00:33.320 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:20 +0000 (0:00:00.066) 0:00:33.386 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:21 +0000 (0:00:01.387) 0:00:34.773 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:22 +0000 (0:00:01.187) 0:00:35.961 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.025) 0:00:35.986 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.050) 0:00:36.036 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.023) 0:00:36.060 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.023) 0:00:36.083 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.031) 0:00:36.115 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.024) 0:00:36.140 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.027) 0:00:36.167 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.047) 0:00:36.215 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.026) 0:00:36.242 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.024) 0:00:36.266 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:22 +0000 (0:00:00.031) 0:00:36.298 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.326) 0:00:36.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.027) 0:00:36.652 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.023) 0:00:36.675 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.022) 0:00:36.698 ********* 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, 51bcedd7-e86c-4712-aa00-6eb012173a2b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.380) 0:00:37.078 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.023) 0:00:37.101 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 51bcedd7-e86c-4712-aa00-6eb012173a2b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.025) 0:00:37.127 ********* 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, 51bcedd7-e86c-4712-aa00-6eb012173a2b skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 51bcedd7-e86c-4712-aa00-6eb012173a2b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.026) 0:00:37.154 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.025) 0:00:37.180 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:56:23 +0000 (0:00:00.182) 0:00:37.362 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove_profile.yml:3 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.044) 0:00:37.406 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.045) 0:00:37.452 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.046) 0:00:37.499 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.033) 0:00:37.533 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.026) 0:00:37.559 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:24 +0000 (0:00:00.025) 0:00:37.585 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:25 +0000 (0:00:01.374) 0:00:38.960 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:26 +0000 (0:00:01.221) 0:00:40.181 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:26 +0000 (0:00:00.039) 0:00:40.220 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:26 +0000 (0:00:00.024) 0:00:40.244 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:26 +0000 (0:00:00.025) 0:00:40.270 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:26 +0000 (0:00:00.055) 0:00:40.325 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.043) 0:00:40.369 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.068) 0:00:40.437 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.029) 0:00:40.467 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.056) 0:00:40.524 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.028) 0:00:40.552 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.025) 0:00:40.578 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.035) 0:00:40.613 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.337) 0:00:40.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.037) 0:00:40.988 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.025) 0:00:41.013 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:27 +0000 (0:00:00.034) 0:00:41.048 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.339) 0:00:41.387 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.035) 0:00:41.422 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.026) 0:00:41.449 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.024) 0:00:41.474 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.023) 0:00:41.497 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.225) 0:00:41.723 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.051) 0:00:41.775 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.039) 0:00:41.814 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722794179.408806, "block_size": 4096, "blocks": 0, "ctime": 1722794179.408806, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37682, "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": 1722794179.408806, "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-route_srcuucj972u/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.188) 0:00:42.003 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.026) 0:00:42.030 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.040) 0:00:42.071 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.025) 0:00:42.096 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.190) 0:00:42.287 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:56:28 +0000 (0:00:00.035) 0:00:42.322 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016874", "end": "2024-08-04 17:56:29.154921", "rc": 1, "start": "2024-08-04 17:56:29.138047" } 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.245) 0:00:42.567 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.052) 0:00:42.620 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.092) 0:00:42.713 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.050) 0:00:42.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.027) 0:00:42.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.040) 0:00:42.831 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.043) 0:00:42.875 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.027) 0:00:42.902 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.027) 0:00:42.929 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.044) 0:00:42.973 ********* 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.062198", "end": "2024-08-04 17:56:29.824205", "rc": 1, "start": "2024-08-04 17:56:29.762007" } STDOUT: Connection 'statebr' (51bcedd7-e86c-4712-aa00-6eb012173a2b) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tests_states.yml:103 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.248) 0:00:43.222 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.041) 0:00:43.264 ********* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.023) 0:00:43.288 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:56:29 +0000 (0:00:00.050) 0:00:43.338 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.038) 0:00:43.376 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.079) 0:00:43.456 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002995", "end": "2024-08-04 17:56:30.250590", "rc": 0, "start": "2024-08-04 17:56:30.247595" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.194) 0:00:43.650 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.025) 0:00:43.676 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.024) 0:00:43.700 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.048) 0:00:43.749 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.040) 0:00:43.789 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.043) 0:00:43.833 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.029) 0:00:43.862 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.025) 0:00:43.888 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:30 +0000 (0:00:00.025) 0:00:43.914 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:31 +0000 (0:00:01.400) 0:00:45.314 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:33 +0000 (0:00:01.187) 0:00:46.502 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.027) 0:00:46.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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.025) 0:00:46.555 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.031) 0:00:46.587 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.039) 0:00:46.626 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.028) 0:00:46.655 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.027) 0:00:46.683 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.087) 0:00:46.770 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.053) 0:00:46.824 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.033) 0:00:46.857 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.024) 0:00:46.882 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.027) 0:00:46.909 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.326) 0:00:47.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.029) 0:00:47.265 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.024) 0:00:47.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:33 +0000 (0:00:00.026) 0:00:47.316 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.361) 0:00:47.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.036) 0:00:47.714 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.028) 0:00:47.742 ********* 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, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.048) 0:00:47.791 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.027) 0:00:47.819 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.225) 0:00:48.044 ********* 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, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml:3 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.027) 0:00:48.071 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.045) 0:00:48.117 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.048) 0:00:48.165 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.033) 0:00:48.198 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.025) 0:00:48.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:34 +0000 (0:00:00.024) 0:00:48.248 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:36 +0000 (0:00:01.429) 0:00:49.678 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:37 +0000 (0:00:01.225) 0:00:50.903 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.026) 0:00:50.930 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.025) 0:00:50.955 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.024) 0:00:50.980 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.026) 0:00:51.006 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.033) 0:00:51.040 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.027) 0:00:51.067 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.031) 0:00:51.098 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.047) 0:00:51.146 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.024) 0:00:51.170 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.022) 0:00:51.193 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:37 +0000 (0:00:00.063) 0:00:51.256 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.334) 0:00:51.591 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.038) 0:00:51.629 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.053) 0:00:51.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.053) 0:00:51.736 ********* 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, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.420) 0:00:52.156 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.038) 0:00:52.195 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.042) 0:00:52.238 ********* 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, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f003fb06-2cbf-4e40-995e-4cb4b7d0ba15 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:38 +0000 (0:00:00.040) 0:00:52.278 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.134) 0:00:52.413 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove_profile.yml:3 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.292) 0:00:52.705 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.060) 0:00:52.766 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.110) 0:00:52.876 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.047) 0:00:52.924 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.032) 0:00:52.956 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:39 +0000 (0:00:00.040) 0:00:52.996 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:41 +0000 (0:00:01.444) 0:00:54.441 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:42 +0000 (0:00:01.292) 0:00:55.733 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.045) 0:00:55.779 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.080) 0:00:55.860 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.034) 0:00:55.895 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.026) 0:00:55.921 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.028) 0:00:55.950 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.023) 0:00:55.973 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.037) 0:00:56.011 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.048) 0:00:56.059 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.026) 0:00:56.086 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.024) 0:00:56.110 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:42 +0000 (0:00:00.031) 0:00:56.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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.330) 0:00:56.473 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.028) 0:00:56.501 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.023) 0:00:56.524 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.024) 0:00:56.549 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.334) 0:00:56.883 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.084) 0:00:56.967 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.047) 0:00:57.015 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.031) 0:00:57.046 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.028) 0:00:57.075 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.200) 0:00:57.275 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 04 August 2024 17:56:43 +0000 (0:00:00.056) 0:00:57.331 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:44 +0000 (0:00:00.047) 0:00:57.379 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:44 +0000 (0:00:00.060) 0:00:57.440 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:44 +0000 (0:00:00.032) 0:00:57.473 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:44 +0000 (0:00:00.024) 0:00:57.498 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:44 +0000 (0:00:00.036) 0:00:57.535 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:45 +0000 (0:00:01.501) 0:00:59.036 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:46 +0000 (0:00:01.247) 0:01:00.283 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:46 +0000 (0:00:00.024) 0:01:00.308 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:46 +0000 (0:00:00.022) 0:01:00.331 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:46 +0000 (0:00:00.028) 0:01:00.360 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.030) 0:01:00.390 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.032) 0:01:00.423 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.025) 0:01:00.448 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.028) 0:01:00.477 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.106) 0:01:00.583 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.040) 0:01:00.624 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.035) 0:01:00.659 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.047) 0:01:00.707 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.341) 0:01:01.048 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.037) 0:01:01.085 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.028) 0:01:01.113 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:47 +0000 (0:00:00.029) 0:01:01.143 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.383) 0:01:01.526 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.024) 0:01:01.551 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.023) 0:01:01.574 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.025) 0:01:01.599 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.028) 0:01:01.628 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.183) 0:01:01.812 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.071) 0:01:01.883 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.040) 0:01:01.924 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.031) 0:01:01.955 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.185) 0:01:02.141 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:56:48 +0000 (0:00:00.028) 0:01:02.169 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016757", "end": "2024-08-04 17:56:48.970665", "rc": 1, "start": "2024-08-04 17:56:48.953908" } 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.200) 0:01:02.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.024) 0:01:02.394 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.033) 0:01:02.427 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.028) 0:01:02.456 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.025) 0:01:02.481 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.025) 0:01:02.507 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.027) 0:01:02.534 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.086) 0:01:02.620 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.040) 0:01:02.660 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.195) 0:01:02.855 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.029) 0:01:02.884 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.033) 0:01:02.918 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.047) 0:01:02.966 ********* 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.033210", "end": "2024-08-04 17:56:49.785290", "rc": 1, "start": "2024-08-04 17:56:49.752080" } 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-route_srcuucj972u/tests/playbooks/tests_states.yml:126 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.218) 0:01:03.184 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:5 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.040) 0:01:03.225 ********* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:9 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.024) 0:01:03.249 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:21 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.050) 0:01:03.299 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:56:49 +0000 (0:00:00.039) 0:01:03.339 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.071) 0:01:03.411 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003112", "end": "2024-08-04 17:56:50.199929", "rc": 0, "start": "2024-08-04 17:56:50.196817" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.188) 0:01:03.599 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.025) 0:01:03.625 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:24 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.024) 0:01:03.650 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:3 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.049) 0:01:03.699 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.043) 0:01:03.743 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.049) 0:01:03.792 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.030) 0:01:03.823 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.025) 0:01:03.848 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:50 +0000 (0:00:00.023) 0:01:03.871 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:51 +0000 (0:00:01.408) 0:01:05.279 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:53 +0000 (0:00:01.191) 0:01:06.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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.027) 0:01:06.498 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.033) 0:01:06.531 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.029) 0:01:06.560 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.027) 0:01:06.588 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.085) 0:01:06.673 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.030) 0:01:06.704 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.029) 0:01:06.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.049) 0:01:06.783 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.023) 0:01:06.807 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.026) 0:01:06.833 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.027) 0:01:06.861 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.328) 0:01:07.189 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.027) 0:01:07.217 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.023) 0:01:07.241 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:53 +0000 (0:00:00.029) 0:01:07.270 ********* 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, 1d0f3554-2c9b-45e5-bb69-2779e3973f39 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.366) 0:01:07.637 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.025) 0:01:07.663 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1d0f3554-2c9b-45e5-bb69-2779e3973f39" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.048) 0:01:07.711 ********* 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, 1d0f3554-2c9b-45e5-bb69-2779e3973f39\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1d0f3554-2c9b-45e5-bb69-2779e3973f39" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.069) 0:01:07.780 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.128) 0:01:07.908 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/create_bridge_profile.yml:14 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.201) 0:01:08.110 ********* 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, 1d0f3554-2c9b-45e5-bb69-2779e3973f39\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1d0f3554-2c9b-45e5-bb69-2779e3973f39" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/activate_profile.yml:3 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.037) 0:01:08.147 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.066) 0:01:08.214 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.074) 0:01:08.289 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.042) 0:01:08.331 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:54 +0000 (0:00:00.025) 0:01:08.357 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:55 +0000 (0:00:00.024) 0:01:08.382 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:56:56 +0000 (0:00:01.447) 0:01:09.829 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:56:57 +0000 (0:00:01.237) 0:01:11.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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.046) 0:01:11.113 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.023) 0:01:11.137 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.024) 0:01:11.161 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.024) 0:01:11.185 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.028) 0:01:11.214 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.024) 0:01:11.238 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.028) 0:01:11.266 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.048) 0:01:11.315 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:56:57 +0000 (0:00:00.023) 0:01:11.338 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.066) 0:01:11.405 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.034) 0:01:11.439 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.331) 0:01:11.771 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.031) 0:01:11.803 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.037) 0:01:11.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.026) 0:01:11.868 ********* 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, 1d0f3554-2c9b-45e5-bb69-2779e3973f39 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.316) 0:01:12.184 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.025) 0:01:12.209 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1d0f3554-2c9b-45e5-bb69-2779e3973f39 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.025) 0:01:12.235 ********* 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, 1d0f3554-2c9b-45e5-bb69-2779e3973f39 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1d0f3554-2c9b-45e5-bb69-2779e3973f39 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.025) 0:01:12.260 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:56:58 +0000 (0:00:00.025) 0:01:12.286 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.184) 0:01:12.470 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.039) 0:01:12.509 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.082) 0:01:12.592 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.034) 0:01:12.626 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.031) 0:01:12.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:56:59 +0000 (0:00:00.060) 0:01:12.718 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:57:00 +0000 (0:00:01.430) 0:01:14.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 : Print network provider] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:57:02 +0000 (0:00:01.233) 0:01:15.383 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.091) 0:01:15.474 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.030) 0:01:15.504 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.051) 0:01:15.556 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.033) 0:01:15.590 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.039) 0:01:15.629 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.031) 0:01:15.660 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.031) 0:01:15.692 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.058) 0:01:15.750 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.028) 0:01:15.778 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.026) 0:01:15.805 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.028) 0:01:15.834 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.338) 0:01:16.172 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.035) 0:01:16.208 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.025) 0:01:16.233 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:57:02 +0000 (0:00:00.024) 0:01:16.257 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.459) 0:01:16.717 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.038) 0:01:16.755 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.064) 0:01:16.820 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.055) 0:01:16.875 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.039) 0:01:16.914 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:30 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.210) 0:01:17.125 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/remove+down_profile.yml:3 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.048) 0:01:17.174 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.041) 0:01:17.215 ********* included: /WORKDIR/git-route_srcuucj972u/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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.046) 0:01:17.262 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.041) 0:01:17.303 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.030) 0:01:17.333 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Sunday 04 August 2024 17:57:03 +0000 (0:00:00.024) 0:01:17.357 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Sunday 04 August 2024 17:57:05 +0000 (0:00:01.398) 0:01:18.756 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Sunday 04 August 2024 17:57:06 +0000 (0:00:01.210) 0:01:19.966 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.024) 0:01:19.991 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.023) 0:01:20.015 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.023) 0:01:20.039 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.024) 0:01:20.063 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.063) 0:01:20.126 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.026) 0:01:20.153 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.028) 0:01:20.182 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.051) 0:01:20.233 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.029) 0:01:20.262 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.025) 0:01:20.288 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Sunday 04 August 2024 17:57:06 +0000 (0:00:00.031) 0:01:20.319 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.331) 0:01:20.650 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.032) 0:01:20.682 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.026) 0:01:20.708 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.026) 0:01:20.735 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.369) 0:01:21.104 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.029) 0:01:21.133 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.030) 0:01:21.164 ********* 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-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.048) 0:01:21.212 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Sunday 04 August 2024 17:57:07 +0000 (0:00:00.085) 0:01:21.298 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:36 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.228) 0:01:21.526 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.134) 0:01:21.660 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.094) 0:01:21.755 ********* 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.047) 0:01:21.803 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.191) 0:01:21.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.032) 0:01:22.027 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016110", "end": "2024-08-04 17:57:08.835685", "rc": 1, "start": "2024-08-04 17:57:08.819575" } 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-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.219) 0:01:22.247 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.038) 0:01:22.286 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.025) 0:01:22.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.026) 0:01:22.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 04 August 2024 17:57:08 +0000 (0:00:00.027) 0:01:22.365 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_profile_absent.yml:5 Sunday 04 August 2024 17:57:09 +0000 (0:00:00.026) 0:01:22.392 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Sunday 04 August 2024 17:57:09 +0000 (0:00:00.064) 0:01:22.457 ********* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.851395", "end": "2024-08-04 17:57:10.093260", "rc": 0, "start": "2024-08-04 17:57:09.241865" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Sunday 04 August 2024 17:57:10 +0000 (0:00:01.057) 0:01:23.514 ********* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.049) 0:01:23.563 ********* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:42 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.045) 0:01:23.609 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.077) 0:01:23.686 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.076) 0:01:23.762 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.199) 0:01:23.962 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:47 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.040) 0:01:24.002 ********* 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-route_srcuucj972u/tests/playbooks/tasks/run_test.yml:66 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.032) 0:01:24.034 ********* included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-route_srcuucj972u/tests/playbooks/tasks/cleanup_profile+device.yml:3 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.088) 0:01:24.122 ********* 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.034130", "end": "2024-08-04 17:57:10.946592", "rc": 1, "start": "2024-08-04 17:57:10.912462" } 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-route_srcuucj972u/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 04 August 2024 17:57:10 +0000 (0:00:00.222) 0:01:24.345 ********* 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.008368", "end": "2024-08-04 17:57:11.139746", "rc": 0, "start": "2024-08-04 17:57:11.131378" } 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 02:c2:90:d7:25:49 brd ff:ff:ff:ff:ff:ff inet 10.31.44.21/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2920sec preferred_lft 2920sec inet6 fe80::c2:90ff:fed7:2549/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.44.21 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.44.21 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-route_srcuucj972u/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 04 August 2024 17:57:11 +0000 (0:00:00.217) 0:01:24.563 ********* 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.274282", "end": "2024-08-04 17:57:11.635474", "rc": 0, "start": "2024-08-04 17:57:11.361192" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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 9838 0 --:--:-- --:--:-- --:--:-- 9838 % 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 1359 0 --:--:-- --:--:-- --:--:-- 1359 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=307 rescued=0 ignored=11 Sunday 04 August 2024 17:57:11 +0000 (0:00:00.490) 0:01:25.053 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.98s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.83s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Configure networking connection profiles --- 1.52s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.38s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.37s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.34s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.33s /WORKDIR/git-route_srcuucj972u/tests/roles/linux-system-roles.network/tasks/main.yml:151 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf 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. [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. ---^---^---^---^---^---