# 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-route_typetigvd97l/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-route_typetigvd97l/tests/tests_ipv6_dns_search_nm.yml:5 Wednesday 20 December 2023 21:27:44 +0000 (0:00:00.012) 0:00:00.012 **** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typetigvd97l/tests/tests_ipv6_dns_search_nm.yml:9 Wednesday 20 December 2023 21:27:45 +0000 (0:00:00.655) 0:00:00.667 **** included: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml:3 Wednesday 20 December 2023 21:27:45 +0000 (0:00:00.010) 0:00:00.678 **** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml:19 Wednesday 20 December 2023 21:27:45 +0000 (0:00:00.324) 0:00:01.002 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml:24 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.249) 0:00:01.252 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml:28 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.018) 0:00:01.271 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/el_repo_setup.yml:53 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.016) 0:00:01.288 **** included: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:8 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.029) 0:00:01.317 **** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:24 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.229) 0:00:01.546 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:30 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.010) 0:00:01.557 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:35 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.008) 0:00:01.566 **** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244597", "end": "2023-12-20 21:27:46.866162", "rc": 0, "start": "2023-12-20 21:27:46.621565" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:40 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.428) 0:00:01.994 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-route_typetigvd97l/tests/tests_ipv6_dns_search_nm.yml:11 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.009) 0:00:02.004 **** 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-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:2 Wednesday 20 December 2023 21:27:46 +0000 (0:00:00.010) 0:00:02.015 **** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 21:27:47 +0000 (0:00:00.551) 0:00:02.566 **** included: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 21:27:47 +0000 (0:00:00.064) 0:00:02.631 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 21:27:47 +0000 (0:00:00.010) 0:00:02.642 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 21:27:47 +0000 (0:00:00.009) 0:00:02.651 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 21:27:47 +0000 (0:00:00.009) 0:00:02.661 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 21:27:49 +0000 (0:00:01.592) 0:00:04.253 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 21:27:50 +0000 (0:00:01.466) 0:00:05.720 **** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.069) 0:00:05.790 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.033) 0:00:05.823 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.039) 0:00:05.862 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.050) 0:00:05.912 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.028) 0:00:05.940 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.028) 0:00:05.969 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 21:27:50 +0000 (0:00:00.023) 0:00:05.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 [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.480) 0:00:06.473 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.025) 0:00:06.499 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.046) 0:00:06.545 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.023) 0:00:06.568 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (is-modified) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.506) 0:00:07.075 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 21:27:51 +0000 (0:00:00.021) 0:00:07.096 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (is-modified)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.041) 0:00:07.138 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (is-modified)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (is-modified)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.023) 0:00:07.162 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.020) 0:00:07.182 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv4] ******************************************* task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:23 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.242) 0:00:07.425 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv4.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.017968", "end": "2023-12-20 21:27:52.497871", "rc": 0, "start": "2023-12-20 21:27:52.479903" } STDOUT: ipv4.dns-search: example.com TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:29 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.211) 0:00:07.636 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.017126", "end": "2023-12-20 21:27:52.709941", "rc": 0, "start": "2023-12-20 21:27:52.692815" } STDOUT: ipv6.dns-search: -- TASK [Assert that IPv4 DNS search entry is configured correctly] *************** task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:35 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.212) 0:00:07.849 **** 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-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:41 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.021) 0:00:07.871 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.021) 0:00:07.892 **** included: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.036) 0:00:07.929 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.026) 0:00:07.956 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.022) 0:00:07.978 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 21:27:52 +0000 (0:00:00.022) 0:00:08.001 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 21:27:54 +0000 (0:00:01.557) 0:00:09.559 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 21:27:55 +0000 (0:00:01.302) 0:00:10.861 **** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.026) 0:00:10.888 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.054) 0:00:10.943 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.043) 0:00:10.986 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.045) 0:00:11.031 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.021) 0:00:11.053 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 21:27:55 +0000 (0:00:00.034) 0:00:11.088 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.024) 0:00:11.113 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.356) 0:00:11.469 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.027) 0:00:11.497 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.020) 0:00:11.518 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.021) 0:00:11.539 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.353) 0:00:11.893 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.021) 0:00:11.914 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.021) 0:00:11.936 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.021) 0:00:11.958 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 21:27:56 +0000 (0:00:00.041) 0:00:11.999 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:69 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.190) 0:00:12.189 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.016741", "end": "2023-12-20 21:27:57.261545", "rc": 0, "start": "2023-12-20 21:27:57.244804" } 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-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:75 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.210) 0:00:12.400 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.026) 0:00:12.427 **** included: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.037) 0:00:12.464 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.026) 0:00:12.491 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.020) 0:00:12.511 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 21:27:57 +0000 (0:00:00.020) 0:00:12.532 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 21:27:58 +0000 (0:00:01.542) 0:00:14.074 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 21:28:00 +0000 (0:00:01.295) 0:00:15.370 **** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.021) 0:00:15.392 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.021) 0:00:15.413 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.021) 0:00:15.435 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.044) 0:00:15.479 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.021) 0:00:15.500 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.020) 0:00:15.521 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.023) 0:00:15.545 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.370) 0:00:15.916 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.025) 0:00:15.941 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.023) 0:00:15.965 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 21:28:00 +0000 (0:00:00.022) 0:00:15.987 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.367) 0:00:16.354 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.022) 0:00:16.377 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.022) 0:00:16.399 **** 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, fa216160-3a10-4410-ae7f-59f51edecb5d\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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, fa216160-3a10-4410-ae7f-59f51edecb5d", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, fa216160-3a10-4410-ae7f-59f51edecb5d (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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.021) 0:00:16.421 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.020) 0:00:16.441 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:101 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.190) 0:00:16.632 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.017387", "end": "2023-12-20 21:28:01.706866", "rc": 0, "start": "2023-12-20 21:28:01.689479" } 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-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:107 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.214) 0:00:16.847 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.023) 0:00:16.870 **** included: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.063) 0:00:16.933 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.028) 0:00:16.962 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.022) 0:00:16.985 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 21:28:01 +0000 (0:00:00.023) 0:00:17.008 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 21:28:03 +0000 (0:00:01.535) 0:00:18.544 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 21:28:04 +0000 (0:00:01.306) 0:00:19.850 **** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.023) 0:00:19.874 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.023) 0:00:19.897 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.022) 0:00:19.920 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.044) 0:00:19.964 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.021) 0:00:19.985 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.021) 0:00:20.007 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 21:28:04 +0000 (0:00:00.025) 0:00:20.032 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.345) 0:00:20.378 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.026) 0:00:20.404 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.021) 0:00:20.426 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.021) 0:00:20.448 **** 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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.335) 0:00:20.783 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.023) 0:00:20.807 **** 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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.026) 0:00:20.833 **** 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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.025) 0:00:20.859 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.023) 0:00:20.882 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert that reconfiguring network connection is failed] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:131 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.192) 0:00:21.075 **** 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-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:138 Wednesday 20 December 2023 21:28:05 +0000 (0:00:00.025) 0:00:21.101 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 20 December 2023 21:28:06 +0000 (0:00:00.024) 0:00:21.126 **** included: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 20 December 2023 21:28:06 +0000 (0:00:00.038) 0:00:21.164 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 20 December 2023 21:28:06 +0000 (0:00:00.026) 0:00:21.191 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 20 December 2023 21:28:06 +0000 (0:00:00.020) 0:00:21.211 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 20 December 2023 21:28:06 +0000 (0:00:00.020) 0:00:21.232 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 20 December 2023 21:28:07 +0000 (0:00:01.531) 0:00:22.764 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 20 December 2023 21:28:08 +0000 (0:00:01.295) 0:00:24.060 **** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 20 December 2023 21:28:08 +0000 (0:00:00.023) 0:00:24.083 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 20 December 2023 21:28:08 +0000 (0:00:00.021) 0:00:24.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.042) 0:00:24.146 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:40 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.042) 0:00:24.189 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:55 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.021) 0:00:24.210 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:71 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.021) 0:00:24.232 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.023) 0:00:24.256 **** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:96 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.339) 0:00:24.595 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.024) 0:00:24.619 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:113 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.020) 0:00:24.639 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.021) 0:00:24.661 **** 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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.405) 0:00:25.066 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:140 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.020) 0:00:25.086 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:144 Wednesday 20 December 2023 21:28:09 +0000 (0:00:00.021) 0:00:25.108 **** 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-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 20 December 2023 21:28:10 +0000 (0:00:00.022) 0:00:25.131 **** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:155 Wednesday 20 December 2023 21:28:10 +0000 (0:00:00.020) 0:00:25.151 **** 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 Wednesday 20 December 2023 21:28:10 +0000 (0:00:00.178) 0:00:25.330 **** =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.66s /WORKDIR/git-route_typetigvd97l/tests/tests_ipv6_dns_search_nm.yml:5 ---------- Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-route_typetigvd97l/tests/playbooks/tests_ipv6_dns_search.yml:2 --- linux-system-roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.48s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-route_typetigvd97l/tests/tasks/enable_epel.yml:35 ---------------- linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.37s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.37s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.36s /WORKDIR/git-route_typetigvd97l/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.35s /WORKDIR/git-route_typetigvd97l/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. ---^---^---^---^---^---