# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-weekly-cin18p2wg4/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_states_nm.yml:6 Saturday 01 June 2024 13:25:47 +0000 (0:00:00.019) 0:00:00.019 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_states_nm.yml:9 Saturday 01 June 2024 13:25:48 +0000 (0:00:00.847) 0:00:00.867 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:3 Saturday 01 June 2024 13:25:48 +0000 (0:00:00.022) 0:00:00.889 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:19 Saturday 01 June 2024 13:25:48 +0000 (0:00:00.337) 0:00:01.226 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:24 Saturday 01 June 2024 13:25:48 +0000 (0:00:00.346) 0:00:01.573 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:28 Saturday 01 June 2024 13:25:48 +0000 (0:00:00.046) 0:00:01.619 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:53 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.046) 0:00:01.666 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:8 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.067) 0:00:01.733 ********* 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-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:24 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.294) 0:00:02.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:30 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.037) 0:00:02.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:35 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.074) 0:00:02.140 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.240964", "end": "2024-06-01 13:25:49.922573", "rc": 0, "start": "2024-06-01 13:25:49.681609" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:40 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.463) 0:00:02.604 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_states_nm.yml:11 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.011) 0:00:02.615 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:3 Saturday 01 June 2024 13:25:49 +0000 (0:00:00.026) 0:00:02.642 ********* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:11 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.489) 0:00:03.132 ********* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:22 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.010) 0:00:03.143 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.015) 0:00:03.158 ********* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.010) 0:00:03.168 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.032) 0:00:03.201 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.013) 0:00:03.215 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.012) 0:00:03.227 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002895", "end": "2024-06-01 13:25:50.731676", "rc": 0, "start": "2024-06-01 13:25:50.728781" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.189) 0:00:03.416 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.012) 0:00:03.429 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.011) 0:00:03.440 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/delete_interface.yml:3 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.020) 0:00:03.460 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007521", "end": "2024-06-01 13:25:50.968123", "rc": 1, "start": "2024-06-01 13:25:50.960602" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.184) 0:00:03.645 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:25:50 +0000 (0:00:00.015) 0:00:03.660 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.176) 0:00:03.837 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.012) 0:00:03.849 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.018) 0:00:03.868 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.082) 0:00:03.951 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.026) 0:00:03.977 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.011) 0:00:03.989 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.011) 0:00:04.000 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:25:51 +0000 (0:00:00.009) 0:00:04.010 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:25:52 +0000 (0:00:01.541) 0:00:05.552 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:25:54 +0000 (0:00:01.588) 0:00:07.141 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.024) 0:00:07.165 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.033) 0:00:07.198 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.024) 0:00:07.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.033) 0:00:07.256 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.021) 0:00:07.278 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.025) 0:00:07.303 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.045) 0:00:07.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.022) 0:00:07.371 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.027) 0:00:07.399 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:25:54 +0000 (0:00:00.028) 0:00:07.427 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.507) 0:00:07.935 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.045) 0:00:07.981 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.033) 0:00:08.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.052) 0:00:08.067 ********* 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, fab74745-9b86-43d5-9083-d24b09aa8f90 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.545) 0:00:08.612 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:25:55 +0000 (0:00:00.022) 0:00:08.635 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fab74745-9b86-43d5-9083-d24b09aa8f90" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.038) 0:00:08.674 ********* 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, fab74745-9b86-43d5-9083-d24b09aa8f90\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fab74745-9b86-43d5-9083-d24b09aa8f90" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.029) 0:00:08.703 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.023) 0:00:08.727 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.242) 0:00:08.970 ********* 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, fab74745-9b86-43d5-9083-d24b09aa8f90\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, fab74745-9b86-43d5-9083-d24b09aa8f90" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.031) 0:00:09.002 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.060) 0:00:09.062 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.039) 0:00:09.102 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.047) 0:00:09.150 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248355.9333336, "block_size": 4096, "blocks": 8, "ctime": 1717248355.8783345, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301245, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1717248355.8783345, "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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.227) 0:00:09.377 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:25:56 +0000 (0:00:00.077) 0:00:09.455 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018541", "end": "2024-06-01 13:25:56.988353", "rc": 0, "start": "2024-06-01 13:25:56.969812" } 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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.246) 0:00:09.701 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.044) 0:00:09.746 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.054) 0:00:09.801 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.044) 0:00:09.845 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.027) 0:00:09.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.070) 0:00:09.943 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.029) 0:00:09.973 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.032) 0:00:10.006 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.028) 0:00:10.034 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.044) 0:00:10.079 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.037) 0:00:10.117 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248355.879918, "block_size": 4096, "blocks": 0, "ctime": 1717248355.879918, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34308, "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": 1717248355.879918, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.248) 0:00:10.366 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.060) 0:00:10.426 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.071) 0:00:10.497 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:25:57 +0000 (0:00:00.055) 0:00:10.552 ********* 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.057701", "end": "2024-06-01 13:25:58.110511", "rc": 1, "start": "2024-06-01 13:25:58.052810" } STDOUT: Connection 'statebr' (fab74745-9b86-43d5-9083-d24b09aa8f90) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:45 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.261) 0:00:10.813 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.039) 0:00:10.853 ********* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.032) 0:00:10.886 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.047) 0:00:10.933 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.068) 0:00:11.001 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:25:58 +0000 (0:00:00.070) 0:00:11.071 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003868", "end": "2024-06-01 13:25:59.597314", "rc": 0, "start": "2024-06-01 13:25:58.593446" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:25:59 +0000 (0:00:01.227) 0:00:12.299 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:25:59 +0000 (0:00:00.030) 0:00:12.330 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:25:59 +0000 (0:00:00.038) 0:00:12.368 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/delete_interface.yml:3 Saturday 01 June 2024 13:25:59 +0000 (0:00:00.048) 0:00:12.417 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005941", "end": "2024-06-01 13:25:59.946903", "rc": 1, "start": "2024-06-01 13:25:59.940962" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:25:59 +0000 (0:00:00.230) 0:00:12.648 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.054) 0:00:12.703 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.211) 0:00:12.914 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.035) 0:00:12.950 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.055) 0:00:13.006 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.043) 0:00:13.050 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.069) 0:00:13.119 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.032) 0:00:13.151 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.033) 0:00:13.185 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:00 +0000 (0:00:00.023) 0:00:13.208 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:02 +0000 (0:00:01.508) 0:00:14.716 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:03 +0000 (0:00:01.349) 0:00:16.066 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.049) 0:00:16.115 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.022) 0:00:16.138 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.022) 0:00:16.160 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.027) 0:00:16.187 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.022) 0:00:16.209 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.026) 0:00:16.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.046) 0:00:16.282 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.022) 0:00:16.305 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.023) 0:00:16.328 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:03 +0000 (0:00:00.027) 0:00:16.356 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.335) 0:00:16.692 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.029) 0:00:16.721 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.029) 0:00:16.751 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.024) 0:00:16.776 ********* 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, 0ed701ec-3814-4340-b2ea-d7d6176ca889 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.424) 0:00:17.201 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.022) 0:00:17.224 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0ed701ec-3814-4340-b2ea-d7d6176ca889" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.028) 0:00:17.252 ********* 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, 0ed701ec-3814-4340-b2ea-d7d6176ca889\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0ed701ec-3814-4340-b2ea-d7d6176ca889" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.025) 0:00:17.277 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.021) 0:00:17.299 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.205) 0:00:17.504 ********* 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, 0ed701ec-3814-4340-b2ea-d7d6176ca889\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0ed701ec-3814-4340-b2ea-d7d6176ca889" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.029) 0:00:17.534 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.060) 0:00:17.594 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:26:04 +0000 (0:00:00.039) 0:00:17.634 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.191) 0:00:17.825 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.025) 0:00:17.851 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.039) 0:00:17.890 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.021) 0:00:17.912 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248364.4491618, "block_size": 4096, "blocks": 8, "ctime": 1717248364.4481616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301245, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1717248364.4481616, "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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.193) 0:00:18.105 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.024) 0:00:18.129 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019498", "end": "2024-06-01 13:26:05.653622", "rc": 0, "start": "2024-06-01 13:26:05.634124" } 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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.222) 0:00:18.352 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.055) 0:00:18.408 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.059) 0:00:18.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.062) 0:00:18.530 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.045) 0:00:18.575 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 01 June 2024 13:26:05 +0000 (0:00:00.062) 0:00:18.638 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.046) 0:00:18.685 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.043) 0:00:18.729 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.068) 0:00:18.797 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.049) 0:00:18.847 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.095) 0:00:18.942 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.098) 0:00:19.041 ********* 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.037349", "end": "2024-06-01 13:26:06.631555", "rc": 1, "start": "2024-06-01 13:26:06.594206" } STDOUT: Connection 'statebr' (0ed701ec-3814-4340-b2ea-d7d6176ca889) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:65 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.281) 0:00:19.323 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.040) 0:00:19.363 ********* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.040) 0:00:19.404 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.070) 0:00:19.474 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.046) 0:00:19.520 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:26:06 +0000 (0:00:00.042) 0:00:19.563 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002683", "end": "2024-06-01 13:26:07.073584", "rc": 0, "start": "2024-06-01 13:26:07.070901" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.204) 0:00:19.767 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.023) 0:00:19.791 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.033) 0:00:19.824 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.091) 0:00:19.915 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.165) 0:00:20.081 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.047) 0:00:20.129 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.043) 0:00:20.173 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.030) 0:00:20.203 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:07 +0000 (0:00:00.042) 0:00:20.246 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:09 +0000 (0:00:01.506) 0:00:21.753 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:10 +0000 (0:00:01.315) 0:00:23.068 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.067) 0:00:23.136 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.024) 0:00:23.160 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.026) 0:00:23.187 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.029) 0:00:23.216 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.027) 0:00:23.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.029) 0:00:23.273 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.050) 0:00:23.324 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.025) 0:00:23.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.023) 0:00:23.373 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:10 +0000 (0:00:00.033) 0:00:23.406 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.381) 0:00:23.788 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.026) 0:00:23.815 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.023) 0:00:23.838 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.031) 0:00:23.869 ********* 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, 3893c780-1883-4d17-bdaa-fc46df6c3be7 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.366) 0:00:24.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.056) 0:00:24.292 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3893c780-1883-4d17-bdaa-fc46df6c3be7" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.042) 0:00:24.335 ********* 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, 3893c780-1883-4d17-bdaa-fc46df6c3be7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3893c780-1883-4d17-bdaa-fc46df6c3be7" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.057) 0:00:24.392 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:11 +0000 (0:00:00.027) 0:00:24.420 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.272) 0:00:24.693 ********* 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, 3893c780-1883-4d17-bdaa-fc46df6c3be7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3893c780-1883-4d17-bdaa-fc46df6c3be7" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.050) 0:00:24.743 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml:3 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.053) 0:00:24.796 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.058) 0:00:24.855 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.092) 0:00:24.947 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.033) 0:00:24.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.028) 0:00:25.008 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:12 +0000 (0:00:00.022) 0:00:25.031 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:13 +0000 (0:00:01.460) 0:00:26.492 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:15 +0000 (0:00:01.331) 0:00:27.823 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.042) 0:00:27.866 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.065) 0:00:27.931 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.075) 0:00:28.007 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.118) 0:00:28.125 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.067) 0:00:28.193 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.029) 0:00:28.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.068) 0:00:28.291 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.034) 0:00:28.325 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.024) 0:00:28.350 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:15 +0000 (0:00:00.061) 0:00:28.412 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.415) 0:00:28.828 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.062) 0:00:28.890 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.033) 0:00:28.924 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.036) 0:00:28.961 ********* 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, 3893c780-1883-4d17-bdaa-fc46df6c3be7 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.362) 0:00:29.323 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.024) 0:00:29.348 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3893c780-1883-4d17-bdaa-fc46df6c3be7 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.050) 0:00:29.399 ********* 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, 3893c780-1883-4d17-bdaa-fc46df6c3be7 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3893c780-1883-4d17-bdaa-fc46df6c3be7 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.054) 0:00:29.453 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:16 +0000 (0:00:00.031) 0:00:29.484 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.330) 0:00:29.815 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.072) 0:00:29.888 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.050) 0:00:29.938 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248371.5078812, "block_size": 4096, "blocks": 0, "ctime": 1717248371.5078812, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34439, "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": 1717248371.5078812, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.212) 0:00:30.151 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.039) 0:00:30.191 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.070) 0:00:30.261 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.033) 0:00:30.294 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248371.562018, "block_size": 4096, "blocks": 8, "ctime": 1717248371.506019, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301245, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1717248371.506019, "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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.217) 0:00:30.512 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:26:17 +0000 (0:00:00.044) 0:00:30.556 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018793", "end": "2024-06-01 13:26:18.076579", "rc": 0, "start": "2024-06-01 13:26:18.057786" } 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-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.223) 0:00:30.780 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.037) 0:00:30.817 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.051) 0:00:30.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.077) 0:00:30.946 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.049) 0:00:30.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.054) 0:00:31.050 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.068) 0:00:31.119 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.082) 0:00:31.201 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.046) 0:00:31.248 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.029) 0:00:31.278 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.059) 0:00:31.338 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:26:18 +0000 (0:00:00.069) 0:00:31.407 ********* 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.058862", "end": "2024-06-01 13:26:19.011290", "rc": 1, "start": "2024-06-01 13:26:18.952428" } STDOUT: Connection 'statebr' (3893c780-1883-4d17-bdaa-fc46df6c3be7) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:83 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.310) 0:00:31.718 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.062) 0:00:31.781 ********* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.034) 0:00:31.816 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.089) 0:00:31.905 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.105) 0:00:32.010 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:26:19 +0000 (0:00:00.127) 0:00:32.138 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003932", "end": "2024-06-01 13:26:20.707354", "rc": 0, "start": "2024-06-01 13:26:19.703422" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:26:20 +0000 (0:00:01.260) 0:00:33.398 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:26:20 +0000 (0:00:00.026) 0:00:33.424 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:26:20 +0000 (0:00:00.031) 0:00:33.455 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 01 June 2024 13:26:20 +0000 (0:00:00.053) 0:00:33.509 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:20 +0000 (0:00:00.054) 0:00:33.563 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:20 +0000 (0:00:00.074) 0:00:33.638 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:21 +0000 (0:00:00.031) 0:00:33.669 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:21 +0000 (0:00:00.052) 0:00:33.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:21 +0000 (0:00:00.039) 0:00:33.762 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:22 +0000 (0:00:01.544) 0:00:35.307 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:23 +0000 (0:00:01.299) 0:00:36.606 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:23 +0000 (0:00:00.026) 0:00:36.633 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.036) 0:00:36.669 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.049) 0:00:36.718 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.036) 0:00:36.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.048) 0:00:36.802 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.069) 0:00:36.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.197) 0:00:37.070 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.027) 0:00:37.097 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.030) 0:00:37.128 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:24 +0000 (0:00:00.088) 0:00:37.216 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.471) 0:00:37.688 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.045) 0:00:37.733 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.025) 0:00:37.759 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.081) 0:00:37.840 ********* 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, 55a9de91-5c58-4ded-811e-f2117dc2b003 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.519) 0:00:38.360 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.037) 0:00:38.397 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 55a9de91-5c58-4ded-811e-f2117dc2b003" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.045) 0:00:38.442 ********* 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, 55a9de91-5c58-4ded-811e-f2117dc2b003\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 55a9de91-5c58-4ded-811e-f2117dc2b003" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.056) 0:00:38.499 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:25 +0000 (0:00:00.041) 0:00:38.540 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.236) 0:00:38.777 ********* 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, 55a9de91-5c58-4ded-811e-f2117dc2b003\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 55a9de91-5c58-4ded-811e-f2117dc2b003" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml:3 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.035) 0:00:38.813 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.121) 0:00:38.934 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.053) 0:00:38.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 : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.052) 0:00:39.040 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.046) 0:00:39.087 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:26 +0000 (0:00:00.030) 0:00:39.117 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:27 +0000 (0:00:01.483) 0:00:40.601 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:29 +0000 (0:00:01.348) 0:00:41.950 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.039) 0:00:41.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.035) 0:00:42.026 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.025) 0:00:42.051 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.033) 0:00:42.084 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.042) 0:00:42.127 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.044) 0:00:42.171 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.067) 0:00:42.239 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.023) 0:00:42.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.040) 0:00:42.303 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:29 +0000 (0:00:00.029) 0:00:42.332 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.375) 0:00:42.708 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.035) 0:00:42.743 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.035) 0:00:42.778 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.073) 0:00:42.852 ********* 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, 55a9de91-5c58-4ded-811e-f2117dc2b003 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.564) 0:00:43.416 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.070) 0:00:43.486 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 55a9de91-5c58-4ded-811e-f2117dc2b003 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.055) 0:00:43.541 ********* 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, 55a9de91-5c58-4ded-811e-f2117dc2b003 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 55a9de91-5c58-4ded-811e-f2117dc2b003 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.045) 0:00:43.587 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:30 +0000 (0:00:00.042) 0:00:43.629 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.230) 0:00:43.860 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove_profile.yml:3 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.083) 0:00:43.944 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.045) 0:00:43.990 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.055) 0:00:44.046 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.065) 0:00:44.111 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.033) 0:00:44.144 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:31 +0000 (0:00:00.037) 0:00:44.182 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:33 +0000 (0:00:01.563) 0:00:45.745 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:34 +0000 (0:00:01.424) 0:00:47.170 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.034) 0:00:47.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.041) 0:00:47.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.032) 0:00:47.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.050) 0:00:47.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.025) 0:00:47.355 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.086) 0:00:47.442 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.107) 0:00:47.550 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.029) 0:00:47.579 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.030) 0:00:47.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:34 +0000 (0:00:00.039) 0:00:47.649 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.389) 0:00:48.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.030) 0:00:48.069 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.023) 0:00:48.092 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.042) 0:00:48.135 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.372) 0:00:48.507 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.045) 0:00:48.553 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.040) 0:00:48.593 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.035) 0:00:48.628 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:35 +0000 (0:00:00.023) 0:00:48.652 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.211) 0:00:48.863 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.118) 0:00:48.982 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.049) 0:00:49.031 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248385.6101258, "block_size": 4096, "blocks": 0, "ctime": 1717248385.6101258, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34570, "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": 1717248385.6101258, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.208) 0:00:49.240 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.033) 0:00:49.273 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.044) 0:00:49.318 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.025) 0:00:49.344 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.210) 0:00:49.554 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:26:36 +0000 (0:00:00.026) 0:00:49.581 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019258", "end": "2024-06-01 13:26:37.111651", "rc": 1, "start": "2024-06-01 13:26:37.092393" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.221) 0:00:49.803 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.044) 0:00:49.848 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.031) 0:00:49.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.045) 0:00:49.925 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.028) 0:00:49.953 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.085) 0:00:50.039 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.036) 0:00:50.076 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.025) 0:00:50.101 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.034) 0:00:50.136 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.042) 0:00:50.179 ********* 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.065941", "end": "2024-06-01 13:26:37.791187", "rc": 1, "start": "2024-06-01 13:26:37.725246" } STDOUT: Connection 'statebr' (55a9de91-5c58-4ded-811e-f2117dc2b003) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:103 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.319) 0:00:50.499 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.044) 0:00:50.543 ********* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:26:37 +0000 (0:00:00.025) 0:00:50.568 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.092) 0:00:50.661 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.054) 0:00:50.715 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.040) 0:00:50.755 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002678", "end": "2024-06-01 13:26:38.283770", "rc": 0, "start": "2024-06-01 13:26:38.281092" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.256) 0:00:51.012 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.026) 0:00:51.038 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.025) 0:00:51.063 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.048) 0:00:51.112 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.049) 0:00:51.162 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.059) 0:00:51.221 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.045) 0:00:51.267 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.042) 0:00:51.310 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:38 +0000 (0:00:00.036) 0:00:51.346 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:40 +0000 (0:00:01.519) 0:00:52.866 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:41 +0000 (0:00:01.440) 0:00:54.306 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.030) 0:00:54.336 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.025) 0:00:54.361 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.027) 0:00:54.389 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.045) 0:00:54.435 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.029) 0:00:54.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.046) 0:00:54.511 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.059) 0:00:54.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:41 +0000 (0:00:00.052) 0:00:54.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.056) 0:00:54.681 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.027) 0:00:54.708 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.358) 0:00:55.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.077) 0:00:55.144 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.027) 0:00:55.171 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.033) 0:00:55.204 ********* 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, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.373) 0:00:55.578 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.023) 0:00:55.602 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.024) 0:00:55.627 ********* 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, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:42 +0000 (0:00:00.032) 0:00:55.659 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.042) 0:00:55.702 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.200) 0:00:55.903 ********* 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, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml:3 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.025) 0:00:55.929 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.040) 0:00:55.970 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.043) 0:00:56.013 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.030) 0:00:56.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.058) 0:00:56.101 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:43 +0000 (0:00:00.040) 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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:45 +0000 (0:00:01.521) 0:00:57.664 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:46 +0000 (0:00:01.308) 0:00:58.973 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.038) 0:00:59.011 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.048) 0:00:59.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.045) 0:00:59.105 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.045) 0:00:59.150 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.072) 0:00:59.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.044) 0:00:59.267 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.055) 0:00:59.323 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.051) 0:00:59.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.055) 0:00:59.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:46 +0000 (0:00:00.054) 0:00:59.485 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.423) 0:00:59.908 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.057) 0:00:59.966 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.064) 0:01:00.031 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.049) 0:01:00.080 ********* 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, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.406) 0:01:00.486 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.042) 0:01:00.529 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:47 +0000 (0:00:00.091) 0:01:00.621 ********* 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, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 70a0c4d7-1c59-4168-a9e3-1f8179c7c29c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.042) 0:01:00.664 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.030) 0:01:00.694 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove_profile.yml:3 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.289) 0:01:00.983 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.048) 0:01:01.031 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.051) 0:01:01.083 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.044) 0:01:01.127 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.064) 0:01:01.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:48 +0000 (0:00:00.050) 0:01:01.242 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:50 +0000 (0:00:01.497) 0:01:02.739 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:51 +0000 (0:00:01.429) 0:01:04.169 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.030) 0:01:04.199 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.029) 0:01:04.229 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.026) 0:01:04.256 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.063) 0:01:04.319 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.069) 0:01:04.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.028) 0:01:04.417 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.060) 0:01:04.477 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.049) 0:01:04.526 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.046) 0:01:04.573 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:51 +0000 (0:00:00.042) 0:01:04.616 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.366) 0:01:04.983 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.046) 0:01:05.029 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.029) 0:01:05.059 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.112) 0:01:05.171 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.362) 0:01:05.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.023) 0:01:05.558 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.023) 0:01:05.581 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.025) 0:01:05.607 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:52 +0000 (0:00:00.022) 0:01:05.630 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.186) 0:01:05.817 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.041) 0:01:05.859 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.048) 0:01:05.907 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.048) 0:01:05.955 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.032) 0:01:05.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.048) 0:01:06.036 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:26:53 +0000 (0:00:00.065) 0:01:06.102 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:26:54 +0000 (0:00:01.462) 0:01:07.564 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:26:56 +0000 (0:00:01.356) 0:01:08.921 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.051) 0:01:08.972 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.054) 0:01:09.026 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.058) 0:01:09.085 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.065) 0:01:09.151 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.045) 0:01:09.196 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.087) 0:01:09.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.052) 0:01:09.336 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.031) 0:01:09.367 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.050) 0:01:09.417 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:26:56 +0000 (0:00:00.048) 0:01:09.466 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.458) 0:01:09.925 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.033) 0:01:09.958 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.077) 0:01:10.036 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.054) 0:01:10.090 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.417) 0:01:10.508 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.042) 0:01:10.550 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.051) 0:01:10.602 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:26:57 +0000 (0:00:00.031) 0:01:10.633 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.036) 0:01:10.670 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.283) 0:01:10.954 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.060) 0:01:11.014 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.047) 0:01:11.061 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.042) 0:01:11.103 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.207) 0:01:11.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:26:58 +0000 (0:00:00.073) 0:01:11.384 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017287", "end": "2024-06-01 13:26:58.967264", "rc": 1, "start": "2024-06-01 13:26:58.949977" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.283) 0:01:11.668 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.045) 0:01:11.714 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.029) 0:01:11.743 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.062) 0:01:11.806 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.060) 0:01:11.866 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.035) 0:01:11.902 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.044) 0:01:11.946 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.135) 0:01:12.082 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.059) 0:01:12.142 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.251) 0:01:12.393 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.032) 0:01:12.426 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.029) 0:01:12.456 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:26:59 +0000 (0:00:00.070) 0:01:12.526 ********* 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.036016", "end": "2024-06-01 13:27:00.093174", "rc": 1, "start": "2024-06-01 13:27:00.057158" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_states.yml:126 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.277) 0:01:12.804 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:5 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.113) 0:01:12.918 ********* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:9 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.046) 0:01:12.964 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:21 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.084) 0:01:13.048 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.096) 0:01:13.145 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:27:00 +0000 (0:00:00.154) 0:01:13.300 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003817", "end": "2024-06-01 13:27:01.847200", "rc": 0, "start": "2024-06-01 13:27:00.843383" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:27:01 +0000 (0:00:01.264) 0:01:14.564 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:27:01 +0000 (0:00:00.030) 0:01:14.595 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:24 Saturday 01 June 2024 13:27:01 +0000 (0:00:00.024) 0:01:14.620 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.058) 0:01:14.678 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.066) 0:01:14.745 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.061) 0:01:14.806 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.054) 0:01:14.861 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.040) 0:01:14.902 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:02 +0000 (0:00:00.037) 0:01:14.939 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:03 +0000 (0:00:01.486) 0:01:16.426 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:05 +0000 (0:00:01.430) 0:01:17.856 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.046) 0:01:17.902 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.035) 0:01:17.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.080) 0:01:18.018 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.040) 0:01:18.059 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.040) 0:01:18.100 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.042) 0:01:18.142 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.053) 0:01:18.195 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.064) 0:01:18.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.036) 0:01:18.296 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.050) 0:01:18.346 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.384) 0:01:18.731 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.035) 0:01:18.767 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.024) 0:01:18.792 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.025) 0:01:18.817 ********* 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, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.463) 0:01:19.281 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.037) 0:01:19.319 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.041) 0:01:19.360 ********* 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, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.036) 0:01:19.396 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.025) 0:01:19.422 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.190) 0:01:19.612 ********* 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, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/activate_profile.yml:3 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.043) 0:01:19.656 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.108) 0:01:19.764 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.067) 0:01:19.832 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.052) 0:01:19.885 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.060) 0:01:19.945 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.034) 0:01:19.979 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:08 +0000 (0:00:01.509) 0:01:21.489 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:10 +0000 (0:00:01.397) 0:01:22.887 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.060) 0:01:22.947 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.037) 0:01:22.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.085) 0:01:23.071 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.090) 0:01:23.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.044) 0:01:23.206 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.046) 0:01:23.252 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.063) 0:01:23.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.046) 0:01:23.362 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.038) 0:01:23.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.078) 0:01:23.479 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.412) 0:01:23.892 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.054) 0:01:23.946 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.053) 0:01:24.000 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.035) 0:01:24.035 ********* 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, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.361) 0:01:24.396 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.030) 0:01:24.426 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.024) 0:01:24.451 ********* 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, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c3bdf630-1b4e-4d78-b887-6e93ed5c78bf skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.063) 0:01:24.514 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.023) 0:01:24.538 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.188) 0:01:24.726 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.040) 0:01:24.767 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.051) 0:01:24.818 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.031) 0:01:24.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.023) 0:01:24.873 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.041) 0:01:24.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-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:13 +0000 (0:00:01.472) 0:01:26.387 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:15 +0000 (0:00:01.355) 0:01:27.742 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.048) 0:01:27.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.031) 0:01:27.822 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.040) 0:01:27.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.030) 0:01:27.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.034) 0:01:27.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.032) 0:01:27.960 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.061) 0:01:28.022 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.060) 0:01:28.082 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.148) 0:01:28.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.083) 0:01:28.313 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.483) 0:01:28.797 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.074) 0:01:28.871 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.032) 0:01:28.904 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.063) 0:01:28.968 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.541) 0:01:29.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.024) 0:01:29.534 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.027) 0:01:29.561 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.030) 0:01:29.592 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.058) 0:01:29.651 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:30 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.217) 0:01:29.868 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.040) 0:01:29.909 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.046) 0:01:29.955 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.099) 0:01:30.055 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.035) 0:01:30.090 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.034) 0:01:30.125 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.047) 0:01:30.172 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:19 +0000 (0:00:01.501) 0:01:31.674 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:20 +0000 (0:00:01.462) 0:01:33.136 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.058) 0:01:33.195 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.057) 0:01:33.253 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.100) 0:01:33.354 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.033) 0:01:33.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.076) 0:01:33.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.101) 0:01:33.566 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.082) 0:01:33.648 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.053) 0:01:33.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.028) 0:01:33.731 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.038) 0:01:33.769 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.385) 0:01:34.154 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.052) 0:01:34.206 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.029) 0:01:34.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.026) 0:01:34.262 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.380) 0:01:34.643 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.030) 0:01:34.673 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.048) 0:01:34.722 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.037) 0:01:34.759 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.114) 0:01:34.874 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:36 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.208) 0:01:35.082 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.050) 0:01:35.133 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.056) 0:01:35.189 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.045) 0:01:35.234 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.205) 0:01:35.440 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.029) 0:01:35.469 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017399", "end": "2024-06-01 13:27:22.986229", "rc": 1, "start": "2024-06-01 13:27:22.968830" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.226) 0:01:35.695 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.028) 0:01:35.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.034) 0:01:35.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.049) 0:01:35.808 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.037) 0:01:35.845 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.043) 0:01:35.888 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.082) 0:01:35.970 ********* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.934560", "end": "2024-06-01 13:27:24.419552", "rc": 0, "start": "2024-06-01 13:27:23.484992" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 01 June 2024 13:27:24 +0000 (0:00:01.167) 0:01:37.138 ********* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.034) 0:01:37.173 ********* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:42 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.044) 0:01:37.217 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.093) 0:01:37.311 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.060) 0:01:37.372 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.217) 0:01:37.589 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:47 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.051) 0:01:37.641 ********* ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/run_test.yml:66 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.035) 0:01:37.677 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.106) 0:01:37.783 ********* 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.036235", "end": "2024-06-01 13:27:25.349579", "rc": 1, "start": "2024-06-01 13:27:25.313344" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.267) 0:01:38.051 ********* 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.008657", "end": "2024-06-01 13:27:25.589266", "rc": 0, "start": "2024-06-01 13:27:25.580609" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:e1:10:c0:4e:29 brd ff:ff:ff:ff:ff:ff inet 10.31.10.94/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2896sec preferred_lft 2896sec inet6 fe80::10e1:10ff:fec0:4e29/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.94 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.94 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.230) 0:01:38.281 ********* 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.113753", "end": "2024-06-01 13:27:25.903475", "rc": 0, "start": "2024-06-01 13:27:25.789722" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 5865 0 --:--:-- --:--:-- --:--:-- 5865 % 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 7461 0 --:--:-- --:--:-- --:--:-- 7461 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=292 rescued=0 ignored=11 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.308) 0:01:38.590 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.27s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 2.10s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Configure networking connection profiles --- 1.69s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.63s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.59s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.46s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---