# 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-weekly-ciit4iowef/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-weekly-ciit4iowef/tests/tests_auto_gateway_nm.yml:6 Saturday 20 January 2024 13:34:05 +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-weekly-ciit4iowef/tests/tests_auto_gateway_nm.yml:9 Saturday 20 January 2024 13:34:05 +0000 (0:00:00.663) 0:00:00.675 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:34:05 +0000 (0:00:00.011) 0:00:00.686 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml:19 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.324) 0:00:01.011 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml:24 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.335) 0:00:01.347 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml:28 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.024) 0:00:01.371 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/el_repo_setup.yml:53 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.019) 0:00:01.390 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.032) 0:00:01.422 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.256) 0:00:01.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.011) 0:00:01.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:34:06 +0000 (0:00:00.016) 0:00:01.707 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243553", "end": "2024-01-20 13:34:07.225958", "rc": 0, "start": "2024-01-20 13:34:06.982405" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.441) 0:00:02.148 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/tests_auto_gateway_nm.yml:11 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.009) 0:00:02.158 ****** 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:3 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.011) 0:00:02.169 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:9 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.511) 0:00:02.681 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.032) 0:00:02.714 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:34:07 +0000 (0:00:00.017) 0:00:02.731 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003244", "end": "2024-01-20 13:34:08.003263", "rc": 0, "start": "2024-01-20 13:34:08.000019" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.203) 0:00:02.935 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.011) 0:00:02.946 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:11 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.011) 0:00:02.958 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.029) 0:00:02.987 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.010) 0:00:02.998 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.010) 0:00:03.009 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.014) 0:00:03.024 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.017) 0:00:03.041 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003412", "end": "2024-01-20 13:34:08.305528", "rc": 0, "start": "2024-01-20 13:34:08.302116" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.205) 0:00:03.246 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.015) 0:00:03.262 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:34:08 +0000 (0:00:00.013) 0:00:03.275 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:34:11 +0000 (0:00:03.303) 0:00:06.578 ****** 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.008639", "end": "2024-01-20 13:34:11.853262", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-20 13:34:11.844623" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003838", "end": "2024-01-20 13:34:12.081204", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-20 13:34:12.077366" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004527", "end": "2024-01-20 13:34:12.267731", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-20 13:34:12.263204" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.615) 0:00:07.194 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022737", "end": "2024-01-20 13:34:12.514028", "rc": 0, "start": "2024-01-20 13:34:12.491291" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.253) 0:00:07.448 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.016) 0:00:07.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.011) 0:00:07.476 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.010) 0:00:07.487 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.011) 0:00:07.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:15 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.010) 0:00:07.510 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.025) 0:00:07.536 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.038) 0:00:07.575 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757651.848352, "block_size": 4096, "blocks": 0, "ctime": 1705757651.848352, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22835, "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": 1705757651.848352, "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-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.207) 0:00:07.782 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:17 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.027) 0:00:07.810 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:34:12 +0000 (0:00:00.018) 0:00:07.828 ****** included: /WORKDIR/git-weekly-ciit4iowef/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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:34:13 +0000 (0:00:00.082) 0:00:07.910 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:34:13 +0000 (0:00:00.013) 0:00:07.923 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:34:13 +0000 (0:00:00.020) 0:00:07.944 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:34:13 +0000 (0:00:00.011) 0:00:07.956 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:34:14 +0000 (0:00:01.563) 0:00:09.519 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:34:16 +0000 (0:00:01.843) 0:00:11.363 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.045) 0:00:11.408 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.026) 0:00:11.434 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.025) 0:00:11.459 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.113) 0:00:11.573 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.051) 0:00:11.625 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.025) 0:00:11.651 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:34:16 +0000 (0:00:00.039) 0:00:11.690 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:34:17 +0000 (0:00:00.607) 0:00:12.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:34:17 +0000 (0:00:00.026) 0:00:12.324 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:34:17 +0000 (0:00:00.023) 0:00:12.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:34:17 +0000 (0:00:00.022) 0:00:12.369 ****** 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, a007d73a-b74e-44e6-8d3e-eef9a517e85d [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.565) 0:00:12.935 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.025) 0:00:12.960 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.044) 0:00:13.004 ****** 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, a007d73a-b74e-44e6-8d3e-eef9a517e85d\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a007d73a-b74e-44e6-8d3e-eef9a517e85d (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.040) 0:00:13.045 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.029) 0:00:13.075 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:42 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.306) 0:00:13.381 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.108) 0:00:13.489 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.043) 0:00:13.533 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757651.848352, "block_size": 4096, "blocks": 0, "ctime": 1705757651.848352, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22835, "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": 1705757651.848352, "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-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.244) 0:00:13.777 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:44 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.045) 0:00:13.822 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 January 2024 13:34:18 +0000 (0:00:00.075) 0:00:13.898 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.064) 0:00:13.963 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.028) 0:00:13.991 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757657.9783666, "block_size": 4096, "blocks": 8, "ctime": 1705757657.936366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6160877, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1705757657.936366, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.219) 0:00:14.210 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.039) 0:00:14.250 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021262", "end": "2024-01-20 13:34:19.538377", "rc": 0, "start": "2024-01-20 13:34:19.517115" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.247) 0:00:14.497 ****** 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-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.201) 0:00:14.699 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.028) 0:00:14.728 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.030) 0:00:14.759 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.038) 0:00:14.797 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 January 2024 13:34:19 +0000 (0:00:00.041) 0:00:14.839 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.080) 0:00:14.919 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.046) 0:00:14.965 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:48 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.024) 0:00:14.990 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003829", "end": "2024-01-20 13:34:20.257314", "rc": 0, "start": "2024-01-20 13:34:20.253485" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.183 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.183 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:52 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.228) 0:00:15.219 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:58 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.035) 0:00:15.254 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004019", "end": "2024-01-20 13:34:20.519192", "rc": 0, "start": "2024-01-20 13:34:20.515173" } 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:62 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.224) 0:00:15.479 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:69 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.058) 0:00:15.537 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.025) 0:00:15.562 ****** included: /WORKDIR/git-weekly-ciit4iowef/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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.089) 0:00:15.652 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.076) 0:00:15.729 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.080) 0:00:15.810 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:34:20 +0000 (0:00:00.060) 0:00:15.870 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:34:22 +0000 (0:00:01.517) 0:00:17.387 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:34:24 +0000 (0:00:01.525) 0:00:18.913 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.030) 0:00:18.943 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.027) 0:00:18.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.057) 0:00:19.027 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.059) 0:00:19.087 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.037) 0:00:19.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.026) 0:00:19.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.028) 0:00:19.179 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.375) 0:00:19.554 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.037) 0:00:19.591 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.030) 0:00:19.622 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:34:24 +0000 (0:00:00.040) 0:00:19.663 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.400) 0:00:20.063 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.027) 0:00:20.091 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.036) 0:00:20.127 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.028) 0:00:20.156 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.025) 0:00:20.182 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:81 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.238) 0:00:20.421 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.131) 0:00:20.552 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.040) 0:00:20.592 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.034) 0:00:20.627 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.046) 0:00:20.673 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:34:25 +0000 (0:00:00.059) 0:00:20.732 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003066", "end": "2024-01-20 13:34:26.027981", "rc": 0, "start": "2024-01-20 13:34:26.024915" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:34:26 +0000 (0:00:00.247) 0:00:20.980 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:34:26 +0000 (0:00:00.065) 0:00:21.045 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:34:26 +0000 (0:00:00.067) 0:00:21.113 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:34:28 +0000 (0:00:02.624) 0:00:23.737 ****** 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-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:34:28 +0000 (0:00:00.040) 0:00:23.778 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:34:28 +0000 (0:00:00.037) 0:00:23.816 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013345", "end": "2024-01-20 13:34:29.116161", "rc": 0, "start": "2024-01-20 13:34:29.102816" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.245) 0:00:24.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.025) 0:00:24.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.028) 0:00:24.115 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.025) 0:00:24.140 ****** 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:85 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.044) 0:00:24.184 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:89 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.035) 0:00:24.219 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.074) 0:00:24.294 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.036) 0:00:24.331 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.040) 0:00:24.372 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.119) 0:00:24.491 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.051) 0:00:24.543 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003374", "end": "2024-01-20 13:34:29.807562", "rc": 0, "start": "2024-01-20 13:34:29.804188" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.204) 0:00:24.748 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.028) 0:00:24.776 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:34:29 +0000 (0:00:00.053) 0:00:24.829 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:34:32 +0000 (0:00:02.594) 0:00:27.424 ****** 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.011566", "end": "2024-01-20 13:34:32.701921", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-20 13:34:32.690355" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004278", "end": "2024-01-20 13:34:32.920071", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-20 13:34:32.915793" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003905", "end": "2024-01-20 13:34:33.111401", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-20 13:34:33.107496" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.631) 0:00:28.055 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022093", "end": "2024-01-20 13:34:33.338460", "rc": 0, "start": "2024-01-20 13:34:33.316367" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.277) 0:00:28.333 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.028) 0:00:28.362 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.035) 0:00:28.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.037) 0:00:28.434 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.039) 0:00:28.473 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.050) 0:00:28.523 ****** included: /WORKDIR/git-weekly-ciit4iowef/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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.080) 0:00:28.604 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.058) 0:00:28.662 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.056) 0:00:28.718 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:34:33 +0000 (0:00:00.038) 0:00:28.757 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:34:35 +0000 (0:00:01.498) 0:00:30.255 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:34:36 +0000 (0:00:01.591) 0:00:31.846 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:34:36 +0000 (0:00:00.026) 0:00:31.873 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.041) 0:00:31.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.041) 0:00:31.956 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.086) 0:00:32.042 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.065) 0:00:32.108 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.047) 0:00:32.155 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.034) 0:00:32.189 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.402) 0:00:32.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.033) 0:00:32.625 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.022) 0:00:32.648 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:34:37 +0000 (0:00:00.031) 0:00:32.679 ****** 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, e30e70d7-6eff-4c89-89b6-5c1d244ab500 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.400) 0:00:33.080 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.023) 0:00:33.103 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.024) 0:00:33.128 ****** 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, e30e70d7-6eff-4c89-89b6-5c1d244ab500\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e30e70d7-6eff-4c89-89b6-5c1d244ab500 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.024) 0:00:33.152 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.022) 0:00:33.175 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:110 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.190) 0:00:33.366 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.067) 0:00:33.434 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.038) 0:00:33.472 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757672.694108, "block_size": 4096, "blocks": 0, "ctime": 1705757672.694108, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23421, "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": 1705757672.694108, "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-weekly-ciit4iowef/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.278) 0:00:33.750 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:112 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.048) 0:00:33.799 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 20 January 2024 13:34:38 +0000 (0:00:00.085) 0:00:33.884 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.087) 0:00:33.972 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.052) 0:00:34.025 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757678.1256573, "block_size": 4096, "blocks": 8, "ctime": 1705757678.085657, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6160877, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1705757678.085657, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.196) 0:00:34.222 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.047) 0:00:34.269 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021275", "end": "2024-01-20 13:34:39.554765", "rc": 0, "start": "2024-01-20 13:34:39.533490" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.246) 0:00:34.516 ****** 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-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.046) 0:00:34.562 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.069) 0:00:34.632 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.054) 0:00:34.687 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.030) 0:00:34.717 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.024) 0:00:34.741 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.090) 0:00:34.832 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 20 January 2024 13:34:39 +0000 (0:00:00.049) 0:00:34.882 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:116 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.031) 0:00:34.914 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003925", "end": "2024-01-20 13:34:40.204918", "rc": 0, "start": "2024-01-20 13:34:40.200993" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.183 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.183 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:120 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.261) 0:00:35.175 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:126 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.086) 0:00:35.262 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003753", "end": "2024-01-20 13:34:40.560066", "rc": 0, "start": "2024-01-20 13:34:40.556313" } 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-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:130 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.249) 0:00:35.512 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:137 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.059) 0:00:35.571 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.067) 0:00:35.639 ****** included: /WORKDIR/git-weekly-ciit4iowef/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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.143) 0:00:35.783 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:34:40 +0000 (0:00:00.105) 0:00:35.888 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:34:41 +0000 (0:00:00.035) 0:00:35.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:34:41 +0000 (0:00:00.057) 0:00:35.981 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:34:42 +0000 (0:00:01.505) 0:00:37.486 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:34:44 +0000 (0:00:01.528) 0:00:39.015 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.027) 0:00:39.042 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.024) 0:00:39.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.022) 0:00:39.089 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.045) 0:00:39.134 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.023) 0:00:39.158 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.024) 0:00:39.182 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.068) 0:00:39.251 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.351) 0:00:39.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.029) 0:00:39.631 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.025) 0:00:39.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:34:44 +0000 (0:00:00.028) 0:00:39.685 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.408) 0:00:40.094 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.029) 0:00:40.123 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.030) 0:00:40.154 ****** 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-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.027) 0:00:40.182 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.026) 0:00:40.208 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:149 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.231) 0:00:40.440 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.061) 0:00:40.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.074) 0:00:40.576 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.022) 0:00:40.599 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.038) 0:00:40.637 ****** included: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.037) 0:00:40.675 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-01-20 13:34:45.951687", "rc": 0, "start": "2024-01-20 13:34:45.948393" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:34:45 +0000 (0:00:00.216) 0:00:40.891 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:34:46 +0000 (0:00:00.030) 0:00:40.922 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:34:46 +0000 (0:00:00.033) 0:00:40.955 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:34:48 +0000 (0:00:02.661) 0:00:43.617 ****** 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-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:34:48 +0000 (0:00:00.101) 0:00:43.719 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:34:48 +0000 (0:00:00.057) 0:00:43.777 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010952", "end": "2024-01-20 13:34:49.061410", "rc": 0, "start": "2024-01-20 13:34:49.050458" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:34:49 +0000 (0:00:00.262) 0:00:44.039 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:34:49 +0000 (0:00:00.028) 0:00:44.067 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:34:49 +0000 (0:00:00.061) 0:00:44.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:34:49 +0000 (0:00:00.057) 0:00:44.186 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=129 changed=4 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Saturday 20 January 2024 13:34:49 +0000 (0:00:00.057) 0:00:44.243 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.30s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.84s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.59s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.53s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 0.81s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.73s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gathering Facts --------------------------------------------------------- 0.66s /WORKDIR/git-weekly-ciit4iowef/tests/tests_auto_gateway_nm.yml:6 -------------- Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 Create veth interface veth0 --------------------------------------------- 0.62s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.61s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 0.57s /WORKDIR/git-weekly-ciit4iowef/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.51s /WORKDIR/git-weekly-ciit4iowef/tests/playbooks/tests_auto_gateway.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---