# 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-warningsrhmu7k09/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-warningsrhmu7k09/tests/tests_auto_gateway_nm.yml:6 Wednesday 24 July 2024 22:13:30 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_auto_gateway_nm.yml:9 Wednesday 24 July 2024 22:13:30 +0000 (0:00:00.654) 0:00:00.666 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 22:13:30 +0000 (0:00:00.011) 0:00:00.677 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:19 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.319) 0:00:00.997 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:24 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.238) 0:00:01.235 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:28 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.021) 0:00:01.257 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:53 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.018) 0:00:01.275 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.031) 0:00:01.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.010) 0:00:01.316 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.009) 0:00:01.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.010) 0:00:01.336 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.009) 0:00:01.346 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_auto_gateway_nm.yml:11 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.010) 0:00:01.356 ******** 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:3 Wednesday 24 July 2024 22:13:31 +0000 (0:00:00.011) 0:00:01.368 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:9 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.455) 0:00:01.824 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.025) 0:00:01.849 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.012) 0:00:01.862 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003288", "end": "2024-07-24 22:13:32.308531", "rc": 0, "start": "2024-07-24 22:13:32.305243" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.219) 0:00:02.082 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.012) 0:00:02.094 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:11 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.010) 0:00:02.105 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.030) 0:00:02.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.011) 0:00:02.146 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.010) 0:00:02.157 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.014) 0:00:02.171 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.012) 0:00:02.184 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003226", "end": "2024-07-24 22:13:32.582229", "rc": 0, "start": "2024-07-24 22:13:32.579003" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.169) 0:00:02.354 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.012) 0:00:02.366 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:13:32 +0000 (0:00:00.010) 0:00:02.377 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:13:34 +0000 (0:00:01.909) 0:00:04.286 ******** 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.018883", "end": "2024-07-24 22:13:34.706185", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-24 22:13:34.687302" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003396", "end": "2024-07-24 22:13:34.895297", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-24 22:13:34.891901" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004953", "end": "2024-07-24 22:13:35.067300", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-24 22:13:35.062347" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.553) 0:00:04.839 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.126548", "end": "2024-07-24 22:13:35.363594", "rc": 0, "start": "2024-07-24 22:13:35.237046" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.297) 0:00:05.137 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.011) 0:00:05.149 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.012) 0:00:05.161 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.012) 0:00:05.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.013) 0:00:05.186 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:15 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.012) 0:00:05.198 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.030) 0:00:05.229 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.015) 0:00:05.244 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859214.6993704, "block_size": 4096, "blocks": 0, "ctime": 1721859214.6993704, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23429, "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": 1721859214.6993704, "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-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.167) 0:00:05.411 ******** 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:17 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.013) 0:00:05.424 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.012) 0:00:05.437 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.021) 0:00:05.458 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.012) 0:00:05.471 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.010) 0:00:05.482 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:13:35 +0000 (0:00:00.013) 0:00:05.495 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:13:37 +0000 (0:00:01.409) 0:00:06.905 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:13:37 +0000 (0:00:00.845) 0:00:07.750 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.023) 0:00:07.774 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.024) 0:00:07.799 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.027) 0:00:07.826 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.024) 0:00:07.851 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.034) 0:00:07.886 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.023) 0:00:07.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.029) 0:00:07.939 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.048) 0:00:07.988 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.024) 0:00:08.012 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.025) 0:00:08.037 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.027) 0:00:08.065 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.491) 0:00:08.556 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.028) 0:00:08.585 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.024) 0:00:08.609 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:13:38 +0000 (0:00:00.024) 0:00:08.634 ******** 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, 5148e595-211a-49d7-881d-779b933fea77 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5148e595-211a-49d7-881d-779b933fea77 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.781) 0:00:09.415 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.022) 0:00:09.438 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 5148e595-211a-49d7-881d-779b933fea77", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5148e595-211a-49d7-881d-779b933fea77 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.024) 0:00:09.462 ******** 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, 5148e595-211a-49d7-881d-779b933fea77\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5148e595-211a-49d7-881d-779b933fea77 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 5148e595-211a-49d7-881d-779b933fea77", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 5148e595-211a-49d7-881d-779b933fea77 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.023) 0:00:09.486 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.022) 0:00:09.508 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:42 Wednesday 24 July 2024 22:13:39 +0000 (0:00:00.228) 0:00:09.737 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.052) 0:00:09.789 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.036) 0:00:09.826 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859214.6993704, "block_size": 4096, "blocks": 0, "ctime": 1721859214.6993704, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23429, "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": 1721859214.6993704, "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-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.180) 0:00:10.007 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:44 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.025) 0:00:10.032 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.093) 0:00:10.126 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.039) 0:00:10.166 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.023) 0:00:10.189 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.180) 0:00:10.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.024) 0:00:10.395 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.145523", "end": "2024-07-24 22:13:40.937306", "rc": 0, "start": "2024-07-24 22:13:40.791783" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.326) 0:00:10.721 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:13:40 +0000 (0:00:00.025) 0:00:10.746 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.023) 0:00:10.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.022) 0:00:10.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.023) 0:00:10.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.023) 0:00:10.841 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.025) 0:00:10.866 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.025) 0:00:10.891 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:48 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.023) 0:00:10.914 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003652", "end": "2024-07-24 22:13:41.314497", "rc": 0, "start": "2024-07-24 22:13:41.310845" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.16 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.16 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:52 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.225) 0:00:11.140 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:57 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.025) 0:00:11.166 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003500", "end": "2024-07-24 22:13:41.564798", "rc": 0, "start": "2024-07-24 22:13:41.561298" } 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:61 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.181) 0:00:11.347 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:67 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.026) 0:00:11.373 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.024) 0:00:11.398 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.041) 0:00:11.439 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.029) 0:00:11.469 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.022) 0:00:11.492 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:13:41 +0000 (0:00:00.022) 0:00:11.514 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:13:43 +0000 (0:00:01.379) 0:00:12.894 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.623) 0:00:13.517 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.024) 0:00:13.541 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.022) 0:00:13.564 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.022) 0:00:13.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.023) 0:00:13.610 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.027) 0:00:13.638 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.023) 0:00:13.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.026) 0:00:13.687 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:13:43 +0000 (0:00:00.049) 0:00:13.737 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.023) 0:00:13.761 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.023) 0:00:13.785 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.029) 0:00:13.814 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.376) 0:00:14.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.028) 0:00:14.219 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.023) 0:00:14.243 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.023) 0:00:14.267 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.383) 0:00:14.650 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.022) 0:00:14.673 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.025) 0:00:14.698 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.023) 0:00:14.722 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:13:44 +0000 (0:00:00.022) 0:00:14.745 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:79 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.170) 0:00:14.916 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.055) 0:00:14.971 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.022) 0:00:14.994 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.022) 0:00:15.017 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.083) 0:00:15.101 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.037) 0:00:15.138 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003223", "end": "2024-07-24 22:13:45.534523", "rc": 0, "start": "2024-07-24 22:13:45.531300" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.178) 0:00:15.316 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.024) 0:00:15.341 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:13:45 +0000 (0:00:00.024) 0:00:15.365 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.824) 0:00:16.190 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.031) 0:00:16.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.023) 0:00:16.245 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.007675", "end": "2024-07-24 22:13:46.651512", "rc": 0, "start": "2024-07-24 22:13:46.643837" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.199) 0:00:16.445 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.025) 0:00:16.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.026) 0:00:16.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.025) 0:00:16.522 ******** 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:83 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.105) 0:00:16.628 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:87 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.033) 0:00:16.661 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.062) 0:00:16.724 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:13:46 +0000 (0:00:00.023) 0:00:16.747 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.023) 0:00:16.771 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.037) 0:00:16.809 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.037) 0:00:16.846 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003135", "end": "2024-07-24 22:13:47.248463", "rc": 0, "start": "2024-07-24 22:13:47.245328" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.187) 0:00:17.034 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.027) 0:00:17.062 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:13:47 +0000 (0:00:00.027) 0:00:17.089 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.822) 0:00:17.912 ******** 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.007484", "end": "2024-07-24 22:13:48.318396", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-24 22:13:48.310912" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003436", "end": "2024-07-24 22:13:48.501605", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-24 22:13:48.498169" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004672", "end": "2024-07-24 22:13:48.668217", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-24 22:13:48.663545" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.540) 0:00:18.452 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.017774", "end": "2024-07-24 22:13:48.866314", "rc": 0, "start": "2024-07-24 22:13:48.848540" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.203) 0:00:18.655 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.027) 0:00:18.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.025) 0:00:18.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:13:48 +0000 (0:00:00.025) 0:00:18.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.026) 0:00:18.759 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.025) 0:00:18.785 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.044) 0:00:18.829 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.033) 0:00:18.862 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.025) 0:00:18.888 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:13:49 +0000 (0:00:00.024) 0:00:18.912 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:13:50 +0000 (0:00:01.316) 0:00:20.228 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.621) 0:00:20.850 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.027) 0:00:20.877 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.025) 0:00:20.903 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.033) 0:00:20.937 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.031) 0:00:20.968 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.033) 0:00:21.001 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.040) 0:00:21.042 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.030) 0:00:21.072 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.123) 0:00:21.196 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.025) 0:00:21.221 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.025) 0:00:21.246 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.030) 0:00:21.277 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.331) 0:00:21.608 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.030) 0:00:21.639 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.024) 0:00:21.663 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:13:51 +0000 (0:00:00.022) 0:00:21.686 ******** 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, ee058623-f1f6-43f5-a71c-b83666ae554e [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.358) 0:00:22.045 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.023) 0:00:22.068 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.026) 0:00:22.095 ******** 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, ee058623-f1f6-43f5-a71c-b83666ae554e\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ee058623-f1f6-43f5-a71c-b83666ae554e (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.032) 0:00:22.127 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.025) 0:00:22.152 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:108 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.181) 0:00:22.334 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.118) 0:00:22.452 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.039) 0:00:22.491 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859228.3148365, "block_size": 4096, "blocks": 0, "ctime": 1721859228.3148365, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 24015, "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": 1721859228.3148365, "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-warningsrhmu7k09/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.181) 0:00:22.673 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:110 Wednesday 24 July 2024 22:13:52 +0000 (0:00:00.027) 0:00:22.701 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.061) 0:00:22.762 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.042) 0:00:22.804 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.024) 0:00:22.828 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.199) 0:00:23.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.023) 0:00:23.051 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.018636", "end": "2024-07-24 22:13:53.468848", "rc": 0, "start": "2024-07-24 22:13:53.450212" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.204) 0:00:23.256 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.106) 0:00:23.362 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.025) 0:00:23.388 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.027) 0:00:23.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.033) 0:00:23.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.024) 0:00:23.473 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.027) 0:00:23.500 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.026) 0:00:23.526 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:114 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.024) 0:00:23.551 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003297", "end": "2024-07-24 22:13:53.950520", "rc": 0, "start": "2024-07-24 22:13:53.947223" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.16 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.16 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:118 Wednesday 24 July 2024 22:13:53 +0000 (0:00:00.183) 0:00:23.734 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:123 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.027) 0:00:23.762 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003323", "end": "2024-07-24 22:13:54.161886", "rc": 0, "start": "2024-07-24 22:13:54.158563" } 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-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:127 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.181) 0:00:23.943 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:133 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.025) 0:00:23.968 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.022) 0:00:23.991 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.041) 0:00:24.033 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.030) 0:00:24.063 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.085) 0:00:24.148 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Wednesday 24 July 2024 22:13:54 +0000 (0:00:00.024) 0:00:24.173 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Wednesday 24 July 2024 22:13:55 +0000 (0:00:01.329) 0:00:25.503 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.624) 0:00:26.127 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.029) 0:00:26.157 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.023) 0:00:26.181 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:28 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.024) 0:00:26.205 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:43 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.085) 0:00:26.291 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:58 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.034) 0:00:26.325 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:72 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.024) 0:00:26.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:92 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.031) 0:00:26.381 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:105 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.048) 0:00:26.429 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:120 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.024) 0:00:26.454 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:137 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.022) 0:00:26.477 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Wednesday 24 July 2024 22:13:56 +0000 (0:00:00.028) 0:00:26.505 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:162 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.328) 0:00:26.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:171 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.029) 0:00:26.863 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:179 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.023) 0:00:26.886 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.023) 0:00:26.909 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:200 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.386) 0:00:27.295 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:206 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.023) 0:00:27.319 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:210 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.026) 0:00:27.345 ******** 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-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:215 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.026) 0:00:27.372 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:221 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.077) 0:00:27.449 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:145 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.185) 0:00:27.634 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.063) 0:00:27.698 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:13:57 +0000 (0:00:00.025) 0:00:27.723 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.040) 0:00:27.764 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.052) 0:00:27.816 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.037) 0:00:27.854 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2024-07-24 22:13:58.251436", "rc": 0, "start": "2024-07-24 22:13:58.248193" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.183) 0:00:28.037 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.024) 0:00:28.062 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:13:58 +0000 (0:00:00.023) 0:00:28.086 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.806) 0:00:28.893 ******** 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-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.034) 0:00:28.927 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.024) 0:00:28.951 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013474", "end": "2024-07-24 22:13:59.360924", "rc": 0, "start": "2024-07-24 22:13:59.347450" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.198) 0:00:29.149 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.025) 0:00:29.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.026) 0:00:29.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.027) 0:00:29.229 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:149 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.026) 0:00:29.256 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml:6 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.060) 0:00:29.317 ******** 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.008130", "end": "2024-07-24 22:13:59.721019", "rc": 0, "start": "2024-07-24 22:13:59.712889" } 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 12:01:60:c1:fd:e1 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.16/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3130sec preferred_lft 3130sec inet6 fe80::1001:60ff:fec1:fde1/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.16 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.16 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-warningsrhmu7k09/tests/playbooks/tasks/check_network_dns.yml:24 Wednesday 24 July 2024 22:13:59 +0000 (0:00:00.195) 0:00:29.512 ******** 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.184864", "end": "2024-07-24 22:14:00.103636", "rc": 0, "start": "2024-07-24 22:13:59.918772" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 5754 0 --:--:-- --:--:-- --:--:-- 5865 % 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 2825 0 --:--:-- --:--:-- --:--:-- 2852 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=128 changed=4 unreachable=0 failed=0 skipped=118 rescued=0 ignored=0 Wednesday 24 July 2024 22:14:00 +0000 (0:00:00.361) 0:00:29.874 ******** =============================================================================== Install iproute --------------------------------------------------------- 1.91s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.41s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.32s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.85s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.81s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 0.78s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Configure networking connection profiles --- 0.77s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 0.71s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_auto_gateway_nm.yml:6 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface veth0 --------------------------------------------- 0.55s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 Create veth interface veth0 --------------------------------------------- 0.54s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.49s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/roles/linux-system-roles.network/tasks/main.yml:151 Gathering Facts --------------------------------------------------------- 0.46s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/playbooks/tests_auto_gateway.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---