# 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-ciud_69coc/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-ciud_69coc/tests/tests_auto_gateway_nm.yml:6 Saturday 27 January 2024 13:38:10 +0000 (0:00:00.032) 0:00:00.032 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/tests_auto_gateway_nm.yml:9 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.695) 0:00:00.728 ****** included: /WORKDIR/git-weekly-ciud_69coc/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-ciud_69coc/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.024) 0:00:00.752 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/el_repo_setup.yml:19 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.340) 0:00:01.093 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/el_repo_setup.yml:24 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.267) 0:00:01.360 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/el_repo_setup.yml:28 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.020) 0:00:01.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/el_repo_setup.yml:53 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.023) 0:00:01.405 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 13:38:11 +0000 (0:00:00.037) 0:00:01.443 ****** 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-ciud_69coc/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.288) 0:00:01.731 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.067) 0:00:01.798 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.015) 0:00:01.814 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.236161", "end": "2024-01-27 13:38:12.629118", "rc": 0, "start": "2024-01-27 13:38:12.392957" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.431) 0:00:02.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/tests_auto_gateway_nm.yml:11 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.029) 0:00:02.275 ****** 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 January 2024 13:38:12 +0000 (0:00:00.011) 0:00:02.286 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.477) 0:00:02.763 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.022) 0:00:02.786 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.013) 0:00:02.800 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002915", "end": "2024-01-27 13:38:13.375534", "rc": 0, "start": "2024-01-27 13:38:13.372619" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.196) 0:00:02.997 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.038) 0:00:03.035 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.025) 0:00:03.061 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.031) 0:00:03.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.011) 0:00:03.104 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.013) 0:00:03.117 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.020) 0:00:03.138 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.013) 0:00:03.152 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002936", "end": "2024-01-27 13:38:13.755927", "rc": 0, "start": "2024-01-27 13:38:13.752991" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.207) 0:00:03.360 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.010) 0:00:03.371 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:38:13 +0000 (0:00:00.014) 0:00:03.385 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:38:16 +0000 (0:00:02.892) 0:00:06.278 ****** 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.012504", "end": "2024-01-27 13:38:16.874978", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:38:16.862474" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003273", "end": "2024-01-27 13:38:17.086281", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:38:17.083008" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003722", "end": "2024-01-27 13:38:17.259870", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:38:17.256148" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.605) 0:00:06.883 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021451", "end": "2024-01-27 13:38:17.489279", "rc": 0, "start": "2024-01-27 13:38:17.467828" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.227) 0:00:07.110 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.027) 0:00:07.138 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.024) 0:00:07.163 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.014) 0:00:07.177 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.020) 0:00:07.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.014) 0:00:07.213 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.028) 0:00:07.241 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.032) 0:00:07.274 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362696.8656013, "block_size": 4096, "blocks": 0, "ctime": 1706362696.8656013, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22795, "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": 1706362696.8656013, "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-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.222) 0:00:07.496 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.019) 0:00:07.515 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:38:17 +0000 (0:00:00.028) 0:00:07.544 ****** included: /WORKDIR/git-weekly-ciud_69coc/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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:38:18 +0000 (0:00:00.141) 0:00:07.685 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:38:18 +0000 (0:00:00.021) 0:00:07.707 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:38:18 +0000 (0:00:00.014) 0:00:07.722 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:38:18 +0000 (0:00:00.024) 0:00:07.746 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:38:19 +0000 (0:00:01.488) 0:00:09.234 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:38:21 +0000 (0:00:01.700) 0:00:10.935 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.034) 0:00:10.969 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.044) 0:00:11.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.024) 0:00:11.038 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.064) 0:00:11.102 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.022) 0:00:11.125 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.021) 0:00:11.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:38:21 +0000 (0:00:00.024) 0:00:11.171 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.523) 0:00:11.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.042) 0:00:11.737 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.023) 0:00:11.760 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.023) 0:00:11.783 ****** 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, 22aa434d-e9b1-46f9-8793-938468268cd1 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.570) 0:00:12.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.023) 0:00:12.377 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.023) 0:00:12.400 ****** 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, 22aa434d-e9b1-46f9-8793-938468268cd1\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 22aa434d-e9b1-46f9-8793-938468268cd1 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.023) 0:00:12.423 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:38:22 +0000 (0:00:00.020) 0:00:12.444 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.311) 0:00:12.756 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.108) 0:00:12.864 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.054) 0:00:12.919 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362696.8656013, "block_size": 4096, "blocks": 0, "ctime": 1706362696.8656013, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22795, "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": 1706362696.8656013, "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-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.263) 0:00:13.182 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.039) 0:00:13.222 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.061) 0:00:13.284 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.053) 0:00:13.337 ****** 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:38:23 +0000 (0:00:00.039) 0:00:13.377 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362702.714946, "block_size": 4096, "blocks": 8, "ctime": 1706362702.6759462, "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": 1706362702.6759462, "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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.224) 0:00:13.601 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.052) 0:00:13.653 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020930", "end": "2024-01-27 13:38:24.259018", "rc": 0, "start": "2024-01-27 13:38:24.238088" } 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.244) 0:00:13.897 ****** 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.066) 0:00:13.964 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.041) 0:00:14.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.047) 0:00:14.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.035) 0:00:14.089 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.050) 0:00:14.139 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.043) 0:00:14.183 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.042) 0:00:14.225 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.047) 0:00:14.273 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003220", "end": "2024-01-27 13:38:24.885785", "rc": 0, "start": "2024-01-27 13:38:24.882565" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.228 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.228 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 January 2024 13:38:24 +0000 (0:00:00.286) 0:00:14.559 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:58 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.039) 0:00:14.598 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003480", "end": "2024-01-27 13:38:25.202664", "rc": 0, "start": "2024-01-27 13:38:25.199184" } 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:62 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.261) 0:00:14.860 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:69 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.070) 0:00:14.931 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.052) 0:00:14.984 ****** included: /WORKDIR/git-weekly-ciud_69coc/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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.085) 0:00:15.069 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.052) 0:00:15.122 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.059) 0:00:15.182 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:38:25 +0000 (0:00:00.040) 0:00:15.222 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:38:27 +0000 (0:00:01.489) 0:00:16.712 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:38:28 +0000 (0:00:01.541) 0:00:18.253 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.037) 0:00:18.291 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.037) 0:00:18.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.046) 0:00:18.375 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.070) 0:00:18.446 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.094) 0:00:18.540 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:38:28 +0000 (0:00:00.033) 0:00:18.574 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.054) 0:00:18.628 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.367) 0:00:18.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.041) 0:00:19.037 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.022) 0:00:19.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.022) 0:00:19.082 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.394) 0:00:19.477 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.024) 0:00:19.502 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.039) 0:00:19.541 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:38:29 +0000 (0:00:00.035) 0:00:19.576 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.051) 0:00:19.628 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:81 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.218) 0:00:19.847 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.163) 0:00:20.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.029) 0:00:20.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.027) 0:00:20.068 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.055) 0:00:20.123 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.046) 0:00:20.170 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002805", "end": "2024-01-27 13:38:30.751609", "rc": 0, "start": "2024-01-27 13:38:30.748804" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.199) 0:00:20.370 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.023) 0:00:20.393 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:38:30 +0000 (0:00:00.027) 0:00:20.421 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:38:33 +0000 (0:00:02.577) 0:00:22.998 ****** 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-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.032) 0:00:23.031 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.023) 0:00:23.055 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014896", "end": "2024-01-27 13:38:33.645892", "rc": 0, "start": "2024-01-27 13:38:33.630996" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.228) 0:00:23.284 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.026) 0:00:23.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.028) 0:00:23.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.026) 0:00:23.365 ****** 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:85 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.025) 0:00:23.390 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:89 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.023) 0:00:23.414 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.051) 0:00:23.465 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.024) 0:00:23.490 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.021) 0:00:23.511 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:38:33 +0000 (0:00:00.034) 0:00:23.546 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:38:34 +0000 (0:00:00.085) 0:00:23.631 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002757", "end": "2024-01-27 13:38:34.229006", "rc": 0, "start": "2024-01-27 13:38:34.226249" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:38:34 +0000 (0:00:00.237) 0:00:23.869 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:38:34 +0000 (0:00:00.048) 0:00:23.917 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:38:34 +0000 (0:00:00.053) 0:00:23.971 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:38:36 +0000 (0:00:02.582) 0:00:26.553 ****** 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.006054", "end": "2024-01-27 13:38:37.136616", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:38:37.130562" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003210", "end": "2024-01-27 13:38:37.351876", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:38:37.348666" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003658", "end": "2024-01-27 13:38:37.525831", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:38:37.522173" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.589) 0:00:27.142 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022123", "end": "2024-01-27 13:38:37.740434", "rc": 0, "start": "2024-01-27 13:38:37.718311" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.215) 0:00:27.357 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.022) 0:00:27.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.051) 0:00:27.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.024) 0:00:27.456 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.033) 0:00:27.490 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.041) 0:00:27.532 ****** included: /WORKDIR/git-weekly-ciud_69coc/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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:38:37 +0000 (0:00:00.051) 0:00:27.584 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:38:38 +0000 (0:00:00.054) 0:00:27.638 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:38:38 +0000 (0:00:00.081) 0:00:27.719 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:38:38 +0000 (0:00:00.072) 0:00:27.792 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:38:39 +0000 (0:00:01.456) 0:00:29.249 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:38:41 +0000 (0:00:01.662) 0:00:30.912 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.025) 0:00:30.937 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.024) 0:00:30.962 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.023) 0:00:30.985 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.049) 0:00:31.035 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.023) 0:00:31.058 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.023) 0:00:31.081 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:38:41 +0000 (0:00:00.053) 0:00:31.135 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.468) 0:00:31.603 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.094) 0:00:31.698 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.053) 0:00:31.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.042) 0:00:31.793 ****** 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, d2971b1e-b396-4266-b1de-7ef7279f513d [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.482) 0:00:32.275 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.032) 0:00:32.308 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.058) 0:00:32.366 ****** 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, d2971b1e-b396-4266-b1de-7ef7279f513d\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d2971b1e-b396-4266-b1de-7ef7279f513d (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.045) 0:00:32.412 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:38:42 +0000 (0:00:00.048) 0:00:32.461 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.225) 0:00:32.686 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.059) 0:00:32.746 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.038) 0:00:32.785 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362717.1336727, "block_size": 4096, "blocks": 0, "ctime": 1706362717.1336727, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23381, "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": 1706362717.1336727, "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-ciud_69coc/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.217) 0:00:33.003 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:112 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.025) 0:00:33.029 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.101) 0:00:33.130 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.055) 0:00:33.185 ****** 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.038) 0:00:33.224 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362722.6148038, "block_size": 4096, "blocks": 8, "ctime": 1706362722.5768042, "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": 1706362722.5768042, "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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.201) 0:00:33.425 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:38:43 +0000 (0:00:00.024) 0:00:33.449 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021170", "end": "2024-01-27 13:38:44.050747", "rc": 0, "start": "2024-01-27 13:38:44.029577" } 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.218) 0:00:33.668 ****** 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-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.032) 0:00:33.700 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.024) 0:00:33.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.023) 0:00:33.747 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.025) 0:00:33.772 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.025) 0:00:33.798 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.046) 0:00:33.844 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.032) 0:00:33.877 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:116 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.034) 0:00:33.911 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003237", "end": "2024-01-27 13:38:44.494148", "rc": 0, "start": "2024-01-27 13:38:44.490911" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.228 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.228 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:120 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.251) 0:00:34.163 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:126 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.024) 0:00:34.187 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003341", "end": "2024-01-27 13:38:44.765219", "rc": 0, "start": "2024-01-27 13:38:44.761878" } 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-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:130 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.202) 0:00:34.389 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:137 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.028) 0:00:34.418 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.025) 0:00:34.443 ****** included: /WORKDIR/git-weekly-ciud_69coc/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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.050) 0:00:34.493 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.029) 0:00:34.522 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.023) 0:00:34.546 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:38:44 +0000 (0:00:00.022) 0:00:34.568 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:38:46 +0000 (0:00:01.426) 0:00:35.994 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:38:47 +0000 (0:00:01.561) 0:00:37.556 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.039) 0:00:37.596 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.034) 0:00:37.630 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.026) 0:00:37.657 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.045) 0:00:37.702 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.038) 0:00:37.740 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.043) 0:00:37.784 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.036) 0:00:37.821 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.383) 0:00:38.204 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.042) 0:00:38.247 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.027) 0:00:38.275 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:38:48 +0000 (0:00:00.050) 0:00:38.325 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.468) 0:00:38.793 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.032) 0:00:38.826 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.070) 0:00:38.896 ****** 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-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.059) 0:00:38.956 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.055) 0:00:39.011 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.279) 0:00:39.291 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.071) 0:00:39.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.048) 0:00:39.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.029) 0:00:39.441 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:38:49 +0000 (0:00:00.132) 0:00:39.573 ****** included: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:38:50 +0000 (0:00:00.044) 0:00:39.618 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002756", "end": "2024-01-27 13:38:50.196350", "rc": 0, "start": "2024-01-27 13:38:50.193594" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:38:50 +0000 (0:00:00.196) 0:00:39.815 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:38:50 +0000 (0:00:00.043) 0:00:39.858 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:38:50 +0000 (0:00:00.067) 0:00:39.927 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:38:52 +0000 (0:00:02.608) 0:00:42.535 ****** 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-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:38:52 +0000 (0:00:00.032) 0:00:42.568 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:38:53 +0000 (0:00:00.067) 0:00:42.635 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011842", "end": "2024-01-27 13:38:53.236501", "rc": 0, "start": "2024-01-27 13:38:53.224659" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:38:53 +0000 (0:00:00.222) 0:00:42.858 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:38:53 +0000 (0:00:00.026) 0:00:42.884 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:38:53 +0000 (0:00:00.024) 0:00:42.908 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:38:53 +0000 (0:00:00.024) 0:00:42.933 ****** 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 27 January 2024 13:38:53 +0000 (0:00:00.009) 0:00:42.942 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.70s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.66s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.54s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 0.86s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.75s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-weekly-ciud_69coc/tests/tests_auto_gateway_nm.yml:6 -------------- Create veth interface veth0 --------------------------------------------- 0.61s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 Create veth interface veth0 --------------------------------------------- 0.59s /WORKDIR/git-weekly-ciud_69coc/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Configure networking connection profiles --- 0.57s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.52s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Re-test connectivity ----------------------- 0.50s /WORKDIR/git-weekly-ciud_69coc/tests/roles/linux-system-roles.network/tasks/main.yml:155 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---