# 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-cie3td3xnt/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_states_nm.yml:6 Saturday 11 May 2024 13:40:53 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_states_nm.yml:9 Saturday 11 May 2024 13:40:53 +0000 (0:00:00.831) 0:00:00.843 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/tasks/el_repo_setup.yml:3 Saturday 11 May 2024 13:40:53 +0000 (0:00:00.056) 0:00:00.900 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:19 Saturday 11 May 2024 13:40:54 +0000 (0:00:00.355) 0:00:01.255 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:24 Saturday 11 May 2024 13:40:54 +0000 (0:00:00.334) 0:00:01.590 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:28 Saturday 11 May 2024 13:40:54 +0000 (0:00:00.052) 0:00:01.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:53 Saturday 11 May 2024 13:40:54 +0000 (0:00:00.098) 0:00:01.740 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:8 Saturday 11 May 2024 13:40:54 +0000 (0:00:00.046) 0:00:01.787 ********** 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-cie3td3xnt/tests/tasks/enable_epel.yml:24 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.301) 0:00:02.088 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:30 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.018) 0:00:02.106 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:35 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.035) 0:00:02.142 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242903", "end": "2024-05-11 13:40:55.638899", "rc": 0, "start": "2024-05-11 13:40:55.395996" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:40 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.451) 0:00:02.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_states_nm.yml:11 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.027) 0:00:02.621 ********** 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-cie3td3xnt/tests/playbooks/tests_states.yml:3 Saturday 11 May 2024 13:40:55 +0000 (0:00:00.011) 0:00:02.632 ********** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tests_states.yml:11 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.499) 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-cie3td3xnt/tests/playbooks/tests_states.yml:22 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.025) 0:00:03.157 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.016) 0:00:03.174 ********** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.012) 0:00:03.186 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.033) 0:00:03.220 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.014) 0:00:03.234 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.013) 0:00:03.247 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002832", "end": "2024-05-11 13:40:56.483513", "rc": 0, "start": "2024-05-11 13:40:56.480681" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.198) 0:00:03.446 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.054) 0:00:03.501 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.046) 0:00:03.547 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/delete_interface.yml:3 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.049) 0:00:03.597 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007362", "end": "2024-05-11 13:40:56.856185", "rc": 1, "start": "2024-05-11 13:40:56.848823" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.204) 0:00:03.801 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:40:56 +0000 (0:00:00.015) 0:00:03.817 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.211) 0:00:04.028 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.016) 0:00:04.045 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.019) 0:00:04.065 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.083) 0:00:04.148 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.022) 0:00:04.170 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.012) 0:00:04.183 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.011) 0:00:04.194 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:40:57 +0000 (0:00:00.010) 0:00:04.205 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:40:58 +0000 (0:00:01.561) 0:00:05.767 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:00 +0000 (0:00:01.573) 0:00:07.340 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.043) 0:00:07.383 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.024) 0:00:07.407 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.024) 0:00:07.432 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.040) 0:00:07.472 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.029) 0:00:07.501 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.042) 0:00:07.544 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.064) 0:00:07.609 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.031) 0:00:07.640 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.039) 0:00:07.680 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:00 +0000 (0:00:00.028) 0:00:07.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:01 +0000 (0:00:00.651) 0:00:08.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:01 +0000 (0:00:00.058) 0:00:08.418 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:01 +0000 (0:00:00.030) 0:00:08.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:01 +0000 (0:00:00.024) 0:00:08.474 ********** 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, 6a71558e-3434-4b57-9966-2ef5193b3104 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.536) 0:00:09.010 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.023) 0:00:09.033 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6a71558e-3434-4b57-9966-2ef5193b3104" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.023) 0:00:09.057 ********** 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, 6a71558e-3434-4b57-9966-2ef5193b3104\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6a71558e-3434-4b57-9966-2ef5193b3104" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.030) 0:00:09.088 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.035) 0:00:09.123 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.264) 0:00:09.387 ********** 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, 6a71558e-3434-4b57-9966-2ef5193b3104\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6a71558e-3434-4b57-9966-2ef5193b3104" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.032) 0:00:09.419 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.058) 0:00:09.478 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.055) 0:00:09.534 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.039) 0:00:09.573 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434862.0529382, "block_size": 4096, "blocks": 8, "ctime": 1715434861.996938, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2216601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715434861.996938, "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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.235) 0:00:09.808 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:41:02 +0000 (0:00:00.060) 0:00:09.869 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020346", "end": "2024-05-11 13:41:03.140557", "rc": 0, "start": "2024-05-11 13:41:03.120211" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.249) 0:00:10.118 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.032) 0:00:10.151 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.057) 0:00:10.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.043) 0:00:10.253 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.029) 0:00:10.282 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.028) 0:00:10.311 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.025) 0:00:10.337 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.025) 0:00:10.363 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.025) 0:00:10.389 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.044) 0:00:10.433 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.037) 0:00:10.471 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434861.9994063, "block_size": 4096, "blocks": 0, "ctime": 1715434861.9994063, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36252, "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": 1715434861.9994063, "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-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.193) 0:00:10.664 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.026) 0:00:10.691 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.047) 0:00:10.739 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:41:03 +0000 (0:00:00.044) 0:00:10.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.051762", "end": "2024-05-11 13:41:04.071693", "rc": 1, "start": "2024-05-11 13:41:04.019931" } STDOUT: Connection 'statebr' (6a71558e-3434-4b57-9966-2ef5193b3104) 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-cie3td3xnt/tests/playbooks/tests_states.yml:45 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.248) 0:00:11.031 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.041) 0:00:11.073 ********** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.025) 0:00:11.098 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.045) 0:00:11.143 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.038) 0:00:11.182 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.036) 0:00:11.218 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002978", "end": "2024-05-11 13:41:04.464224", "rc": 0, "start": "2024-05-11 13:41:04.461246" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.206) 0:00:11.425 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.035) 0:00:11.461 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.025) 0:00:11.486 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/delete_interface.yml:3 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.079) 0:00:11.566 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005421", "end": "2024-05-11 13:41:04.813836", "rc": 1, "start": "2024-05-11 13:41:04.808415" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.232) 0:00:11.799 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:41:04 +0000 (0:00:00.047) 0:00:11.847 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.231) 0:00:12.078 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.034) 0:00:12.113 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.064) 0:00:12.178 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.049) 0:00:12.227 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.043) 0:00:12.271 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.056) 0:00:12.327 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.033) 0:00:12.361 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:05 +0000 (0:00:00.078) 0:00:12.440 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:06 +0000 (0:00:01.474) 0:00:13.915 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:08 +0000 (0:00:01.365) 0:00:15.280 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.033) 0:00:15.314 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.037) 0:00:15.351 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.041) 0:00:15.393 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.034) 0:00:15.427 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.036) 0:00:15.464 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.081) 0:00:15.545 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.055) 0:00:15.600 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.027) 0:00:15.628 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.051) 0:00:15.679 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:08 +0000 (0:00:00.034) 0:00:15.714 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.434) 0:00:16.148 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.042) 0:00:16.190 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.030) 0:00:16.221 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.037) 0:00:16.259 ********** 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, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.378) 0:00:16.638 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.048) 0:00:16.686 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.038) 0:00:16.724 ********** 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, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.053) 0:00:16.777 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:09 +0000 (0:00:00.051) 0:00:16.829 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.204) 0:00:17.033 ********** 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, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 52aa38af-0a8e-48a7-bca0-5a7eccd4d484" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.050) 0:00:17.083 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.052) 0:00:17.136 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.052) 0:00:17.189 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.246) 0:00:17.435 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.028) 0:00:17.464 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.043) 0:00:17.507 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.030) 0:00:17.538 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434869.6629875, "block_size": 4096, "blocks": 8, "ctime": 1715434869.6629875, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2216601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715434869.6629875, "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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.192) 0:00:17.730 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:41:10 +0000 (0:00:00.024) 0:00:17.755 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019415", "end": "2024-05-11 13:41:11.009634", "rc": 0, "start": "2024-05-11 13:41:10.990219" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.220) 0:00:17.976 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.037) 0:00:18.013 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.038) 0:00:18.051 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.083) 0:00:18.135 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.026) 0:00:18.161 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.027) 0:00:18.188 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.026) 0:00:18.215 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.038) 0:00:18.253 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.037) 0:00:18.291 ********** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.064) 0:00:18.356 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.042) 0:00:18.399 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.051) 0:00:18.450 ********** 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.038696", "end": "2024-05-11 13:41:11.755666", "rc": 1, "start": "2024-05-11 13:41:11.716970" } STDOUT: Connection 'statebr' (52aa38af-0a8e-48a7-bca0-5a7eccd4d484) 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-cie3td3xnt/tests/playbooks/tests_states.yml:65 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.288) 0:00:18.739 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.042) 0:00:18.781 ********** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.035) 0:00:18.817 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:41:11 +0000 (0:00:00.086) 0:00:18.904 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.090) 0:00:18.994 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.045) 0:00:19.039 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002772", "end": "2024-05-11 13:41:12.307687", "rc": 0, "start": "2024-05-11 13:41:12.304915" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.226) 0:00:19.266 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.025) 0:00:19.292 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.045) 0:00:19.338 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.054) 0:00:19.393 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.044) 0:00:19.438 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.046) 0:00:19.484 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.046) 0:00:19.531 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.050) 0:00:19.582 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:12 +0000 (0:00:00.068) 0:00:19.650 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:14 +0000 (0:00:01.516) 0:00:21.167 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:15 +0000 (0:00:01.306) 0:00:22.474 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.043) 0:00:22.517 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.040) 0:00:22.557 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.029) 0:00:22.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.055) 0:00:22.642 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.034) 0:00:22.676 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.035) 0:00:22.712 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.058) 0:00:22.770 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.023) 0:00:22.794 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.054) 0:00:22.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:15 +0000 (0:00:00.033) 0:00:22.883 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.379) 0:00:23.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.040) 0:00:23.303 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.025) 0:00:23.329 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.023) 0:00:23.352 ********** 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, 6aad6b49-e057-4094-acbc-a35a845b9823 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.418) 0:00:23.771 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.035) 0:00:23.806 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6aad6b49-e057-4094-acbc-a35a845b9823" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:16 +0000 (0:00:00.070) 0:00:23.877 ********** 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, 6aad6b49-e057-4094-acbc-a35a845b9823\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6aad6b49-e057-4094-acbc-a35a845b9823" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.061) 0:00:23.939 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.049) 0:00:23.989 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.236) 0:00:24.225 ********** 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, 6aad6b49-e057-4094-acbc-a35a845b9823\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6aad6b49-e057-4094-acbc-a35a845b9823" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.026) 0:00:24.251 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml:3 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.087) 0:00:24.339 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.045) 0:00:24.385 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.097) 0:00:24.482 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.047) 0:00:24.529 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.059) 0:00:24.589 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:17 +0000 (0:00:00.059) 0:00:24.648 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:19 +0000 (0:00:01.552) 0:00:26.200 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:20 +0000 (0:00:01.379) 0:00:27.580 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.068) 0:00:27.649 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.064) 0:00:27.713 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.036) 0:00:27.749 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.072) 0:00:27.822 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.029) 0:00:27.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:20 +0000 (0:00:00.048) 0:00:27.900 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.106) 0:00:28.007 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.025) 0:00:28.032 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.030) 0:00:28.063 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.027) 0:00:28.090 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.356) 0:00:28.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.047) 0:00:28.493 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.117) 0:00:28.611 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:21 +0000 (0:00:00.036) 0:00:28.647 ********** 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, 6aad6b49-e057-4094-acbc-a35a845b9823 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.352) 0:00:29.000 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.023) 0:00:29.023 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6aad6b49-e057-4094-acbc-a35a845b9823 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.044) 0:00:29.068 ********** 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, 6aad6b49-e057-4094-acbc-a35a845b9823 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6aad6b49-e057-4094-acbc-a35a845b9823 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.027) 0:00:29.096 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.036) 0:00:29.133 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.203) 0:00:29.336 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.073) 0:00:29.410 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.084) 0:00:29.495 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434876.7294776, "block_size": 4096, "blocks": 0, "ctime": 1715434876.7294776, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36383, "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": 1715434876.7294776, "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-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.215) 0:00:29.710 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.041) 0:00:29.752 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.049) 0:00:29.802 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:41:22 +0000 (0:00:00.080) 0:00:29.882 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434876.7780335, "block_size": 4096, "blocks": 8, "ctime": 1715434876.7280333, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2216601, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1715434876.7280333, "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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.198) 0:00:30.080 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.026) 0:00:30.107 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019002", "end": "2024-05-11 13:41:23.360636", "rc": 0, "start": "2024-05-11 13:41:23.341634" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.211) 0:00:30.318 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.031) 0:00:30.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.045) 0:00:30.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.029) 0:00:30.424 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.066) 0:00:30.490 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.036) 0:00:30.527 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.054) 0:00:30.581 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.078) 0:00:30.660 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.030) 0:00:30.690 ********** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.028) 0:00:30.719 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.025) 0:00:30.745 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:41:23 +0000 (0:00:00.099) 0:00:30.844 ********** 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.057116", "end": "2024-05-11 13:41:24.151156", "rc": 1, "start": "2024-05-11 13:41:24.094040" } STDOUT: Connection 'statebr' (6aad6b49-e057-4094-acbc-a35a845b9823) 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-cie3td3xnt/tests/playbooks/tests_states.yml:83 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.265) 0:00:31.109 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.038) 0:00:31.148 ********** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.024) 0:00:31.172 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.045) 0:00:31.217 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.038) 0:00:31.256 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.069) 0:00:31.325 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002858", "end": "2024-05-11 13:41:24.598044", "rc": 0, "start": "2024-05-11 13:41:24.595186" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.230) 0:00:31.556 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.024) 0:00:31.581 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.025) 0:00:31.606 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.045) 0:00:31.652 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.103) 0:00:31.756 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.045) 0:00:31.801 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.031) 0:00:31.833 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.038) 0:00:31.871 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:24 +0000 (0:00:00.029) 0:00:31.900 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:26 +0000 (0:00:01.496) 0:00:33.397 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:27 +0000 (0:00:01.352) 0:00:34.749 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:27 +0000 (0:00:00.030) 0:00:34.780 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:27 +0000 (0:00:00.023) 0:00:34.803 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:27 +0000 (0:00:00.023) 0:00:34.827 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:27 +0000 (0:00:00.040) 0:00:34.867 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:27 +0000 (0:00:00.025) 0:00:34.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.055) 0:00:34.948 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.109) 0:00:35.058 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.024) 0:00:35.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.039) 0:00:35.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.043) 0:00:35.164 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.357) 0:00:35.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.025) 0:00:35.546 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.021) 0:00:35.568 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:28 +0000 (0:00:00.020) 0:00:35.588 ********** 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, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.456) 0:00:36.045 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.025) 0:00:36.071 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.042) 0:00:36.114 ********** 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, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.038) 0:00:36.152 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.025) 0:00:36.177 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.189) 0:00:36.367 ********** 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, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml:3 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.024) 0:00:36.391 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.039) 0:00:36.430 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.043) 0:00:36.473 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.028) 0:00:36.502 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.029) 0:00:36.532 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:29 +0000 (0:00:00.025) 0:00:36.557 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:31 +0000 (0:00:01.471) 0:00:38.029 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:32 +0000 (0:00:01.304) 0:00:39.334 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.070) 0:00:39.404 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.064) 0:00:39.469 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.030) 0:00:39.499 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.097) 0:00:39.596 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.067) 0:00:39.664 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.057) 0:00:39.721 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.083) 0:00:39.805 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.041) 0:00:39.846 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:32 +0000 (0:00:00.047) 0:00:39.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.042) 0:00:39.936 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.382) 0:00:40.319 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.029) 0:00:40.349 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.025) 0:00:40.374 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.035) 0:00:40.409 ********** 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, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.334) 0:00:40.744 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.043) 0:00:40.788 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.026) 0:00:40.815 ********** 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, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 88eab2d1-f7da-4500-bfb4-0e28afc6e4e4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.036) 0:00:40.852 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:33 +0000 (0:00:00.029) 0:00:40.882 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.216) 0:00:41.098 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove_profile.yml:3 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.089) 0:00:41.188 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.072) 0:00:41.260 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.055) 0:00:41.316 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.042) 0:00:41.359 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.027) 0:00:41.386 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:34 +0000 (0:00:00.027) 0:00:41.414 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:35 +0000 (0:00:01.483) 0:00:42.897 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:37 +0000 (0:00:01.353) 0:00:44.251 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.042) 0:00:44.294 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.026) 0:00:44.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.027) 0:00:44.348 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.040) 0:00:44.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.034) 0:00:44.423 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.036) 0:00:44.460 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.069) 0:00:44.529 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.040) 0:00:44.570 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.045) 0:00:44.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:37 +0000 (0:00:00.061) 0:00:44.677 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.431) 0:00:45.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.026) 0:00:45.135 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.075) 0:00:45.210 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.023) 0:00:45.234 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.370) 0:00:45.604 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.024) 0:00:45.629 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.033) 0:00:45.663 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.027) 0:00:45.690 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.024) 0:00:45.714 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:41:38 +0000 (0:00:00.199) 0:00:45.914 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.082) 0:00:45.997 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.039) 0:00:46.036 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434888.9894125, "block_size": 4096, "blocks": 0, "ctime": 1715434888.9894125, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36514, "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": 1715434888.9894125, "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-cie3td3xnt/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.226) 0:00:46.263 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.072) 0:00:46.336 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.111) 0:00:46.447 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.038) 0:00:46.485 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.268) 0:00:46.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:41:39 +0000 (0:00:00.046) 0:00:46.800 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018915", "end": "2024-05-11 13:41:40.078878", "rc": 1, "start": "2024-05-11 13:41:40.059963" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.245) 0:00:47.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.026) 0:00:47.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.032) 0:00:47.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.038) 0:00:47.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.032) 0:00:47.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.030) 0:00:47.206 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.029) 0:00:47.236 ********** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.036) 0:00:47.273 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.027) 0:00:47.301 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.045) 0:00:47.346 ********** 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.065740", "end": "2024-05-11 13:41:40.660365", "rc": 1, "start": "2024-05-11 13:41:40.594625" } STDOUT: Connection 'statebr' (88eab2d1-f7da-4500-bfb4-0e28afc6e4e4) 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-cie3td3xnt/tests/playbooks/tests_states.yml:103 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.304) 0:00:47.650 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.059) 0:00:47.710 ********** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.040) 0:00:47.750 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.065) 0:00:47.815 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.041) 0:00:47.857 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:41:40 +0000 (0:00:00.039) 0:00:47.896 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003265", "end": "2024-05-11 13:41:41.169669", "rc": 0, "start": "2024-05-11 13:41:41.166404" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.244) 0:00:48.140 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.026) 0:00:48.166 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.027) 0:00:48.194 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.048) 0:00:48.242 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.056) 0:00:48.299 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.098) 0:00:48.398 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.034) 0:00:48.432 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.025) 0:00:48.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:41 +0000 (0:00:00.030) 0:00:48.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:43 +0000 (0:00:01.471) 0:00:49.961 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:44 +0000 (0:00:01.385) 0:00:51.346 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.035) 0:00:51.382 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.055) 0:00:51.437 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.066) 0:00:51.504 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.029) 0:00:51.534 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.026) 0:00:51.560 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.030) 0:00:51.591 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.045) 0:00:51.636 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.023) 0:00:51.659 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.023) 0:00:51.682 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:44 +0000 (0:00:00.025) 0:00:51.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.368) 0:00:52.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.035) 0:00:52.112 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.037) 0:00:52.150 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.049) 0:00:52.199 ********** 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, f7ae66b2-61a5-4b88-8337-dcefbf5be171 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.490) 0:00:52.690 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.075) 0:00:52.766 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f7ae66b2-61a5-4b88-8337-dcefbf5be171" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.041) 0:00:52.807 ********** 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, f7ae66b2-61a5-4b88-8337-dcefbf5be171\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f7ae66b2-61a5-4b88-8337-dcefbf5be171" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.032) 0:00:52.839 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:45 +0000 (0:00:00.034) 0:00:52.874 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.210) 0:00:53.084 ********** 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, f7ae66b2-61a5-4b88-8337-dcefbf5be171\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f7ae66b2-61a5-4b88-8337-dcefbf5be171" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml:3 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.026) 0:00:53.111 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.046) 0:00:53.157 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.085) 0:00:53.243 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.032) 0:00:53.276 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.032) 0:00:53.309 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:46 +0000 (0:00:00.030) 0:00:53.339 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:47 +0000 (0:00:01.495) 0:00:54.835 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:49 +0000 (0:00:01.298) 0:00:56.133 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.024) 0:00:56.158 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.024) 0:00:56.182 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.039) 0:00:56.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.030) 0:00:56.253 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.023) 0:00:56.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.027) 0:00:56.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.070) 0:00:56.374 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.024) 0:00:56.398 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.041) 0:00:56.440 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.030) 0:00:56.470 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.398) 0:00:56.869 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:49 +0000 (0:00:00.056) 0:00:56.925 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.042) 0:00:56.968 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.030) 0:00:56.998 ********** 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, f7ae66b2-61a5-4b88-8337-dcefbf5be171 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.402) 0:00:57.400 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.024) 0:00:57.424 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f7ae66b2-61a5-4b88-8337-dcefbf5be171 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.028) 0:00:57.453 ********** 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, f7ae66b2-61a5-4b88-8337-dcefbf5be171 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f7ae66b2-61a5-4b88-8337-dcefbf5be171 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.091) 0:00:57.545 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.030) 0:00:57.575 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove_profile.yml:3 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.208) 0:00:57.783 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.044) 0:00:57.828 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:50 +0000 (0:00:00.076) 0:00:57.904 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:51 +0000 (0:00:00.032) 0:00:57.936 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:51 +0000 (0:00:00.024) 0:00:57.960 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:51 +0000 (0:00:00.024) 0:00:57.985 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:52 +0000 (0:00:01.468) 0:00:59.453 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:53 +0000 (0:00:01.381) 0:01:00.835 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:53 +0000 (0:00:00.046) 0:01:00.881 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.069) 0:01:00.951 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.049) 0:01:01.000 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.030) 0:01:01.031 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.026) 0:01:01.057 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.033) 0:01:01.091 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.051) 0:01:01.143 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.061) 0:01:01.204 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.108) 0:01:01.313 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.089) 0:01:01.402 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.343) 0:01:01.745 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.037) 0:01:01.783 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.024) 0:01:01.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:54 +0000 (0:00:00.060) 0:01:01.868 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.368) 0:01:02.236 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.039) 0:01:02.275 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.065) 0:01:02.341 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.034) 0:01:02.376 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.046) 0:01:02.423 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.199) 0:01:02.622 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.053) 0:01:02.676 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.045) 0:01:02.721 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.054) 0:01:02.776 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.041) 0:01:02.818 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.033) 0:01:02.851 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:41:55 +0000 (0:00:00.061) 0:01:02.913 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:41:57 +0000 (0:00:01.496) 0:01:04.409 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:41:58 +0000 (0:00:01.345) 0:01:05.755 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:41:58 +0000 (0:00:00.056) 0:01:05.811 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:41:58 +0000 (0:00:00.046) 0:01:05.858 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:41:58 +0000 (0:00:00.024) 0:01:05.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.072) 0:01:05.954 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.026) 0:01:05.981 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.047) 0:01:06.028 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.126) 0:01:06.154 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.103) 0:01:06.258 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.041) 0:01:06.299 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.051) 0:01:06.351 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.375) 0:01:06.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.040) 0:01:06.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.026) 0:01:06.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:41:59 +0000 (0:00:00.044) 0:01:06.838 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.444) 0:01:07.282 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.057) 0:01:07.339 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.042) 0:01:07.382 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.069) 0:01:07.451 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.039) 0:01:07.491 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.218) 0:01:07.709 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.082) 0:01:07.791 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.101) 0:01:07.893 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:42:00 +0000 (0:00:00.025) 0:01:07.918 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.194) 0:01:08.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.027) 0:01:08.140 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019024", "end": "2024-05-11 13:42:01.428610", "rc": 1, "start": "2024-05-11 13:42:01.409586" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.246) 0:01:08.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.028) 0:01:08.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.033) 0:01:08.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.035) 0:01:08.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.025) 0:01:08.510 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.023) 0:01:08.534 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.024) 0:01:08.559 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.043) 0:01:08.602 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.066) 0:01:08.669 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:42:01 +0000 (0:00:00.207) 0:01:08.876 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.062) 0:01:08.939 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.027) 0:01:08.966 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.051) 0:01:09.018 ********** 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.036714", "end": "2024-05-11 13:42:02.292394", "rc": 1, "start": "2024-05-11 13:42:02.255680" } 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-cie3td3xnt/tests/playbooks/tests_states.yml:126 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.238) 0:01:09.256 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:5 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.040) 0:01:09.297 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:9 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.025) 0:01:09.322 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:21 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.047) 0:01:09.369 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.053) 0:01:09.422 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:42:02 +0000 (0:00:00.038) 0:01:09.461 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003898", "end": "2024-05-11 13:42:03.700429", "rc": 0, "start": "2024-05-11 13:42:02.696531" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:42:03 +0000 (0:00:01.197) 0:01:10.659 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.030) 0:01:10.689 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:24 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.041) 0:01:10.730 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.056) 0:01:10.787 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.042) 0:01:10.829 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.048) 0:01:10.878 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:42:03 +0000 (0:00:00.033) 0:01:10.912 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:42:04 +0000 (0:00:00.036) 0:01:10.949 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:42:04 +0000 (0:00:00.024) 0:01:10.973 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:42:05 +0000 (0:00:01.471) 0:01:12.444 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:42:06 +0000 (0:00:01.307) 0:01:13.752 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:42:06 +0000 (0:00:00.024) 0:01:13.777 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:42:06 +0000 (0:00:00.042) 0:01:13.819 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:42:06 +0000 (0:00:00.026) 0:01:13.846 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:42:06 +0000 (0:00:00.038) 0:01:13.884 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:42:06 +0000 (0:00:00.023) 0:01:13.908 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.065) 0:01:13.974 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.054) 0:01:14.029 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.025) 0:01:14.054 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.028) 0:01:14.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.031) 0:01:14.115 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.351) 0:01:14.466 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.028) 0:01:14.495 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.058) 0:01:14.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:42:07 +0000 (0:00:00.045) 0:01:14.600 ********** 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, 16d42b51-47f6-409d-a8a7-1e191153b082 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.372) 0:01:14.972 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.026) 0:01:14.999 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 16d42b51-47f6-409d-a8a7-1e191153b082" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.025) 0:01:15.025 ********** 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, 16d42b51-47f6-409d-a8a7-1e191153b082\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 16d42b51-47f6-409d-a8a7-1e191153b082" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.024) 0:01:15.050 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.022) 0:01:15.073 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.194) 0:01:15.267 ********** 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, 16d42b51-47f6-409d-a8a7-1e191153b082\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 16d42b51-47f6-409d-a8a7-1e191153b082" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/activate_profile.yml:3 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.066) 0:01:15.333 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.047) 0:01:15.381 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.056) 0:01:15.438 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.039) 0:01:15.477 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.030) 0:01:15.508 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:42:08 +0000 (0:00:00.028) 0:01:15.536 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:42:10 +0000 (0:00:01.486) 0:01:17.023 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:42:11 +0000 (0:00:01.329) 0:01:18.353 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.023) 0:01:18.376 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.022) 0:01:18.398 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.023) 0:01:18.421 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.028) 0:01:18.450 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.023) 0:01:18.473 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.027) 0:01:18.501 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.047) 0:01:18.548 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.023) 0:01:18.571 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.023) 0:01:18.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:42:11 +0000 (0:00:00.025) 0:01:18.620 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.378) 0:01:18.998 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.027) 0:01:19.026 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.022) 0:01:19.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.022) 0:01:19.071 ********** 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, 16d42b51-47f6-409d-a8a7-1e191153b082 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.325) 0:01:19.397 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.022) 0:01:19.420 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 16d42b51-47f6-409d-a8a7-1e191153b082 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.023) 0:01:19.443 ********** 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, 16d42b51-47f6-409d-a8a7-1e191153b082 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 16d42b51-47f6-409d-a8a7-1e191153b082 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.024) 0:01:19.467 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.023) 0:01:19.491 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.189) 0:01:19.680 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.044) 0:01:19.724 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.050) 0:01:19.775 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.032) 0:01:19.807 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.066) 0:01:19.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:42:12 +0000 (0:00:00.040) 0:01:19.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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:42:14 +0000 (0:00:01.449) 0:01:21.363 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:42:15 +0000 (0:00:01.300) 0:01:22.664 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.025) 0:01:22.690 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.040) 0:01:22.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.078) 0:01:22.809 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.029) 0:01:22.838 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.024) 0:01:22.862 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:42:15 +0000 (0:00:00.028) 0:01:22.891 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.044) 0:01:22.935 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.022) 0:01:22.958 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.024) 0:01:22.982 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.026) 0:01:23.008 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.339) 0:01:23.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.027) 0:01:23.375 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.024) 0:01:23.400 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.031) 0:01:23.431 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.389) 0:01:23.821 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.022) 0:01:23.843 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:42:16 +0000 (0:00:00.060) 0:01:23.904 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.027) 0:01:23.932 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.023) 0:01:23.956 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:30 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.187) 0:01:24.143 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.043) 0:01:24.187 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.047) 0:01:24.234 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.044) 0:01:24.279 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.029) 0:01:24.308 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.022) 0:01:24.331 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 11 May 2024 13:42:17 +0000 (0:00:00.038) 0:01:24.369 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 11 May 2024 13:42:18 +0000 (0:00:01.482) 0:01:25.851 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 11 May 2024 13:42:20 +0000 (0:00:01.300) 0:01:27.152 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.027) 0:01:27.179 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.033) 0:01:27.212 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.041) 0:01:27.254 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.033) 0:01:27.288 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.033) 0:01:27.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.073) 0:01:27.395 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.052) 0:01:27.448 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.037) 0:01:27.485 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.041) 0:01:27.527 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 11 May 2024 13:42:20 +0000 (0:00:00.043) 0:01:27.570 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.410) 0:01:27.981 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.036) 0:01:28.018 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.038) 0:01:28.056 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.031) 0:01:28.088 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.356) 0:01:28.444 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.032) 0:01:28.477 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.024) 0:01:28.502 ********** 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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.027) 0:01:28.530 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.026) 0:01:28.556 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:36 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.234) 0:01:28.791 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 May 2024 13:42:21 +0000 (0:00:00.115) 0:01:28.906 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.049) 0:01:28.955 ********** 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.057) 0:01:29.013 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.237) 0:01:29.251 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.025) 0:01:29.276 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018074", "end": "2024-05-11 13:42:22.533288", "rc": 1, "start": "2024-05-11 13:42:22.515214" } 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-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.244) 0:01:29.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.037) 0:01:29.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.034) 0:01:29.593 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.049) 0:01:29.643 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.032) 0:01:29.675 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.025) 0:01:29.700 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 11 May 2024 13:42:22 +0000 (0:00:00.029) 0:01:29.730 ********** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.942972", "end": "2024-05-11 13:42:23.910214", "rc": 0, "start": "2024-05-11 13:42:22.967242" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 11 May 2024 13:42:23 +0000 (0:00:01.137) 0:01:30.868 ********** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 11 May 2024 13:42:23 +0000 (0:00:00.024) 0:01:30.892 ********** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/run_test.yml:42 Saturday 11 May 2024 13:42:23 +0000 (0:00:00.024) 0:01:30.917 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.044) 0:01:30.962 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.038) 0:01:31.001 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.195) 0:01:31.196 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:47 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.027) 0:01:31.224 ********** 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-cie3td3xnt/tests/playbooks/tasks/run_test.yml:66 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.024) 0:01:31.249 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.048) 0:01:31.298 ********** 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.036512", "end": "2024-05-11 13:42:24.570117", "rc": 1, "start": "2024-05-11 13:42:24.533605" } 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-cie3td3xnt/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.234) 0:01:31.532 ********** 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.008255", "end": "2024-05-11 13:42:24.773380", "rc": 0, "start": "2024-05-11 13:42:24.765125" } 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 0e:90:b1:0d:12:dd brd ff:ff:ff:ff:ff:ff inet 10.31.41.235/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 1983sec preferred_lft 1983sec inet6 fe80::c90:b1ff:fe0d:12dd/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.235 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.235 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-cie3td3xnt/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 11 May 2024 13:42:24 +0000 (0:00:00.196) 0:01:31.729 ********** 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.120413", "end": "2024-05-11 13:42:25.088543", "rc": 0, "start": "2024-05-11 13:42:24.968130" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 6100 0 --:--:-- --:--:-- --:--:-- 6100 % 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 6062 0 --:--:-- --:--:-- --:--:-- 6062 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=292 rescued=0 ignored=11 Saturday 11 May 2024 13:42:25 +0000 (0:00:00.315) 0:01:32.044 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.28s /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 2.11s /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.57s /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.52s /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/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-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.42s /WORKDIR/git-weekly-cie3td3xnt/tests/roles/linux-system-roles.network/tasks/main.yml:173 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---