# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cioeany848/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-weekly-cioeany848/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/tests_states_nm.yml:6 Friday 09 August 2024 07:39:30 +0000 (0:00:00.022) 0:00:00.022 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cioeany848/tests/tests_states_nm.yml:9 Friday 09 August 2024 07:39:31 +0000 (0:00:00.831) 0:00:00.854 ********* included: /WORKDIR/git-weekly-cioeany848/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-cioeany848/tests/tasks/el_repo_setup.yml:3 Friday 09 August 2024 07:39:31 +0000 (0:00:00.016) 0:00:00.871 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/el_repo_setup.yml:17 Friday 09 August 2024 07:39:32 +0000 (0:00:00.325) 0:00:01.196 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/el_repo_setup.yml:22 Friday 09 August 2024 07:39:32 +0000 (0:00:00.219) 0:00:01.415 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/el_repo_setup.yml:26 Friday 09 August 2024 07:39:32 +0000 (0:00:00.014) 0:00:01.430 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/el_repo_setup.yml:51 Friday 09 August 2024 07:39:32 +0000 (0:00:00.008) 0:00:01.439 ********* included: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml:8 Friday 09 August 2024 07:39:32 +0000 (0:00:00.019) 0:00:01.459 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml:24 Friday 09 August 2024 07:39:32 +0000 (0:00:00.009) 0:00:01.468 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml:30 Friday 09 August 2024 07:39:32 +0000 (0:00:00.007) 0:00:01.476 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml:35 Friday 09 August 2024 07:39:32 +0000 (0:00:00.008) 0:00:01.485 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tasks/enable_epel.yml:40 Friday 09 August 2024 07:39:32 +0000 (0:00:00.008) 0:00:01.494 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/tests_states_nm.yml:11 Friday 09 August 2024 07:39:32 +0000 (0:00:00.008) 0:00:01.503 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tests_states.yml:3 Friday 09 August 2024 07:39:32 +0000 (0:00:00.016) 0:00:01.519 ********* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tests_states.yml:11 Friday 09 August 2024 07:39:32 +0000 (0:00:00.582) 0:00:02.101 ********* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tests_states.yml:22 Friday 09 August 2024 07:39:32 +0000 (0:00:00.016) 0:00:02.118 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:39:33 +0000 (0:00:00.030) 0:00:02.148 ********* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:39:33 +0000 (0:00:00.014) 0:00:02.163 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:39:33 +0000 (0:00:00.066) 0:00:02.230 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.022) 0:00:02.252 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.017) 0:00:02.270 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003227", "end": "2024-08-09 07:39:33.361875", "rc": 0, "start": "2024-08-09 07:39:33.358648" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:39:33 +0000 (0:00:00.267) 0:00:02.537 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:39:33 +0000 (0:00:00.013) 0:00:02.550 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:39:33 +0000 (0:00:00.016) 0:00:02.567 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/delete_interface.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.034) 0:00:02.601 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007432", "end": "2024-08-09 07:39:33.608631", "rc": 1, "start": "2024-08-09 07:39:33.601199" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.184) 0:00:02.785 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.024) 0:00:02.809 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 August 2024 07:39:33 +0000 (0:00:00.175) 0:00:02.985 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:39:33 +0000 (0:00:00.020) 0:00:03.006 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.020) 0:00:03.026 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:39:33 +0000 (0:00:00.032) 0:00:03.059 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:39:33 +0000 (0:00:00.024) 0:00:03.083 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:39:33 +0000 (0:00:00.020) 0:00:03.104 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:39:33 +0000 (0:00:00.025) 0:00:03.129 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:39:34 +0000 (0:00:00.025) 0:00:03.154 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:39:36 +0000 (0:00:02.421) 0:00:05.576 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:39:37 +0000 (0:00:00.783) 0:00:06.360 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:39:37 +0000 (0:00:00.021) 0:00:06.382 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:39:37 +0000 (0:00:00.018) 0:00:06.400 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:39:37 +0000 (0:00:00.019) 0:00:06.419 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:39:37 +0000 (0:00:00.023) 0:00:06.443 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:39:37 +0000 (0:00:00.035) 0:00:06.478 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:39:37 +0000 (0:00:00.025) 0:00:06.504 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:39:37 +0000 (0:00:00.047) 0:00:06.552 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:39:37 +0000 (0:00:00.073) 0:00:06.625 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:39:37 +0000 (0:00:00.018) 0:00:06.644 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:39:37 +0000 (0:00:00.019) 0:00:06.663 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:39:37 +0000 (0:00:00.029) 0:00:06.692 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:39:38 +0000 (0:00:00.515) 0:00:07.207 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:39:38 +0000 (0:00:00.033) 0:00:07.241 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:39:38 +0000 (0:00:00.021) 0:00:07.263 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:39:38 +0000 (0:00:00.020) 0:00:07.283 ********* 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, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:39:38 +0000 (0:00:00.495) 0:00:07.779 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:39:38 +0000 (0:00:00.024) 0:00:07.804 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:39:38 +0000 (0:00:00.024) 0:00:07.828 ********* 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, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:39:38 +0000 (0:00:00.024) 0:00:07.853 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:39:38 +0000 (0:00:00.021) 0:00:07.875 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 09 August 2024 07:39:39 +0000 (0:00:00.319) 0:00:08.194 ********* 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, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:39:39 +0000 (0:00:00.042) 0:00:08.236 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 August 2024 07:39:39 +0000 (0:00:00.045) 0:00:08.282 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:39:39 +0000 (0:00:00.071) 0:00:08.353 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:39:39 +0000 (0:00:00.048) 0:00:08.402 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:39:39 +0000 (0:00:00.195) 0:00:08.598 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:39:39 +0000 (0:00:00.020) 0:00:08.619 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019726", "end": "2024-08-09 07:39:39.646150", "rc": 0, "start": "2024-08-09 07:39:39.626424" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:39:39 +0000 (0:00:00.203) 0:00:08.822 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:39:39 +0000 (0:00:00.026) 0:00:08.848 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:39:39 +0000 (0:00:00.024) 0:00:08.873 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:39:39 +0000 (0:00:00.021) 0:00:08.895 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:39:39 +0000 (0:00:00.021) 0:00:08.916 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 August 2024 07:39:39 +0000 (0:00:00.021) 0:00:08.937 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 August 2024 07:39:39 +0000 (0:00:00.024) 0:00:08.961 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 August 2024 07:39:39 +0000 (0:00:00.032) 0:00:08.994 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:39:39 +0000 (0:00:00.022) 0:00:09.016 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml for sut => (item={'what': 'tasks/assert_device_present.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 August 2024 07:39:39 +0000 (0:00:00.042) 0:00:09.059 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:39:39 +0000 (0:00:00.032) 0:00:09.092 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723189178.5522335, "block_size": 4096, "blocks": 0, "ctime": 1723189178.5522335, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32711, "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": 1723189178.5522335, "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-cioeany848/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 August 2024 07:39:40 +0000 (0:00:00.184) 0:00:09.276 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:39:40 +0000 (0:00:00.095) 0:00:09.371 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:39:40 +0000 (0:00:00.026) 0:00:09.398 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:39:40 +0000 (0:00:00.042) 0:00:09.440 ********* 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.052476", "end": "2024-08-09 07:39:40.496722", "rc": 1, "start": "2024-08-09 07:39:40.444246" } STDOUT: Connection 'statebr' (06a4f4d3-13cd-43fd-bcfb-db88b9fe6f8c) 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-cioeany848/tests/playbooks/tests_states.yml:45 Friday 09 August 2024 07:39:40 +0000 (0:00:00.232) 0:00:09.672 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:39:40 +0000 (0:00:00.043) 0:00:09.716 ********* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:39:40 +0000 (0:00:00.049) 0:00:09.765 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:39:40 +0000 (0:00:00.074) 0:00:09.840 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:39:40 +0000 (0:00:00.035) 0:00:09.875 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:39:40 +0000 (0:00:00.039) 0:00:09.915 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2024-08-09 07:39:40.923870", "rc": 0, "start": "2024-08-09 07:39:40.920351" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:39:40 +0000 (0:00:00.184) 0:00:10.099 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:39:40 +0000 (0:00:00.021) 0:00:10.121 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:39:40 +0000 (0:00:00.021) 0:00:10.142 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/delete_interface.yml:3 Friday 09 August 2024 07:39:41 +0000 (0:00:00.037) 0:00:10.180 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006271", "end": "2024-08-09 07:39:41.194632", "rc": 1, "start": "2024-08-09 07:39:41.188361" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 August 2024 07:39:41 +0000 (0:00:00.224) 0:00:10.404 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:39:41 +0000 (0:00:00.037) 0:00:10.441 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 August 2024 07:39:41 +0000 (0:00:00.213) 0:00:10.655 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:39:41 +0000 (0:00:00.037) 0:00:10.693 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut => (item=tasks/create_bridge_profile_no_autoconnect.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Friday 09 August 2024 07:39:41 +0000 (0:00:00.056) 0:00:10.750 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:39:41 +0000 (0:00:00.061) 0:00:10.811 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:39:41 +0000 (0:00:00.072) 0:00:10.883 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:39:41 +0000 (0:00:00.037) 0:00:10.921 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:39:41 +0000 (0:00:00.025) 0:00:10.947 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:39:41 +0000 (0:00:00.045) 0:00:10.993 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:39:43 +0000 (0:00:01.376) 0:00:12.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 [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:39:43 +0000 (0:00:00.695) 0:00:13.064 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:39:43 +0000 (0:00:00.025) 0:00:13.089 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:39:43 +0000 (0:00:00.029) 0:00:13.119 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:39:44 +0000 (0:00:00.030) 0:00:13.150 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:39:44 +0000 (0:00:00.046) 0:00:13.196 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:39:44 +0000 (0:00:00.036) 0:00:13.232 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:39:44 +0000 (0:00:00.025) 0:00:13.258 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:39:44 +0000 (0:00:00.031) 0:00:13.290 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:39:44 +0000 (0:00:00.052) 0:00:13.343 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:39:44 +0000 (0:00:00.021) 0:00:13.364 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:39:44 +0000 (0:00:00.022) 0:00:13.386 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:39:44 +0000 (0:00:00.032) 0:00:13.419 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:39:44 +0000 (0:00:00.333) 0:00:13.752 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:39:44 +0000 (0:00:00.032) 0:00:13.784 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:39:44 +0000 (0:00:00.020) 0:00:13.805 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:39:44 +0000 (0:00:00.027) 0:00:13.833 ********* 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, ab115440-4eda-4bd3-bb14-56aa8d3c3946 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:39:45 +0000 (0:00:00.362) 0:00:14.196 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:39:45 +0000 (0:00:00.055) 0:00:14.251 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab115440-4eda-4bd3-bb14-56aa8d3c3946" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:39:45 +0000 (0:00:00.126) 0:00:14.377 ********* 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, ab115440-4eda-4bd3-bb14-56aa8d3c3946\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab115440-4eda-4bd3-bb14-56aa8d3c3946" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:39:45 +0000 (0:00:00.038) 0:00:14.416 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:39:45 +0000 (0:00:00.050) 0:00:14.467 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Friday 09 August 2024 07:39:45 +0000 (0:00:00.216) 0:00:14.683 ********* 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, ab115440-4eda-4bd3-bb14-56aa8d3c3946\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab115440-4eda-4bd3-bb14-56aa8d3c3946" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:39:45 +0000 (0:00:00.025) 0:00:14.709 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 August 2024 07:39:45 +0000 (0:00:00.049) 0:00:14.759 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:39:45 +0000 (0:00:00.048) 0:00:14.808 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 August 2024 07:39:45 +0000 (0:00:00.223) 0:00:15.031 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 August 2024 07:39:45 +0000 (0:00:00.023) 0:00:15.055 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:39:45 +0000 (0:00:00.043) 0:00:15.098 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:39:46 +0000 (0:00:00.052) 0:00:15.151 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:39:46 +0000 (0:00:00.188) 0:00:15.340 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:39:46 +0000 (0:00:00.021) 0:00:15.361 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019354", "end": "2024-08-09 07:39:46.396662", "rc": 0, "start": "2024-08-09 07:39:46.377308" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:39:46 +0000 (0:00:00.218) 0:00:15.579 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:39:46 +0000 (0:00:00.027) 0:00:15.607 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:39:46 +0000 (0:00:00.086) 0:00:15.693 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:39:46 +0000 (0:00:00.040) 0:00:15.733 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:39:46 +0000 (0:00:00.026) 0:00:15.759 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 August 2024 07:39:46 +0000 (0:00:00.042) 0:00:15.802 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 August 2024 07:39:46 +0000 (0:00:00.034) 0:00:15.837 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 August 2024 07:39:46 +0000 (0:00:00.040) 0:00:15.878 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:39:46 +0000 (0:00:00.044) 0:00:15.922 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:39:46 +0000 (0:00:00.024) 0:00:15.947 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:39:46 +0000 (0:00:00.038) 0:00:15.986 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:39:46 +0000 (0:00:00.038) 0:00:16.024 ********* 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.037268", "end": "2024-08-09 07:39:47.103602", "rc": 1, "start": "2024-08-09 07:39:47.066334" } STDOUT: Connection 'statebr' (ab115440-4eda-4bd3-bb14-56aa8d3c3946) 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-cioeany848/tests/playbooks/tests_states.yml:65 Friday 09 August 2024 07:39:47 +0000 (0:00:00.263) 0:00:16.287 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:39:47 +0000 (0:00:00.055) 0:00:16.343 ********* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:39:47 +0000 (0:00:00.025) 0:00:16.368 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:39:47 +0000 (0:00:00.047) 0:00:16.416 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:39:47 +0000 (0:00:00.045) 0:00:16.461 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:39:47 +0000 (0:00:00.070) 0:00:16.532 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-08-09 07:39:47.535008", "rc": 0, "start": "2024-08-09 07:39:47.531714" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:39:47 +0000 (0:00:00.191) 0:00:16.724 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:39:47 +0000 (0:00:00.030) 0:00:16.754 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:39:47 +0000 (0:00:00.031) 0:00:16.786 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 09 August 2024 07:39:47 +0000 (0:00:00.040) 0:00:16.827 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:39:47 +0000 (0:00:00.058) 0:00:16.885 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:39:47 +0000 (0:00:00.044) 0:00:16.930 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:39:47 +0000 (0:00:00.030) 0:00:16.960 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:39:47 +0000 (0:00:00.023) 0:00:16.984 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:39:47 +0000 (0:00:00.026) 0:00:17.011 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:39:49 +0000 (0:00:01.356) 0:00:18.367 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:39:49 +0000 (0:00:00.699) 0:00:19.067 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:39:49 +0000 (0:00:00.024) 0:00:19.092 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:39:49 +0000 (0:00:00.020) 0:00:19.112 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:39:49 +0000 (0:00:00.022) 0:00:19.135 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:39:50 +0000 (0:00:00.029) 0:00:19.165 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:39:50 +0000 (0:00:00.034) 0:00:19.199 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:39:50 +0000 (0:00:00.032) 0:00:19.231 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:39:50 +0000 (0:00:00.036) 0:00:19.268 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:39:50 +0000 (0:00:00.052) 0:00:19.321 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:39:50 +0000 (0:00:00.019) 0:00:19.340 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:39:50 +0000 (0:00:00.019) 0:00:19.360 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:39:50 +0000 (0:00:00.031) 0:00:19.391 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:39:50 +0000 (0:00:00.334) 0:00:19.725 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:39:50 +0000 (0:00:00.031) 0:00:19.757 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:39:50 +0000 (0:00:00.021) 0:00:19.778 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:39:50 +0000 (0:00:00.026) 0:00:19.805 ********* 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, e14d52b7-e902-4305-b3d3-56f78f9763f7 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:39:51 +0000 (0:00:00.401) 0:00:20.207 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:39:51 +0000 (0:00:00.021) 0:00:20.228 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e14d52b7-e902-4305-b3d3-56f78f9763f7" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:39:51 +0000 (0:00:00.069) 0:00:20.298 ********* 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, e14d52b7-e902-4305-b3d3-56f78f9763f7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e14d52b7-e902-4305-b3d3-56f78f9763f7" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:39:51 +0000 (0:00:00.026) 0:00:20.325 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:39:51 +0000 (0:00:00.029) 0:00:20.354 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 09 August 2024 07:39:51 +0000 (0:00:00.191) 0:00:20.545 ********* 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, e14d52b7-e902-4305-b3d3-56f78f9763f7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e14d52b7-e902-4305-b3d3-56f78f9763f7" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:39:51 +0000 (0:00:00.024) 0:00:20.570 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml:3 Friday 09 August 2024 07:39:51 +0000 (0:00:00.040) 0:00:20.610 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:39:51 +0000 (0:00:00.046) 0:00:20.657 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:39:51 +0000 (0:00:00.041) 0:00:20.698 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:39:51 +0000 (0:00:00.030) 0:00:20.728 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:39:51 +0000 (0:00:00.043) 0:00:20.772 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:39:51 +0000 (0:00:00.025) 0:00:20.797 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:39:53 +0000 (0:00:01.375) 0:00:22.172 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:39:53 +0000 (0:00:00.698) 0:00:22.871 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:39:53 +0000 (0:00:00.027) 0:00:22.899 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:39:53 +0000 (0:00:00.022) 0:00:22.921 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:39:53 +0000 (0:00:00.030) 0:00:22.952 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:39:53 +0000 (0:00:00.030) 0:00:22.982 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:39:53 +0000 (0:00:00.042) 0:00:23.025 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:39:53 +0000 (0:00:00.029) 0:00:23.054 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:39:53 +0000 (0:00:00.052) 0:00:23.106 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:39:54 +0000 (0:00:00.071) 0:00:23.177 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:39:54 +0000 (0:00:00.030) 0:00:23.208 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:39:54 +0000 (0:00:00.021) 0:00:23.230 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:39:54 +0000 (0:00:00.045) 0:00:23.275 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:39:54 +0000 (0:00:00.338) 0:00:23.614 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:39:54 +0000 (0:00:00.036) 0:00:23.650 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:39:54 +0000 (0:00:00.020) 0:00:23.671 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:39:54 +0000 (0:00:00.019) 0:00:23.690 ********* 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, e14d52b7-e902-4305-b3d3-56f78f9763f7 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:39:54 +0000 (0:00:00.351) 0:00:24.042 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:39:54 +0000 (0:00:00.023) 0:00:24.065 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e14d52b7-e902-4305-b3d3-56f78f9763f7 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:39:55 +0000 (0:00:00.088) 0:00:24.153 ********* 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, e14d52b7-e902-4305-b3d3-56f78f9763f7 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e14d52b7-e902-4305-b3d3-56f78f9763f7 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:39:55 +0000 (0:00:00.038) 0:00:24.192 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:39:55 +0000 (0:00:00.046) 0:00:24.239 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:39:55 +0000 (0:00:00.255) 0:00:24.494 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 August 2024 07:39:55 +0000 (0:00:00.041) 0:00:24.536 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:39:55 +0000 (0:00:00.032) 0:00:24.569 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723189190.984289, "block_size": 4096, "blocks": 0, "ctime": 1723189190.984289, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32842, "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": 1723189190.984289, "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-cioeany848/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 August 2024 07:39:55 +0000 (0:00:00.177) 0:00:24.746 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 August 2024 07:39:55 +0000 (0:00:00.022) 0:00:24.769 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:39:55 +0000 (0:00:00.033) 0:00:24.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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:39:55 +0000 (0:00:00.026) 0:00:24.829 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:39:55 +0000 (0:00:00.198) 0:00:25.028 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:39:55 +0000 (0:00:00.029) 0:00:25.057 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019977", "end": "2024-08-09 07:39:56.097703", "rc": 0, "start": "2024-08-09 07:39:56.077726" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:39:56 +0000 (0:00:00.217) 0:00:25.274 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:39:56 +0000 (0:00:00.028) 0:00:25.303 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:39:56 +0000 (0:00:00.079) 0:00:25.383 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:39:56 +0000 (0:00:00.064) 0:00:25.447 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:39:56 +0000 (0:00:00.054) 0:00:25.501 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 August 2024 07:39:56 +0000 (0:00:00.051) 0:00:25.553 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 August 2024 07:39:56 +0000 (0:00:00.034) 0:00:25.588 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 August 2024 07:39:56 +0000 (0:00:00.033) 0:00:25.622 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:39:56 +0000 (0:00:00.031) 0:00:25.653 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:39:56 +0000 (0:00:00.027) 0:00:25.681 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:39:56 +0000 (0:00:00.026) 0:00:25.708 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:39:56 +0000 (0:00:00.040) 0:00:25.749 ********* 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.057096", "end": "2024-08-09 07:39:56.809877", "rc": 1, "start": "2024-08-09 07:39:56.752781" } STDOUT: Connection 'statebr' (e14d52b7-e902-4305-b3d3-56f78f9763f7) 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-cioeany848/tests/playbooks/tests_states.yml:83 Friday 09 August 2024 07:39:56 +0000 (0:00:00.246) 0:00:25.995 ********* included: /WORKDIR/git-weekly-cioeany848/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-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:39:56 +0000 (0:00:00.039) 0:00:26.035 ********* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:39:56 +0000 (0:00:00.029) 0:00:26.064 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:39:56 +0000 (0:00:00.042) 0:00:26.107 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:39:56 +0000 (0:00:00.030) 0:00:26.138 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:39:57 +0000 (0:00:00.065) 0:00:26.203 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003380", "end": "2024-08-09 07:39:57.214184", "rc": 0, "start": "2024-08-09 07:39:57.210804" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:39:57 +0000 (0:00:00.189) 0:00:26.392 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:39:57 +0000 (0:00:00.022) 0:00:26.415 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:39:57 +0000 (0:00:00.029) 0:00:26.445 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 09 August 2024 07:39:57 +0000 (0:00:00.041) 0:00:26.486 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:39:57 +0000 (0:00:00.049) 0:00:26.536 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:39:57 +0000 (0:00:00.044) 0:00:26.581 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:39:57 +0000 (0:00:00.029) 0:00:26.610 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:39:57 +0000 (0:00:00.023) 0:00:26.634 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:39:57 +0000 (0:00:00.023) 0:00:26.658 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:39:58 +0000 (0:00:01.366) 0:00:28.024 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:39:59 +0000 (0:00:00.732) 0:00:28.756 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:39:59 +0000 (0:00:00.145) 0:00:28.902 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:39:59 +0000 (0:00:00.024) 0:00:28.926 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:39:59 +0000 (0:00:00.023) 0:00:28.949 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:39:59 +0000 (0:00:00.038) 0:00:28.988 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:39:59 +0000 (0:00:00.058) 0:00:29.047 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:39:59 +0000 (0:00:00.027) 0:00:29.075 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:39:59 +0000 (0:00:00.036) 0:00:29.112 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:00 +0000 (0:00:00.054) 0:00:29.166 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:00 +0000 (0:00:00.022) 0:00:29.189 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:00 +0000 (0:00:00.038) 0:00:29.227 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:00 +0000 (0:00:00.043) 0:00:29.270 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:00 +0000 (0:00:00.372) 0:00:29.643 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:00 +0000 (0:00:00.062) 0:00:29.706 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:00 +0000 (0:00:00.030) 0:00:29.736 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:00 +0000 (0:00:00.022) 0:00:29.759 ********* 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, 3c604c22-efc2-4a81-accb-cf2ff43c98a6 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:00 +0000 (0:00:00.386) 0:00:30.145 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:01 +0000 (0:00:00.028) 0:00:30.174 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c604c22-efc2-4a81-accb-cf2ff43c98a6" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:01 +0000 (0:00:00.023) 0:00:30.197 ********* 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, 3c604c22-efc2-4a81-accb-cf2ff43c98a6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c604c22-efc2-4a81-accb-cf2ff43c98a6" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:01 +0000 (0:00:00.063) 0:00:30.261 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:01 +0000 (0:00:00.021) 0:00:30.283 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 09 August 2024 07:40:01 +0000 (0:00:00.195) 0:00:30.478 ********* 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, 3c604c22-efc2-4a81-accb-cf2ff43c98a6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 3c604c22-efc2-4a81-accb-cf2ff43c98a6" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml:3 Friday 09 August 2024 07:40:01 +0000 (0:00:00.045) 0:00:30.524 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:01 +0000 (0:00:00.049) 0:00:30.573 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:01 +0000 (0:00:00.043) 0:00:30.616 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:01 +0000 (0:00:00.030) 0:00:30.647 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:01 +0000 (0:00:00.032) 0:00:30.680 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:01 +0000 (0:00:00.033) 0:00:30.713 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:03 +0000 (0:00:01.435) 0:00:32.148 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:03 +0000 (0:00:00.642) 0:00:32.791 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:03 +0000 (0:00:00.026) 0:00:32.817 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:03 +0000 (0:00:00.085) 0:00:32.903 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:03 +0000 (0:00:00.020) 0:00:32.924 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:03 +0000 (0:00:00.026) 0:00:32.950 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:03 +0000 (0:00:00.034) 0:00:32.984 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:03 +0000 (0:00:00.025) 0:00:33.010 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:03 +0000 (0:00:00.030) 0:00:33.041 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:03 +0000 (0:00:00.051) 0:00:33.092 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:03 +0000 (0:00:00.021) 0:00:33.114 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:03 +0000 (0:00:00.021) 0:00:33.135 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:04 +0000 (0:00:00.044) 0:00:33.180 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:04 +0000 (0:00:00.351) 0:00:33.531 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:04 +0000 (0:00:00.037) 0:00:33.569 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:04 +0000 (0:00:00.023) 0:00:33.593 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:04 +0000 (0:00:00.021) 0:00:33.614 ********* 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, 3c604c22-efc2-4a81-accb-cf2ff43c98a6 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:04 +0000 (0:00:00.326) 0:00:33.941 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:04 +0000 (0:00:00.024) 0:00:33.965 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3c604c22-efc2-4a81-accb-cf2ff43c98a6 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:04 +0000 (0:00:00.037) 0:00:34.003 ********* 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, 3c604c22-efc2-4a81-accb-cf2ff43c98a6 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 3c604c22-efc2-4a81-accb-cf2ff43c98a6 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:04 +0000 (0:00:00.030) 0:00:34.033 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:04 +0000 (0:00:00.021) 0:00:34.055 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:40:05 +0000 (0:00:00.261) 0:00:34.317 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove_profile.yml:3 Friday 09 August 2024 07:40:05 +0000 (0:00:00.056) 0:00:34.373 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:05 +0000 (0:00:00.053) 0:00:34.427 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:05 +0000 (0:00:00.044) 0:00:34.472 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:05 +0000 (0:00:00.040) 0:00:34.512 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:05 +0000 (0:00:00.028) 0:00:34.541 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:05 +0000 (0:00:00.030) 0:00:34.572 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:06 +0000 (0:00:01.381) 0:00:35.953 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:07 +0000 (0:00:00.640) 0:00:36.594 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:07 +0000 (0:00:00.027) 0:00:36.622 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:07 +0000 (0:00:00.043) 0:00:36.665 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:07 +0000 (0:00:00.116) 0:00:36.782 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:07 +0000 (0:00:00.027) 0:00:36.810 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:07 +0000 (0:00:00.041) 0:00:36.852 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:07 +0000 (0:00:00.028) 0:00:36.881 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:07 +0000 (0:00:00.045) 0:00:36.926 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:07 +0000 (0:00:00.057) 0:00:36.984 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:07 +0000 (0:00:00.020) 0:00:37.004 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:07 +0000 (0:00:00.022) 0:00:37.027 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:07 +0000 (0:00:00.033) 0:00:37.060 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:08 +0000 (0:00:00.366) 0:00:37.426 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:08 +0000 (0:00:00.032) 0:00:37.458 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:08 +0000 (0:00:00.021) 0:00:37.480 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:08 +0000 (0:00:00.030) 0:00:37.511 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:08 +0000 (0:00:00.340) 0:00:37.852 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:08 +0000 (0:00:00.023) 0:00:37.876 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:08 +0000 (0:00:00.027) 0:00:37.903 ********* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:08 +0000 (0:00:00.023) 0:00:37.927 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:08 +0000 (0:00:00.022) 0:00:37.949 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:40:09 +0000 (0:00:00.234) 0:00:38.183 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 August 2024 07:40:09 +0000 (0:00:00.041) 0:00:38.225 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:40:09 +0000 (0:00:00.037) 0:00:38.262 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723189200.9155796, "block_size": 4096, "blocks": 0, "ctime": 1723189200.9155796, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32973, "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": 1723189200.9155796, "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-cioeany848/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 August 2024 07:40:09 +0000 (0:00:00.190) 0:00:38.453 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 09 August 2024 07:40:09 +0000 (0:00:00.033) 0:00:38.486 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:40:09 +0000 (0:00:00.042) 0:00:38.528 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:40:09 +0000 (0:00:00.025) 0:00:38.554 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:40:09 +0000 (0:00:00.188) 0:00:38.742 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:40:09 +0000 (0:00:00.036) 0:00:38.779 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019379", "end": "2024-08-09 07:40:09.803056", "rc": 1, "start": "2024-08-09 07:40:09.783677" } 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:40:09 +0000 (0:00:00.198) 0:00:38.977 ********* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:40:09 +0000 (0:00:00.021) 0:00:38.999 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:40:09 +0000 (0:00:00.032) 0:00:39.031 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:40:09 +0000 (0:00:00.035) 0:00:39.066 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:40:09 +0000 (0:00:00.025) 0:00:39.092 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 09 August 2024 07:40:09 +0000 (0:00:00.033) 0:00:39.125 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:40:10 +0000 (0:00:00.079) 0:00:39.204 ********* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:40:10 +0000 (0:00:00.025) 0:00:39.230 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:40:10 +0000 (0:00:00.024) 0:00:39.254 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:40:10 +0000 (0:00:00.041) 0:00:39.295 ********* 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.058197", "end": "2024-08-09 07:40:10.356955", "rc": 1, "start": "2024-08-09 07:40:10.298758" } STDOUT: Connection 'statebr' (3c604c22-efc2-4a81-accb-cf2ff43c98a6) 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-cioeany848/tests/playbooks/tests_states.yml:102 Friday 09 August 2024 07:40:10 +0000 (0:00:00.237) 0:00:39.533 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:40:10 +0000 (0:00:00.037) 0:00:39.570 ********* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:40:10 +0000 (0:00:00.026) 0:00:39.596 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:40:10 +0000 (0:00:00.057) 0:00:39.654 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:40:10 +0000 (0:00:00.035) 0:00:39.689 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:40:10 +0000 (0:00:00.044) 0:00:39.734 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003344", "end": "2024-08-09 07:40:10.741718", "rc": 0, "start": "2024-08-09 07:40:10.738374" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:40:10 +0000 (0:00:00.183) 0:00:39.917 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:40:10 +0000 (0:00:00.022) 0:00:39.939 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:40:10 +0000 (0:00:00.025) 0:00:39.965 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 09 August 2024 07:40:10 +0000 (0:00:00.080) 0:00:40.045 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:10 +0000 (0:00:00.046) 0:00:40.092 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:10 +0000 (0:00:00.040) 0:00:40.132 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:11 +0000 (0:00:00.039) 0:00:40.172 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:11 +0000 (0:00:00.032) 0:00:40.205 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:11 +0000 (0:00:00.023) 0:00:40.229 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:12 +0000 (0:00:01.385) 0:00:41.614 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:13 +0000 (0:00:00.669) 0:00:42.284 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:13 +0000 (0:00:00.036) 0:00:42.320 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:13 +0000 (0:00:00.035) 0:00:42.356 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:13 +0000 (0:00:00.030) 0:00:42.386 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:13 +0000 (0:00:00.030) 0:00:42.416 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:13 +0000 (0:00:00.042) 0:00:42.458 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:13 +0000 (0:00:00.083) 0:00:42.542 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:13 +0000 (0:00:00.033) 0:00:42.575 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:13 +0000 (0:00:00.077) 0:00:42.653 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:13 +0000 (0:00:00.026) 0:00:42.680 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:13 +0000 (0:00:00.021) 0:00:42.701 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:13 +0000 (0:00:00.036) 0:00:42.738 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:13 +0000 (0:00:00.342) 0:00:43.081 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:13 +0000 (0:00:00.042) 0:00:43.123 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:13 +0000 (0:00:00.022) 0:00:43.145 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:14 +0000 (0:00:00.024) 0:00:43.170 ********* 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, ab5933e1-7739-486e-baf5-85f441b3c516 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:14 +0000 (0:00:00.375) 0:00:43.545 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:14 +0000 (0:00:00.028) 0:00:43.574 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab5933e1-7739-486e-baf5-85f441b3c516" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:14 +0000 (0:00:00.023) 0:00:43.598 ********* 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, ab5933e1-7739-486e-baf5-85f441b3c516\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab5933e1-7739-486e-baf5-85f441b3c516" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:14 +0000 (0:00:00.023) 0:00:43.621 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:14 +0000 (0:00:00.030) 0:00:43.651 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 09 August 2024 07:40:14 +0000 (0:00:00.182) 0:00:43.834 ********* 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, ab5933e1-7739-486e-baf5-85f441b3c516\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ab5933e1-7739-486e-baf5-85f441b3c516" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml:3 Friday 09 August 2024 07:40:14 +0000 (0:00:00.026) 0:00:43.860 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:14 +0000 (0:00:00.094) 0:00:43.955 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:14 +0000 (0:00:00.062) 0:00:44.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 [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:14 +0000 (0:00:00.033) 0:00:44.051 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:14 +0000 (0:00:00.035) 0:00:44.086 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:14 +0000 (0:00:00.053) 0:00:44.139 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:16 +0000 (0:00:01.384) 0:00:45.524 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:17 +0000 (0:00:00.633) 0:00:46.157 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:17 +0000 (0:00:00.042) 0:00:46.200 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:17 +0000 (0:00:00.036) 0:00:46.237 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:17 +0000 (0:00:00.070) 0:00:46.307 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:17 +0000 (0:00:00.030) 0:00:46.337 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:17 +0000 (0:00:00.039) 0:00:46.377 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:17 +0000 (0:00:00.027) 0:00:46.404 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:17 +0000 (0:00:00.034) 0:00:46.438 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:17 +0000 (0:00:00.126) 0:00:46.565 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:17 +0000 (0:00:00.020) 0:00:46.585 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:17 +0000 (0:00:00.021) 0:00:46.606 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:17 +0000 (0:00:00.031) 0:00:46.638 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:17 +0000 (0:00:00.358) 0:00:46.997 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:17 +0000 (0:00:00.040) 0:00:47.037 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:17 +0000 (0:00:00.043) 0:00:47.081 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:17 +0000 (0:00:00.022) 0:00:47.103 ********* 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, ab5933e1-7739-486e-baf5-85f441b3c516 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:18 +0000 (0:00:00.337) 0:00:47.441 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:18 +0000 (0:00:00.027) 0:00:47.468 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, ab5933e1-7739-486e-baf5-85f441b3c516 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:18 +0000 (0:00:00.027) 0:00:47.496 ********* 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, ab5933e1-7739-486e-baf5-85f441b3c516 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, ab5933e1-7739-486e-baf5-85f441b3c516 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:18 +0000 (0:00:00.029) 0:00:47.525 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:18 +0000 (0:00:00.024) 0:00:47.550 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove_profile.yml:3 Friday 09 August 2024 07:40:18 +0000 (0:00:00.239) 0:00:47.789 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:18 +0000 (0:00:00.048) 0:00:47.837 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:18 +0000 (0:00:00.083) 0:00:47.921 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:18 +0000 (0:00:00.030) 0:00:47.951 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:18 +0000 (0:00:00.028) 0:00:47.979 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:18 +0000 (0:00:00.028) 0:00:48.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 [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:20 +0000 (0:00:01.381) 0:00:49.389 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:20 +0000 (0:00:00.699) 0:00:50.089 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:21 +0000 (0:00:00.080) 0:00:50.169 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:21 +0000 (0:00:00.036) 0:00:50.206 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:21 +0000 (0:00:00.027) 0:00:50.233 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:21 +0000 (0:00:00.033) 0:00:50.266 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:21 +0000 (0:00:00.071) 0:00:50.338 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:21 +0000 (0:00:00.052) 0:00:50.391 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:21 +0000 (0:00:00.044) 0:00:50.436 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:21 +0000 (0:00:00.086) 0:00:50.522 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:21 +0000 (0:00:00.042) 0:00:50.565 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:21 +0000 (0:00:00.042) 0:00:50.608 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:21 +0000 (0:00:00.112) 0:00:50.720 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:21 +0000 (0:00:00.358) 0:00:51.079 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:21 +0000 (0:00:00.037) 0:00:51.116 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:21 +0000 (0:00:00.025) 0:00:51.142 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:22 +0000 (0:00:00.027) 0:00:51.169 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:22 +0000 (0:00:00.362) 0:00:51.532 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:22 +0000 (0:00:00.064) 0:00:51.597 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:22 +0000 (0:00:00.037) 0:00:51.634 ********* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:22 +0000 (0:00:00.032) 0:00:51.667 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:22 +0000 (0:00:00.056) 0:00:51.723 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:40:22 +0000 (0:00:00.214) 0:00:51.938 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 09 August 2024 07:40:22 +0000 (0:00:00.047) 0:00:51.985 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:22 +0000 (0:00:00.052) 0:00:52.037 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:22 +0000 (0:00:00.073) 0:00:52.110 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:23 +0000 (0:00:00.083) 0:00:52.194 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:23 +0000 (0:00:00.042) 0:00:52.237 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:23 +0000 (0:00:00.034) 0:00:52.272 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:24 +0000 (0:00:01.390) 0:00:53.662 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:25 +0000 (0:00:00.632) 0:00:54.294 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:25 +0000 (0:00:00.023) 0:00:54.318 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:25 +0000 (0:00:00.022) 0:00:54.340 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:25 +0000 (0:00:00.022) 0:00:54.363 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:25 +0000 (0:00:00.026) 0:00:54.389 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:25 +0000 (0:00:00.033) 0:00:54.422 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:25 +0000 (0:00:00.025) 0:00:54.448 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:25 +0000 (0:00:00.033) 0:00:54.482 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:25 +0000 (0:00:00.054) 0:00:54.536 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:25 +0000 (0:00:00.021) 0:00:54.558 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:25 +0000 (0:00:00.026) 0:00:54.585 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:25 +0000 (0:00:00.036) 0:00:54.622 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:25 +0000 (0:00:00.517) 0:00:55.139 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:26 +0000 (0:00:00.049) 0:00:55.189 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:26 +0000 (0:00:00.029) 0:00:55.218 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:26 +0000 (0:00:00.023) 0:00:55.242 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:26 +0000 (0:00:00.428) 0:00:55.670 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:26 +0000 (0:00:00.027) 0:00:55.698 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:26 +0000 (0:00:00.030) 0:00:55.728 ********* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:26 +0000 (0:00:00.027) 0:00:55.756 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:26 +0000 (0:00:00.025) 0:00:55.782 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:40:26 +0000 (0:00:00.214) 0:00:55.996 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 09 August 2024 07:40:26 +0000 (0:00:00.052) 0:00:56.049 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:40:26 +0000 (0:00:00.047) 0:00:56.097 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:40:26 +0000 (0:00:00.025) 0:00:56.122 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:40:27 +0000 (0:00:00.181) 0:00:56.304 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:40:27 +0000 (0:00:00.022) 0:00:56.327 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018722", "end": "2024-08-09 07:40:27.347032", "rc": 1, "start": "2024-08-09 07:40:27.328310" } 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:40:27 +0000 (0:00:00.255) 0:00:56.583 ********* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:40:27 +0000 (0:00:00.021) 0:00:56.604 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:40:27 +0000 (0:00:00.020) 0:00:56.625 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:40:27 +0000 (0:00:00.020) 0:00:56.645 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:40:27 +0000 (0:00:00.021) 0:00:56.666 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 09 August 2024 07:40:27 +0000 (0:00:00.021) 0:00:56.688 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:40:27 +0000 (0:00:00.024) 0:00:56.713 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 August 2024 07:40:27 +0000 (0:00:00.056) 0:00:56.769 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:40:27 +0000 (0:00:00.035) 0:00:56.804 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 August 2024 07:40:27 +0000 (0:00:00.178) 0:00:56.983 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:40:27 +0000 (0:00:00.034) 0:00:57.018 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:40:27 +0000 (0:00:00.025) 0:00:57.043 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:40:27 +0000 (0:00:00.039) 0:00:57.083 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.035082", "end": "2024-08-09 07:40:28.120464", "rc": 1, "start": "2024-08-09 07:40:28.085382" } 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-cioeany848/tests/playbooks/tests_states.yml:124 Friday 09 August 2024 07:40:28 +0000 (0:00:00.212) 0:00:57.295 ********* included: /WORKDIR/git-weekly-cioeany848/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-cioeany848/tests/playbooks/tasks/run_test.yml:5 Friday 09 August 2024 07:40:28 +0000 (0:00:00.039) 0:00:57.341 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:9 Friday 09 August 2024 07:40:28 +0000 (0:00:00.054) 0:00:57.395 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:21 Friday 09 August 2024 07:40:28 +0000 (0:00:00.041) 0:00:57.437 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 August 2024 07:40:28 +0000 (0:00:00.034) 0:00:57.471 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 August 2024 07:40:28 +0000 (0:00:00.033) 0:00:57.505 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-08-09 07:40:28.510573", "rc": 0, "start": "2024-08-09 07:40:28.507242" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 August 2024 07:40:28 +0000 (0:00:00.182) 0:00:57.687 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 August 2024 07:40:28 +0000 (0:00:00.023) 0:00:57.710 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:24 Friday 09 August 2024 07:40:28 +0000 (0:00:00.021) 0:00:57.732 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 09 August 2024 07:40:28 +0000 (0:00:00.041) 0:00:57.773 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:28 +0000 (0:00:00.048) 0:00:57.822 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:28 +0000 (0:00:00.061) 0:00:57.883 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:28 +0000 (0:00:00.033) 0:00:57.916 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:28 +0000 (0:00:00.024) 0:00:57.940 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:28 +0000 (0:00:00.076) 0:00:58.017 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:30 +0000 (0:00:01.389) 0:00:59.406 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:30 +0000 (0:00:00.645) 0:01:00.051 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:30 +0000 (0:00:00.028) 0:01:00.079 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:30 +0000 (0:00:00.035) 0:01:00.115 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:30 +0000 (0:00:00.024) 0:01:00.140 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:31 +0000 (0:00:00.050) 0:01:00.190 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:31 +0000 (0:00:00.046) 0:01:00.236 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:31 +0000 (0:00:00.028) 0:01:00.265 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:31 +0000 (0:00:00.053) 0:01:00.318 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:31 +0000 (0:00:00.064) 0:01:00.383 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:31 +0000 (0:00:00.021) 0:01:00.405 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:31 +0000 (0:00:00.021) 0:01:00.427 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:31 +0000 (0:00:00.031) 0:01:00.458 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:31 +0000 (0:00:00.345) 0:01:00.803 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:31 +0000 (0:00:00.036) 0:01:00.839 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:31 +0000 (0:00:00.070) 0:01:00.910 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:31 +0000 (0:00:00.021) 0:01:00.932 ********* 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, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:32 +0000 (0:00:00.352) 0:01:01.285 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:32 +0000 (0:00:00.024) 0:01:01.309 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:32 +0000 (0:00:00.029) 0:01:01.339 ********* 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, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:32 +0000 (0:00:00.025) 0:01:01.364 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:32 +0000 (0:00:00.023) 0:01:01.388 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 09 August 2024 07:40:32 +0000 (0:00:00.232) 0:01:01.620 ********* 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, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/activate_profile.yml:3 Friday 09 August 2024 07:40:32 +0000 (0:00:00.045) 0:01:01.665 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:32 +0000 (0:00:00.056) 0:01:01.722 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:32 +0000 (0:00:00.041) 0:01:01.764 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:32 +0000 (0:00:00.030) 0:01:01.795 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:32 +0000 (0:00:00.023) 0:01:01.818 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:32 +0000 (0:00:00.022) 0:01:01.841 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:34 +0000 (0:00:01.392) 0:01:03.234 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:34 +0000 (0:00:00.627) 0:01:03.861 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:34 +0000 (0:00:00.032) 0:01:03.894 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:34 +0000 (0:00:00.025) 0:01:03.919 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:34 +0000 (0:00:00.024) 0:01:03.943 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:34 +0000 (0:00:00.031) 0:01:03.974 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:34 +0000 (0:00:00.039) 0:01:04.014 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:34 +0000 (0:00:00.051) 0:01:04.066 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:34 +0000 (0:00:00.042) 0:01:04.108 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:35 +0000 (0:00:00.083) 0:01:04.191 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:35 +0000 (0:00:00.051) 0:01:04.243 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:35 +0000 (0:00:00.043) 0:01:04.286 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:35 +0000 (0:00:00.059) 0:01:04.346 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:35 +0000 (0:00:00.335) 0:01:04.681 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:35 +0000 (0:00:00.035) 0:01:04.716 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:35 +0000 (0:00:00.021) 0:01:04.738 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:35 +0000 (0:00:00.076) 0:01:04.815 ********* 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, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:35 +0000 (0:00:00.311) 0:01:05.126 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:36 +0000 (0:00:00.023) 0:01:05.149 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:36 +0000 (0:00:00.027) 0:01:05.176 ********* 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, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a8ac8ead-bc3d-4bcc-993e-28abd9e696f9 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:36 +0000 (0:00:00.036) 0:01:05.213 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:36 +0000 (0:00:00.022) 0:01:05.236 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 09 August 2024 07:40:36 +0000 (0:00:00.198) 0:01:05.434 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:36 +0000 (0:00:00.049) 0:01:05.484 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:36 +0000 (0:00:00.042) 0:01:05.527 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:36 +0000 (0:00:00.029) 0:01:05.556 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:36 +0000 (0:00:00.025) 0:01:05.582 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:36 +0000 (0:00:00.024) 0:01:05.607 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:37 +0000 (0:00:01.343) 0:01:06.950 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:38 +0000 (0:00:00.712) 0:01:07.663 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:38 +0000 (0:00:00.036) 0:01:07.699 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:38 +0000 (0:00:00.029) 0:01:07.728 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:38 +0000 (0:00:00.022) 0:01:07.750 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:38 +0000 (0:00:00.034) 0:01:07.785 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:38 +0000 (0:00:00.040) 0:01:07.826 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:38 +0000 (0:00:00.027) 0:01:07.853 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:38 +0000 (0:00:00.041) 0:01:07.894 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:38 +0000 (0:00:00.058) 0:01:07.953 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:38 +0000 (0:00:00.026) 0:01:07.979 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:38 +0000 (0:00:00.023) 0:01:08.003 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:38 +0000 (0:00:00.036) 0:01:08.040 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:39 +0000 (0:00:00.340) 0:01:08.380 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:39 +0000 (0:00:00.033) 0:01:08.413 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:39 +0000 (0:00:00.021) 0:01:08.435 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:39 +0000 (0:00:00.029) 0:01:08.464 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:39 +0000 (0:00:00.476) 0:01:08.940 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:39 +0000 (0:00:00.020) 0:01:08.961 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:39 +0000 (0:00:00.068) 0:01:09.029 ********* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:39 +0000 (0:00:00.025) 0:01:09.054 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:39 +0000 (0:00:00.021) 0:01:09.076 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:30 Friday 09 August 2024 07:40:40 +0000 (0:00:00.186) 0:01:09.262 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 09 August 2024 07:40:40 +0000 (0:00:00.038) 0:01:09.301 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 August 2024 07:40:40 +0000 (0:00:00.047) 0:01:09.349 ********* included: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 August 2024 07:40:40 +0000 (0:00:00.041) 0:01:09.391 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 August 2024 07:40:40 +0000 (0:00:00.043) 0:01:09.434 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 August 2024 07:40:40 +0000 (0:00:00.024) 0:01:09.459 ********* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 August 2024 07:40:40 +0000 (0:00:00.025) 0:01:09.484 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 August 2024 07:40:41 +0000 (0:00:01.385) 0:01:10.870 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 August 2024 07:40:42 +0000 (0:00:00.704) 0:01:11.574 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 August 2024 07:40:42 +0000 (0:00:00.023) 0:01:11.598 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 August 2024 07:40:42 +0000 (0:00:00.021) 0:01:11.619 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 09 August 2024 07:40:42 +0000 (0:00:00.020) 0:01:11.640 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "skip_reason": "Conditional result was False" } TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 09 August 2024 07:40:42 +0000 (0:00:00.027) 0:01:11.667 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.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-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 09 August 2024 07:40:42 +0000 (0:00:00.032) 0:01:11.700 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 09 August 2024 07:40:42 +0000 (0:00:00.024) 0:01:11.725 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 09 August 2024 07:40:42 +0000 (0:00:00.048) 0:01:11.773 ********* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 09 August 2024 07:40:42 +0000 (0:00:00.050) 0:01:11.824 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 09 August 2024 07:40:42 +0000 (0:00:00.021) 0:01:11.846 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 09 August 2024 07:40:42 +0000 (0:00:00.022) 0:01:11.869 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 09 August 2024 07:40:42 +0000 (0:00:00.031) 0:01:11.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 09 August 2024 07:40:43 +0000 (0:00:00.335) 0:01:12.236 ********* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 09 August 2024 07:40:43 +0000 (0:00:00.032) 0:01:12.269 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 09 August 2024 07:40:43 +0000 (0:00:00.021) 0:01:12.290 ********* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 09 August 2024 07:40:43 +0000 (0:00:00.022) 0:01:12.312 ********* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 09 August 2024 07:40:43 +0000 (0:00:00.342) 0:01:12.655 ********* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 09 August 2024 07:40:43 +0000 (0:00:00.031) 0:01:12.686 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 09 August 2024 07:40:43 +0000 (0:00:00.029) 0:01:12.716 ********* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 09 August 2024 07:40:43 +0000 (0:00:00.087) 0:01:12.804 ********* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 09 August 2024 07:40:43 +0000 (0:00:00.023) 0:01:12.827 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:36 Friday 09 August 2024 07:40:43 +0000 (0:00:00.206) 0:01:13.034 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut => (item=tasks/get_NetworkManager_NVR.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 09 August 2024 07:40:43 +0000 (0:00:00.051) 0:01:13.085 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 August 2024 07:40:43 +0000 (0:00:00.045) 0:01:13.131 ********* 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 August 2024 07:40:44 +0000 (0:00:00.034) 0:01:13.165 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 August 2024 07:40:44 +0000 (0:00:00.190) 0:01:13.355 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 August 2024 07:40:44 +0000 (0:00:00.027) 0:01:13.383 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018426", "end": "2024-08-09 07:40:44.411027", "rc": 1, "start": "2024-08-09 07:40:44.392601" } 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-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 August 2024 07:40:44 +0000 (0:00:00.204) 0:01:13.588 ********* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 August 2024 07:40:44 +0000 (0:00:00.035) 0:01:13.623 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 August 2024 07:40:44 +0000 (0:00:00.026) 0:01:13.649 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 August 2024 07:40:44 +0000 (0:00:00.025) 0:01:13.675 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 August 2024 07:40:44 +0000 (0:00:00.025) 0:01:13.701 ********* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 09 August 2024 07:40:44 +0000 (0:00:00.024) 0:01:13.725 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Friday 09 August 2024 07:40:44 +0000 (0:00:00.023) 0:01:13.748 ********* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.291901", "end": "2024-08-09 07:40:45.043308", "rc": 0, "start": "2024-08-09 07:40:44.751407" } STDOUT: NetworkManager-1.48.2-2.el9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Friday 09 August 2024 07:40:45 +0000 (0:00:00.526) 0:01:14.275 ********* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.48.2-2.el9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Friday 09 August 2024 07:40:45 +0000 (0:00:00.023) 0:01:14.298 ********* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.48.2-2.el9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/run_test.yml:42 Friday 09 August 2024 07:40:45 +0000 (0:00:00.024) 0:01:14.322 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 09 August 2024 07:40:45 +0000 (0:00:00.046) 0:01:14.368 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 August 2024 07:40:45 +0000 (0:00:00.032) 0:01:14.401 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 09 August 2024 07:40:45 +0000 (0:00:00.176) 0:01:14.577 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:47 Friday 09 August 2024 07:40:45 +0000 (0:00:00.023) 0:01:14.601 ********* 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-cioeany848/tests/playbooks/tasks/run_test.yml:66 Friday 09 August 2024 07:40:45 +0000 (0:00:00.023) 0:01:14.624 ********* included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/check_network_dns.yml for sut => (item=tasks/check_network_dns.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cioeany848/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 09 August 2024 07:40:45 +0000 (0:00:00.042) 0:01:14.667 ********* 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.034748", "end": "2024-08-09 07:40:45.703989", "rc": 1, "start": "2024-08-09 07:40:45.669241" } 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-cioeany848/tests/playbooks/tasks/check_network_dns.yml:6 Friday 09 August 2024 07:40:45 +0000 (0:00:00.212) 0:01:14.880 ********* 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.008073", "end": "2024-08-09 07:40:45.889584", "rc": 0, "start": "2024-08-09 07:40:45.881511" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:5f:fd:ff:a4:41 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.47.254/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3186sec preferred_lft 3186sec inet6 fe80::5f:fdff:feff:a441/64 scope link valid_lft forever preferred_lft forever 34: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 42:18:36:9c:57:57 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.254 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.254 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown 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-cioeany848/tests/playbooks/tasks/check_network_dns.yml:24 Friday 09 August 2024 07:40:45 +0000 (0:00:00.185) 0:01:15.065 ********* 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.334654", "end": "2024-08-09 07:40:46.411199", "rc": 0, "start": "2024-08-09 07:40:46.076545" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3351 0 --:--:-- --:--:-- --:--:-- 3351 % 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 1334 0 --:--:-- --:--:-- --:--:-- 1334 PLAY RECAP ********************************************************************* sut : ok=334 changed=10 unreachable=0 failed=0 skipped=312 rescued=0 ignored=11 Friday 09 August 2024 07:40:46 +0000 (0:00:00.553) 0:01:15.618 ********* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.42s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.44s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.39s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.39s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.39s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.39s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.39s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.38s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.38s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.38s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.38s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.38s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.37s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.36s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.34s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-weekly-cioeany848/tests/tests_states_nm.yml:6 -------------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.78s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.73s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.71s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.70s /WORKDIR/git-weekly-cioeany848/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---