# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ipv6_dns_search_nm.yml ***************************************** 2 plays in /WORKDIR/git-wifi_fixeruuuveq/tests/tests_ipv6_dns_search_nm.yml PLAY [Run playbook 'playbooks/tests_ipv6_dns_search.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tests_ipv6_dns_search_nm.yml:5 Friday 22 December 2023 00:06:15 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tests_ipv6_dns_search_nm.yml:9 Friday 22 December 2023 00:06:16 +0000 (0:00:00.688) 0:00:00.701 ******* included: /WORKDIR/git-wifi_fixeruuuveq/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-wifi_fixeruuuveq/tests/tasks/el_repo_setup.yml:3 Friday 22 December 2023 00:06:16 +0000 (0:00:00.015) 0:00:00.717 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/el_repo_setup.yml:19 Friday 22 December 2023 00:06:16 +0000 (0:00:00.340) 0:00:01.058 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/el_repo_setup.yml:24 Friday 22 December 2023 00:06:17 +0000 (0:00:00.274) 0:00:01.332 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/el_repo_setup.yml:28 Friday 22 December 2023 00:06:17 +0000 (0:00:00.041) 0:00:01.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/el_repo_setup.yml:53 Friday 22 December 2023 00:06:17 +0000 (0:00:00.019) 0:00:01.394 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:8 Friday 22 December 2023 00:06:17 +0000 (0:00:00.032) 0:00:01.426 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:24 Friday 22 December 2023 00:06:17 +0000 (0:00:00.247) 0:00:01.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:30 Friday 22 December 2023 00:06:17 +0000 (0:00:00.017) 0:00:01.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:35 Friday 22 December 2023 00:06:17 +0000 (0:00:00.026) 0:00:01.717 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.257075", "end": "2023-12-22 00:06:17.929265", "rc": 0, "start": "2023-12-22 00:06:17.672190" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:40 Friday 22 December 2023 00:06:17 +0000 (0:00:00.476) 0:00:02.194 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/tests_ipv6_dns_search_nm.yml:11 Friday 22 December 2023 00:06:17 +0000 (0:00:00.020) 0:00:02.215 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing DNS search setting] ************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:2 Friday 22 December 2023 00:06:18 +0000 (0:00:00.021) 0:00:02.236 ******* ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 00:06:18 +0000 (0:00:00.581) 0:00:02.817 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 00:06:18 +0000 (0:00:00.113) 0:00:02.931 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 00:06:18 +0000 (0:00:00.034) 0:00:02.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 00:06:18 +0000 (0:00:00.024) 0:00:02.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 00:06:18 +0000 (0:00:00.012) 0:00:03.002 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 00:06:20 +0000 (0:00:01.771) 0:00:04.773 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 00:06:22 +0000 (0:00:01.524) 0:00:06.298 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 00:06:22 +0000 (0:00:00.022) 0:00:06.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 00:06:22 +0000 (0:00:00.035) 0:00:06.356 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 00:06:22 +0000 (0:00:00.028) 0:00:06.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 00:06:22 +0000 (0:00:00.060) 0:00:06.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 00:06:22 +0000 (0:00:00.044) 0:00:06.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 00:06:22 +0000 (0:00:00.033) 0:00:06.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 00:06:22 +0000 (0:00:00.026) 0:00:06.549 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 00:06:22 +0000 (0:00:00.497) 0:00:07.046 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 00:06:22 +0000 (0:00:00.040) 0:00:07.086 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 00:06:22 +0000 (0:00:00.053) 0:00:07.139 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 00:06:22 +0000 (0:00:00.031) 0:00:07.171 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24" ], "auto6": false, "dhcp4": false, "dns": "203.0.113.113", "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 00:06:23 +0000 (0:00:00.557) 0:00:07.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 00:06:23 +0000 (0:00:00.024) 0:00:07.753 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 00:06:23 +0000 (0:00:00.039) 0:00:07.793 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24" ], "auto6": false, "dhcp4": false, "dns": "203.0.113.113", "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 00:06:23 +0000 (0:00:00.067) 0:00:07.860 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 00:06:23 +0000 (0:00:00.028) 0:00:07.889 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv4] ******************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:23 Friday 22 December 2023 00:06:24 +0000 (0:00:00.343) 0:00:08.233 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv4.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.019629", "end": "2023-12-22 00:06:24.210730", "rc": 0, "start": "2023-12-22 00:06:24.191101" } STDOUT: ipv4.dns-search: example.com TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:29 Friday 22 December 2023 00:06:24 +0000 (0:00:00.243) 0:00:08.476 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.018598", "end": "2023-12-22 00:06:24.437866", "rc": 0, "start": "2023-12-22 00:06:24.419268" } STDOUT: ipv6.dns-search: -- TASK [Assert that IPv4 DNS search entry is configured correctly] *************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:35 Friday 22 December 2023 00:06:24 +0000 (0:00:00.232) 0:00:08.708 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS search setting for IPv6 is not configured when IPv6 address is not configured] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:41 Friday 22 December 2023 00:06:24 +0000 (0:00:00.023) 0:00:08.732 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 00:06:24 +0000 (0:00:00.024) 0:00:08.756 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 00:06:24 +0000 (0:00:00.055) 0:00:08.811 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 00:06:24 +0000 (0:00:00.035) 0:00:08.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 00:06:24 +0000 (0:00:00.033) 0:00:08.880 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 00:06:24 +0000 (0:00:00.023) 0:00:08.904 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 00:06:26 +0000 (0:00:01.646) 0:00:10.550 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 00:06:27 +0000 (0:00:01.321) 0:00:11.872 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 00:06:27 +0000 (0:00:00.024) 0:00:11.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 00:06:27 +0000 (0:00:00.027) 0:00:11.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 00:06:27 +0000 (0:00:00.022) 0:00:11.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 00:06:27 +0000 (0:00:00.067) 0:00:12.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 00:06:27 +0000 (0:00:00.031) 0:00:12.046 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 00:06:27 +0000 (0:00:00.023) 0:00:12.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 00:06:27 +0000 (0:00:00.024) 0:00:12.094 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 00:06:28 +0000 (0:00:00.374) 0:00:12.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 00:06:28 +0000 (0:00:00.032) 0:00:12.501 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 00:06:28 +0000 (0:00:00.036) 0:00:12.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 00:06:28 +0000 (0:00:00.024) 0:00:12.562 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24", "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "203.0.113.113", "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified) [005] #0, state:up persistent_state:present, 'br-example': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 00:06:28 +0000 (0:00:00.383) 0:00:12.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 00:06:28 +0000 (0:00:00.030) 0:00:12.976 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 00:06:28 +0000 (0:00:00.030) 0:00:13.007 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24", "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "203.0.113.113", "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)\n[005] #0, state:up persistent_state:present, 'br-example': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 00:06:28 +0000 (0:00:00.036) 0:00:13.043 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 00:06:28 +0000 (0:00:00.027) 0:00:13.071 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:69 Friday 22 December 2023 00:06:29 +0000 (0:00:00.213) 0:00:13.285 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.018637", "end": "2023-12-22 00:06:29.255507", "rc": 0, "start": "2023-12-22 00:06:29.236870" } STDOUT: ipv6.dns-search: example.com TASK [Assert that DNS search setting for IPv6 is configured when the static IPv6 address is configured] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:75 Friday 22 December 2023 00:06:29 +0000 (0:00:00.289) 0:00:13.574 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 00:06:29 +0000 (0:00:00.087) 0:00:13.662 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 00:06:29 +0000 (0:00:00.039) 0:00:13.701 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 00:06:29 +0000 (0:00:00.052) 0:00:13.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 00:06:29 +0000 (0:00:00.054) 0:00:13.808 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 00:06:29 +0000 (0:00:00.049) 0:00:13.858 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 00:06:31 +0000 (0:00:01.709) 0:00:15.568 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 00:06:32 +0000 (0:00:01.405) 0:00:16.974 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 00:06:32 +0000 (0:00:00.042) 0:00:17.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 00:06:32 +0000 (0:00:00.052) 0:00:17.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 00:06:32 +0000 (0:00:00.030) 0:00:17.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 00:06:32 +0000 (0:00:00.043) 0:00:17.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 00:06:32 +0000 (0:00:00.022) 0:00:17.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 00:06:32 +0000 (0:00:00.048) 0:00:17.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 00:06:33 +0000 (0:00:00.042) 0:00:17.258 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 00:06:33 +0000 (0:00:00.489) 0:00:17.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 00:06:33 +0000 (0:00:00.053) 0:00:17.801 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 00:06:33 +0000 (0:00:00.064) 0:00:17.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 00:06:33 +0000 (0:00:00.052) 0:00:17.918 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified) [005] #0, state:up persistent_state:present, 'br-example': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 00:06:34 +0000 (0:00:00.525) 0:00:18.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 00:06:34 +0000 (0:00:00.033) 0:00:18.477 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 00:06:34 +0000 (0:00:00.087) 0:00:18.564 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)\n[005] #0, state:up persistent_state:present, 'br-example': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 753c2dff-cc90-4e91-875f-ad2744e3b3d4 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 00:06:34 +0000 (0:00:00.043) 0:00:18.607 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 00:06:34 +0000 (0:00:00.036) 0:00:18.644 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:101 Friday 22 December 2023 00:06:34 +0000 (0:00:00.252) 0:00:18.897 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.018688", "end": "2023-12-22 00:06:34.892388", "rc": 0, "start": "2023-12-22 00:06:34.873700" } STDOUT: ipv6.dns-search: example.com TASK [Assert that DNS search setting for IPv6 is configured when only the static IPv6 address is configured] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:107 Friday 22 December 2023 00:06:34 +0000 (0:00:00.273) 0:00:19.170 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 00:06:35 +0000 (0:00:00.062) 0:00:19.233 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 00:06:35 +0000 (0:00:00.044) 0:00:19.277 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 00:06:35 +0000 (0:00:00.039) 0:00:19.317 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 00:06:35 +0000 (0:00:00.034) 0:00:19.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 00:06:35 +0000 (0:00:00.047) 0:00:19.399 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 00:06:36 +0000 (0:00:01.667) 0:00:21.067 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 00:06:38 +0000 (0:00:01.351) 0:00:22.418 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 00:06:38 +0000 (0:00:00.023) 0:00:22.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 00:06:38 +0000 (0:00:00.029) 0:00:22.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 00:06:38 +0000 (0:00:00.038) 0:00:22.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 00:06:38 +0000 (0:00:00.059) 0:00:22.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 00:06:38 +0000 (0:00:00.032) 0:00:22.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 00:06:38 +0000 (0:00:00.037) 0:00:22.639 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 00:06:38 +0000 (0:00:00.054) 0:00:22.693 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 00:06:38 +0000 (0:00:00.391) 0:00:23.085 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 00:06:38 +0000 (0:00:00.059) 0:00:23.145 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 00:06:38 +0000 (0:00:00.047) 0:00:23.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 00:06:38 +0000 (0:00:00.024) 0:00:23.216 ******* fatal: [sut]: FAILED! => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "dhcp4": false, "dns_search": "example.com", "ipv6_disabled": true }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. MSG: error: connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. ...ignoring TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 00:06:39 +0000 (0:00:00.323) 0:00:23.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 00:06:39 +0000 (0:00:00.024) 0:00:23.564 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 00:06:39 +0000 (0:00:00.024) 0:00:23.589 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "dhcp4": false, "dns_search": "example.com", "ipv6_disabled": true }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": true, "msg": "error: connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled.", "stderr": "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled.\n", "stderr_lines": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ], "warnings": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 00:06:39 +0000 (0:00:00.030) 0:00:23.620 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 00:06:39 +0000 (0:00:00.043) 0:00:23.663 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert that reconfiguring network connection is failed] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:131 Friday 22 December 2023 00:06:39 +0000 (0:00:00.238) 0:00:23.902 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that configuring DNS search setting is not allowed when both IPv4 and IPv6 are disabled] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:138 Friday 22 December 2023 00:06:39 +0000 (0:00:00.043) 0:00:23.946 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 00:06:39 +0000 (0:00:00.046) 0:00:23.992 ******* included: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 00:06:39 +0000 (0:00:00.040) 0:00:24.033 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 00:06:39 +0000 (0:00:00.085) 0:00:24.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 00:06:39 +0000 (0:00:00.032) 0:00:24.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 00:06:39 +0000 (0:00:00.023) 0:00:24.174 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 00:06:41 +0000 (0:00:01.633) 0:00:25.808 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 00:06:42 +0000 (0:00:01.336) 0:00:27.145 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 00:06:42 +0000 (0:00:00.021) 0:00:27.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 00:06:42 +0000 (0:00:00.039) 0:00:27.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 00:06:42 +0000 (0:00:00.021) 0:00:27.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 00:06:43 +0000 (0:00:00.044) 0:00:27.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 00:06:43 +0000 (0:00:00.023) 0:00:27.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 00:06:43 +0000 (0:00:00.033) 0:00:27.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 00:06:43 +0000 (0:00:00.027) 0:00:27.357 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 00:06:43 +0000 (0:00:00.377) 0:00:27.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 00:06:43 +0000 (0:00:00.048) 0:00:27.783 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 00:06:43 +0000 (0:00:00.023) 0:00:27.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 00:06:43 +0000 (0:00:00.045) 0:00:27.851 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "br-example", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 00:06:44 +0000 (0:00:00.518) 0:00:28.370 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 00:06:44 +0000 (0:00:00.028) 0:00:28.399 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 00:06:44 +0000 (0:00:00.045) 0:00:28.444 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "br-example", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 00:06:44 +0000 (0:00:00.043) 0:00:28.488 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 00:06:44 +0000 (0:00:00.050) 0:00:28.539 ******* ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=65 changed=4 unreachable=0 failed=0 skipped=74 rescued=0 ignored=1 Friday 22 December 2023 00:06:44 +0000 (0:00:00.220) 0:00:28.759 ******* =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.77s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.67s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.65s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.41s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.35s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.34s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-wifi_fixeruuuveq/tests/tests_ipv6_dns_search_nm.yml:5 ------------ Gathering Facts --------------------------------------------------------- 0.58s /WORKDIR/git-wifi_fixeruuuveq/tests/playbooks/tests_ipv6_dns_search.yml:2 ----- linux-system-roles.network : Configure networking connection profiles --- 0.56s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 0.53s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 0.52s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.50s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Enable and start NetworkManager ------------ 0.49s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-wifi_fixeruuuveq/tests/tasks/enable_epel.yml:35 ------------------ linux-system-roles.network : Enable and start NetworkManager ------------ 0.39s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.38s /WORKDIR/git-wifi_fixeruuuveq/tests/roles/linux-system-roles.network/tasks/main.yml:122 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. [WARNING]: [001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. ---^---^---^---^---^---