# 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_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tests_auto_gateway_nm.yml:6 Wednesday 24 July 2024 16:40:14 +0000 (0:00:00.014) 0:00:00.014 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tests_auto_gateway_nm.yml:9 Wednesday 24 July 2024 16:40:15 +0000 (0:00:00.729) 0:00:00.743 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/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-fix-templating-warningsmz9c4i5u/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 16:40:15 +0000 (0:00:00.011) 0:00:00.755 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/el_repo_setup.yml:19 Wednesday 24 July 2024 16:40:15 +0000 (0:00:00.312) 0:00:01.068 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/el_repo_setup.yml:24 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.251) 0:00:01.320 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/el_repo_setup.yml:28 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.025) 0:00:01.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/el_repo_setup.yml:53 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.020) 0:00:01.366 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.036) 0:00:01.402 ******** 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-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.230) 0:00:01.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.014) 0:00:01.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.012) 0:00:01.660 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.226031", "end": "2024-07-24 16:40:16.801692", "rc": 0, "start": "2024-07-24 16:40:16.575661" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.401) 0:00:02.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tests_auto_gateway_nm.yml:11 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.054) 0:00:02.116 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:3 Wednesday 24 July 2024 16:40:16 +0000 (0:00:00.021) 0:00:02.137 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:9 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.570) 0:00:02.708 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.026) 0:00:02.735 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.018) 0:00:02.753 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002732", "end": "2024-07-24 16:40:17.671836", "rc": 0, "start": "2024-07-24 16:40:17.669104" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.178) 0:00:02.931 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.013) 0:00:02.944 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:11 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.012) 0:00:02.957 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.034) 0:00:02.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.013) 0:00:03.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.011) 0:00:03.017 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.016) 0:00:03.033 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.016) 0:00:03.049 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002906", "end": "2024-07-24 16:40:17.968641", "rc": 0, "start": "2024-07-24 16:40:17.965735" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 16:40:17 +0000 (0:00:00.178) 0:00:03.228 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 16:40:18 +0000 (0:00:00.013) 0:00:03.242 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 16:40:18 +0000 (0:00:00.013) 0:00:03.255 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 16:40:20 +0000 (0:00:02.791) 0:00:06.047 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.012241", "end": "2024-07-24 16:40:20.973818", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-24 16:40:20.961577" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003219", "end": "2024-07-24 16:40:21.170987", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-24 16:40:21.167768" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003284", "end": "2024-07-24 16:40:21.353755", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-24 16:40:21.350471" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.568) 0:00:06.615 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.020062", "end": "2024-07-24 16:40:21.556962", "rc": 0, "start": "2024-07-24 16:40:21.536900" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.201) 0:00:06.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.014) 0:00:06.831 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.016) 0:00:06.848 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.014) 0:00:06.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.014) 0:00:06.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:15 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.012) 0:00:06.890 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.031) 0:00:06.921 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.015) 0:00:06.936 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721839220.9649687, "block_size": 4096, "blocks": 0, "ctime": 1721839220.9649687, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22886, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1721839220.9649687, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.177) 0:00:07.114 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:17 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.014) 0:00:07.128 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.016) 0:00:07.145 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.024) 0:00:07.169 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.013) 0:00:07.183 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.023) 0:00:07.206 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 16:40:21 +0000 (0:00:00.020) 0:00:07.227 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 16:40:23 +0000 (0:00:01.441) 0:00:08.668 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 16:40:24 +0000 (0:00:01.505) 0:00:10.174 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 16:40:24 +0000 (0:00:00.024) 0:00:10.198 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 16:40:24 +0000 (0:00:00.023) 0:00:10.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.023) 0:00:10.245 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.023) 0:00:10.268 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.030) 0:00:10.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.041) 0:00:10.340 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.033) 0:00:10.373 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.050) 0:00:10.424 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.031) 0:00:10.455 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.031) 0:00:10.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.037) 0:00:10.525 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.481) 0:00:11.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.031) 0:00:11.038 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.032) 0:00:11.070 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 16:40:25 +0000 (0:00:00.072) 0:00:11.142 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.558) 0:00:11.700 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.029) 0:00:11.730 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.027) 0:00:11.758 ******** 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/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 91bd2a64-439a-4509-ae6a-62bf487d2dc5 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.026) 0:00:11.785 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.026) 0:00:11.811 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:42 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.262) 0:00:12.074 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.089) 0:00:12.164 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 16:40:26 +0000 (0:00:00.073) 0:00:12.237 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721839220.9649687, "block_size": 4096, "blocks": 0, "ctime": 1721839220.9649687, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22886, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1721839220.9649687, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.225) 0:00:12.463 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:44 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.054) 0:00:12.518 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.193) 0:00:12.711 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.063) 0:00:12.774 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.036) 0:00:12.810 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721839226.4103005, "block_size": 4096, "blocks": 8, "ctime": 1721839226.3753002, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301245, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1721839226.3753002, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.190) 0:00:13.000 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.025) 0:00:13.026 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020827", "end": "2024-07-24 16:40:27.959922", "rc": 0, "start": "2024-07-24 16:40:27.939095" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 16:40:27 +0000 (0:00:00.202) 0:00:13.228 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.027) 0:00:13.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.039) 0:00:13.295 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.036) 0:00:13.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.040) 0:00:13.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.028) 0:00:13.401 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.026) 0:00:13.427 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.026) 0:00:13.454 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:48 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.081) 0:00:13.535 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003352", "end": "2024-07-24 16:40:28.456774", "rc": 0, "start": "2024-07-24 16:40:28.453422" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.214 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.214 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:52 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.203) 0:00:13.738 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:57 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.036) 0:00:13.775 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003244", "end": "2024-07-24 16:40:28.691865", "rc": 0, "start": "2024-07-24 16:40:28.688621" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:61 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.188) 0:00:13.964 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:67 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.027) 0:00:13.991 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.025) 0:00:14.017 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.043) 0:00:14.060 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.032) 0:00:14.093 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.025) 0:00:14.118 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 16:40:28 +0000 (0:00:00.026) 0:00:14.145 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 16:40:30 +0000 (0:00:01.452) 0:00:15.598 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 16:40:31 +0000 (0:00:01.218) 0:00:16.816 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.026) 0:00:16.843 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.033) 0:00:16.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.028) 0:00:16.906 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.026) 0:00:16.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.033) 0:00:16.966 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.030) 0:00:16.996 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.035) 0:00:17.031 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.066) 0:00:17.098 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.026) 0:00:17.124 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.073) 0:00:17.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 16:40:31 +0000 (0:00:00.028) 0:00:17.226 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.322) 0:00:17.549 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.027) 0:00:17.577 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.024) 0:00:17.601 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.024) 0:00:17.626 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.377) 0:00:18.003 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.023) 0:00:18.027 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.025) 0:00:18.052 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.028) 0:00:18.081 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 16:40:32 +0000 (0:00:00.025) 0:00:18.106 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:79 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.184) 0:00:18.290 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.061) 0:00:18.352 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.083) 0:00:18.435 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.030) 0:00:18.465 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.044) 0:00:18.510 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.059) 0:00:18.569 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002832", "end": "2024-07-24 16:40:33.499393", "rc": 0, "start": "2024-07-24 16:40:33.496561" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.200) 0:00:18.770 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.026) 0:00:18.796 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 16:40:33 +0000 (0:00:00.025) 0:00:18.821 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 16:40:36 +0000 (0:00:02.458) 0:00:21.279 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.037) 0:00:21.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.025) 0:00:21.342 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011189", "end": "2024-07-24 16:40:36.271966", "rc": 0, "start": "2024-07-24 16:40:36.260777" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.204) 0:00:21.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.026) 0:00:21.573 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.028) 0:00:21.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.025) 0:00:21.628 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:83 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.025) 0:00:21.653 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:87 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.035) 0:00:21.689 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.060) 0:00:21.750 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.023) 0:00:21.773 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.024) 0:00:21.797 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.096) 0:00:21.893 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.043) 0:00:21.937 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002957", "end": "2024-07-24 16:40:36.862988", "rc": 0, "start": "2024-07-24 16:40:36.860031" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.196) 0:00:22.133 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.027) 0:00:22.160 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 16:40:36 +0000 (0:00:00.024) 0:00:22.185 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 16:40:39 +0000 (0:00:02.460) 0:00:24.645 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.013145", "end": "2024-07-24 16:40:39.577597", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-24 16:40:39.564452" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003154", "end": "2024-07-24 16:40:39.772745", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-24 16:40:39.769591" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003842", "end": "2024-07-24 16:40:39.941995", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-24 16:40:39.938153" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 16:40:39 +0000 (0:00:00.568) 0:00:25.214 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.020694", "end": "2024-07-24 16:40:40.153437", "rc": 0, "start": "2024-07-24 16:40:40.132743" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.214) 0:00:25.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.083) 0:00:25.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.027) 0:00:25.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.026) 0:00:25.566 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.029) 0:00:25.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.026) 0:00:25.622 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.047) 0:00:25.670 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.034) 0:00:25.705 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.025) 0:00:25.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 16:40:40 +0000 (0:00:00.026) 0:00:25.756 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 16:40:41 +0000 (0:00:01.387) 0:00:27.144 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 16:40:43 +0000 (0:00:01.215) 0:00:28.360 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.027) 0:00:28.388 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.040) 0:00:28.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.035) 0:00:28.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.046) 0:00:28.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.034) 0:00:28.545 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.043) 0:00:28.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.055) 0:00:28.643 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.059) 0:00:28.703 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.089) 0:00:28.793 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.064) 0:00:28.857 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 16:40:43 +0000 (0:00:00.049) 0:00:28.906 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.366) 0:00:29.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.034) 0:00:29.308 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.026) 0:00:29.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.025) 0:00:29.360 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.366) 0:00:29.726 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.024) 0:00:29.751 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.024) 0:00:29.775 ******** 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/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bd954c1f-1bb2-416e-98a0-f1a56f49d0dc (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.027) 0:00:29.802 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.023) 0:00:29.826 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:108 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.192) 0:00:30.018 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.128) 0:00:30.147 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 16:40:44 +0000 (0:00:00.051) 0:00:30.198 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721839239.570912, "block_size": 4096, "blocks": 0, "ctime": 1721839239.570912, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23472, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1721839239.570912, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.283) 0:00:30.482 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:110 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.029) 0:00:30.512 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.062) 0:00:30.574 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.042) 0:00:30.617 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.024) 0:00:30.641 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721839244.4394212, "block_size": 4096, "blocks": 8, "ctime": 1721839244.406421, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301245, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1721839244.406421, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.187) 0:00:30.829 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.028) 0:00:30.857 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.017340", "end": "2024-07-24 16:40:45.789643", "rc": 0, "start": "2024-07-24 16:40:45.772303" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.235) 0:00:31.092 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.036) 0:00:31.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 16:40:45 +0000 (0:00:00.110) 0:00:31.239 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.035) 0:00:31.274 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.027) 0:00:31.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.027) 0:00:31.329 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.028) 0:00:31.358 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.028) 0:00:31.386 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:114 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.032) 0:00:31.418 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003498", "end": "2024-07-24 16:40:46.340740", "rc": 0, "start": "2024-07-24 16:40:46.337242" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.214 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.214 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:118 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.212) 0:00:31.631 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:123 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.064) 0:00:31.695 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003345", "end": "2024-07-24 16:40:46.613059", "rc": 0, "start": "2024-07-24 16:40:46.609714" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:127 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.187) 0:00:31.883 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:133 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.028) 0:00:31.911 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.025) 0:00:31.937 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.059) 0:00:31.996 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.033) 0:00:32.030 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.108) 0:00:32.138 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 16:40:46 +0000 (0:00:00.041) 0:00:32.180 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 16:40:48 +0000 (0:00:01.342) 0:00:33.522 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 16:40:49 +0000 (0:00:01.207) 0:00:34.730 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.025) 0:00:34.755 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.027) 0:00:34.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.025) 0:00:34.808 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.079) 0:00:34.887 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.031) 0:00:34.918 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.034) 0:00:34.953 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.030) 0:00:34.984 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.049) 0:00:35.034 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.027) 0:00:35.062 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.027) 0:00:35.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 16:40:49 +0000 (0:00:00.030) 0:00:35.119 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.346) 0:00:35.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.030) 0:00:35.495 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.024) 0:00:35.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.024) 0:00:35.544 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.378) 0:00:35.922 ******** 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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.026) 0:00:35.949 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.086) 0:00:36.036 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.027) 0:00:36.063 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 16:40:50 +0000 (0:00:00.025) 0:00:36.088 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:145 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.185) 0:00:36.274 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.063) 0:00:36.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.024) 0:00:36.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.024) 0:00:36.386 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.040) 0:00:36.427 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.037) 0:00:36.464 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003044", "end": "2024-07-24 16:40:51.386399", "rc": 0, "start": "2024-07-24 16:40:51.383355" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.192) 0:00:36.657 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.025) 0:00:36.683 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 16:40:51 +0000 (0:00:00.091) 0:00:36.775 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 16:40:53 +0000 (0:00:02.457) 0:00:39.232 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.040) 0:00:39.272 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.026) 0:00:39.299 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012581", "end": "2024-07-24 16:40:54.231810", "rc": 0, "start": "2024-07-24 16:40:54.219229" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.207) 0:00:39.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.028) 0:00:39.536 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.029) 0:00:39.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.064) 0:00:39.629 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:149 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.030) 0:00:39.660 ******** included: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/check_network_dns.yml:6 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.148) 0:00:39.809 ******** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.010615", "end": "2024-07-24 16:40:54.737879", "rc": 0, "start": "2024-07-24 16:40:54.727264" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:c6:dc:6f:9b brd ff:ff:ff:ff:ff:ff inet 10.31.14.214/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2767sec preferred_lft 2767sec inet6 fe80::8ff:c6ff:fedc:6f9b/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.214 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.214 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/check_network_dns.yml:24 Wednesday 24 July 2024 16:40:54 +0000 (0:00:00.200) 0:00:40.010 ******** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.340196", "end": "2024-07-24 16:40:55.275917", "rc": 0, "start": "2024-07-24 16:40:54.935721" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3674 0 --:--:-- --:--:-- --:--:-- 3674 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 2425 0 --:--:-- --:--:-- --:--:-- 2445 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=132 changed=4 unreachable=0 failed=0 skipped=114 rescued=0 ignored=0 Wednesday 24 July 2024 16:40:55 +0000 (0:00:00.532) 0:00:40.543 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.79s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.46s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.46s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.46s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.51s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.34s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.22s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.22s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.21s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.76s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/tests_auto_gateway_nm.yml:6 linux-system-roles.network : Enable and start NetworkManager ------------ 0.67s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:151 Gathering Facts --------------------------------------------------------- 0.57s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.57s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 Create veth interface veth0 --------------------------------------------- 0.57s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.56s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/roles/linux-system-roles.network/tasks/main.yml:188 Verify DNS and network connectivity ------------------------------------- 0.53s /WORKDIR/git-fix-templating-warningsmz9c4i5u/tests/playbooks/tasks/check_network_dns.yml:24 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---