# 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-cin18p2wg4/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-cin18p2wg4/tests/tests_auto_gateway_nm.yml:6 Saturday 01 June 2024 13:16:35 +0000 (0:00:00.022) 0:00:00.022 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_auto_gateway_nm.yml:9 Saturday 01 June 2024 13:16:35 +0000 (0:00:00.764) 0:00:00.787 ********* included: /WORKDIR/git-weekly-cin18p2wg4/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-cin18p2wg4/tests/tasks/el_repo_setup.yml:3 Saturday 01 June 2024 13:16:35 +0000 (0:00:00.036) 0:00:00.823 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:19 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.349) 0:00:01.173 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:24 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.267) 0:00:01.440 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:28 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.076) 0:00:01.516 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:53 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.051) 0:00:01.569 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:8 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.066) 0:00:01.635 ********* 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-cin18p2wg4/tests/tasks/enable_epel.yml:24 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.254) 0:00:01.889 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:30 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.011) 0:00:01.900 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:35 Saturday 01 June 2024 13:16:36 +0000 (0:00:00.010) 0:00:01.911 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241080", "end": "2024-06-01 13:16:37.422191", "rc": 0, "start": "2024-06-01 13:16:37.181111" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:40 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.449) 0:00:02.361 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_auto_gateway_nm.yml:11 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.010) 0:00:02.371 ********* 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:3 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.011) 0:00:02.383 ********* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:9 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.458) 0:00:02.841 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.026) 0:00:02.868 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:16:37 +0000 (0:00:00.023) 0:00:02.891 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002808", "end": "2024-06-01 13:16:38.135003", "rc": 0, "start": "2024-06-01 13:16:38.132195" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.181) 0:00:03.073 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.014) 0:00:03.088 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:11 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.019) 0:00:03.107 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.031) 0:00:03.138 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.011) 0:00:03.149 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.012) 0:00:03.162 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.014) 0:00:03.176 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.014) 0:00:03.191 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002897", "end": "2024-06-01 13:16:38.434542", "rc": 0, "start": "2024-06-01 13:16:38.431645" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.187) 0:00:03.378 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.012) 0:00:03.391 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:16:38 +0000 (0:00:00.021) 0:00:03.413 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:16:41 +0000 (0:00:03.056) 0:00:06.469 ********* 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.013533", "end": "2024-06-01 13:16:41.792040", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-06-01 13:16:41.778507" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003407", "end": "2024-06-01 13:16:42.020871", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-06-01 13:16:42.017464" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003980", "end": "2024-06-01 13:16:42.225312", "item": "ip link set veth0 up", "rc": 0, "start": "2024-06-01 13:16:42.221332" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.706) 0:00:07.176 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021830", "end": "2024-06-01 13:16:42.456395", "rc": 0, "start": "2024-06-01 13:16:42.434565" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.220) 0:00:07.396 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.015) 0:00:07.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.014) 0:00:07.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.032) 0:00:07.459 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.016) 0:00:07.476 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:15 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.014) 0:00:07.491 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.046) 0:00:07.537 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.014) 0:00:07.552 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717247801.781956, "block_size": 4096, "blocks": 0, "ctime": 1717247801.781956, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22850, "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": 1717247801.781956, "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-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.179) 0:00:07.731 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:17 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.013) 0:00:07.745 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.011) 0:00:07.756 ********* included: /WORKDIR/git-weekly-cin18p2wg4/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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.020) 0:00:07.777 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.010) 0:00:07.787 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.009) 0:00:07.797 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:16:42 +0000 (0:00:00.009) 0:00:07.807 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:16:44 +0000 (0:00:01.478) 0:00:09.285 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:16:45 +0000 (0:00:01.482) 0:00:10.767 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:16:45 +0000 (0:00:00.030) 0:00:10.797 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:16:45 +0000 (0:00:00.065) 0:00:10.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:16:45 +0000 (0:00:00.045) 0:00:10.909 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.028) 0:00:10.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.024) 0:00:10.962 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.034) 0:00:10.997 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.068) 0:00:11.066 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.032) 0:00:11.098 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.030) 0:00:11.128 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.049) 0:00:11.178 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.509) 0:00:11.688 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.027) 0:00:11.715 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.026) 0:00:11.741 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:16:46 +0000 (0:00:00.023) 0:00:11.765 ********* 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, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.647) 0:00:12.412 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.059) 0:00:12.472 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.051) 0:00:12.523 ********* 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, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c50ecf0f-b725-4a4b-bda0-1ecd01654fb9 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.033) 0:00:12.556 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.030) 0:00:12.587 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:42 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.277) 0:00:12.864 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:16:47 +0000 (0:00:00.054) 0:00:12.919 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.036) 0:00:12.955 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717247801.781956, "block_size": 4096, "blocks": 0, "ctime": 1717247801.781956, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22850, "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": 1717247801.781956, "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-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.189) 0:00:13.145 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:44 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.026) 0:00:13.171 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.058) 0:00:13.230 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.126) 0:00:13.357 ********* 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.056) 0:00:13.414 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717247807.442823, "block_size": 4096, "blocks": 8, "ctime": 1717247807.4028232, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2190070, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1717247807.4028232, "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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.199) 0:00:13.613 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.057) 0:00:13.671 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020326", "end": "2024-06-01 13:16:48.951977", "rc": 0, "start": "2024-06-01 13:16:48.931651" } 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:16:48 +0000 (0:00:00.242) 0:00:13.913 ********* 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.027) 0:00:13.941 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.035) 0:00:13.977 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.025) 0:00:14.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.029) 0:00:14.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.028) 0:00:14.060 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.036) 0:00:14.096 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.046) 0:00:14.142 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:48 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.031) 0:00:14.173 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003932", "end": "2024-06-01 13:16:49.419285", "rc": 0, "start": "2024-06-01 13:16:49.415353" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.186 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.186 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:52 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.202) 0:00:14.376 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:58 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.023) 0:00:14.400 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003196", "end": "2024-06-01 13:16:49.642483", "rc": 0, "start": "2024-06-01 13:16:49.639287" } 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:62 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.200) 0:00:14.600 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:69 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.027) 0:00:14.628 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.024) 0:00:14.652 ********* included: /WORKDIR/git-weekly-cin18p2wg4/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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.067) 0:00:14.720 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.055) 0:00:14.776 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.034) 0:00:14.810 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:16:49 +0000 (0:00:00.032) 0:00:14.842 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:16:51 +0000 (0:00:01.439) 0:00:16.281 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:16:52 +0000 (0:00:01.410) 0:00:17.692 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.047) 0:00:17.740 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.029) 0:00:17.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.047) 0:00:17.816 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.033) 0:00:17.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.029) 0:00:17.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:16:52 +0000 (0:00:00.033) 0:00:17.913 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.074) 0:00:17.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.027) 0:00:18.015 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.070) 0:00:18.086 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.052) 0:00:18.139 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.338) 0:00:18.477 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.071) 0:00:18.548 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.027) 0:00:18.576 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:16:53 +0000 (0:00:00.033) 0:00:18.609 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.402) 0:00:19.012 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.030) 0:00:19.042 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.047) 0:00:19.090 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.040) 0:00:19.131 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.027) 0:00:19.159 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:81 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.246) 0:00:19.405 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.145) 0:00:19.551 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.074) 0:00:19.626 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.060) 0:00:19.687 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.065) 0:00:19.752 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:16:54 +0000 (0:00:00.118) 0:00:19.871 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002644", "end": "2024-06-01 13:16:55.143176", "rc": 0, "start": "2024-06-01 13:16:55.140532" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:16:55 +0000 (0:00:00.265) 0:00:20.137 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:16:55 +0000 (0:00:00.061) 0:00:20.198 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:16:55 +0000 (0:00:00.078) 0:00:20.277 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:16:58 +0000 (0:00:02.646) 0:00:22.924 ********* 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-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.043) 0:00:22.967 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.028) 0:00:22.996 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009301", "end": "2024-06-01 13:16:58.251495", "rc": 0, "start": "2024-06-01 13:16:58.242194" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.212) 0:00:23.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.078) 0:00:23.286 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.045) 0:00:23.332 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.048) 0:00:23.381 ********* 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:85 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.032) 0:00:23.414 ********* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:89 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.040) 0:00:23.454 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.060) 0:00:23.514 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.032) 0:00:23.547 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.036) 0:00:23.584 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.043) 0:00:23.627 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.039) 0:00:23.667 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002959", "end": "2024-06-01 13:16:58.911993", "rc": 0, "start": "2024-06-01 13:16:58.909034" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.194) 0:00:23.861 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:16:58 +0000 (0:00:00.024) 0:00:23.886 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:16:59 +0000 (0:00:00.081) 0:00:23.967 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:17:01 +0000 (0:00:02.837) 0:00:26.804 ********* 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.010962", "end": "2024-06-01 13:17:02.070705", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-06-01 13:17:02.059743" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003613", "end": "2024-06-01 13:17:02.304899", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-06-01 13:17:02.301286" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003971", "end": "2024-06-01 13:17:02.497524", "item": "ip link set veth0 up", "rc": 0, "start": "2024-06-01 13:17:02.493553" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.652) 0:00:27.457 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021108", "end": "2024-06-01 13:17:02.732933", "rc": 0, "start": "2024-06-01 13:17:02.711825" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.239) 0:00:27.697 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.039) 0:00:27.736 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.027) 0:00:27.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.071) 0:00:27.835 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.024) 0:00:27.859 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:17:02 +0000 (0:00:00.023) 0:00:27.883 ********* included: /WORKDIR/git-weekly-cin18p2wg4/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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:17:03 +0000 (0:00:00.039) 0:00:27.923 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:17:03 +0000 (0:00:00.028) 0:00:27.952 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:17:03 +0000 (0:00:00.022) 0:00:27.974 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:17:03 +0000 (0:00:00.020) 0:00:27.995 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:17:04 +0000 (0:00:01.484) 0:00:29.480 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:17:05 +0000 (0:00:01.367) 0:00:30.847 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:17:05 +0000 (0:00:00.028) 0:00:30.876 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:17:05 +0000 (0:00:00.022) 0:00:30.899 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.024) 0:00:30.923 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.028) 0:00:30.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.022) 0:00:30.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.038) 0:00:31.013 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.053) 0:00:31.066 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.029) 0:00:31.096 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.056) 0:00:31.152 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.045) 0:00:31.197 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.401) 0:00:31.599 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.062) 0:00:31.661 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.025) 0:00:31.687 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:17:06 +0000 (0:00:00.032) 0:00:31.719 ********* 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, a794432d-0ea6-49e4-b824-f3c9f3013c79 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.407) 0:00:32.127 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.030) 0:00:32.158 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.048) 0:00:32.207 ********* 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, a794432d-0ea6-49e4-b824-f3c9f3013c79\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a794432d-0ea6-49e4-b824-f3c9f3013c79 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.025) 0:00:32.232 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.023) 0:00:32.256 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:110 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.201) 0:00:32.458 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.057) 0:00:32.515 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.056) 0:00:32.572 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717247822.0633037, "block_size": 4096, "blocks": 0, "ctime": 1717247822.0633037, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23436, "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": 1717247822.0633037, "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-cin18p2wg4/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.257) 0:00:32.829 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:112 Saturday 01 June 2024 13:17:07 +0000 (0:00:00.027) 0:00:32.857 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.092) 0:00:32.950 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.040) 0:00:32.990 ********* 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.034) 0:00:33.024 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717247827.1407123, "block_size": 4096, "blocks": 8, "ctime": 1717247827.1027124, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301243, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1717247827.1027124, "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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.207) 0:00:33.231 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.024) 0:00:33.256 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020197", "end": "2024-06-01 13:17:08.521046", "rc": 0, "start": "2024-06-01 13:17:08.500849" } 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.245) 0:00:33.501 ********* 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-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.028) 0:00:33.530 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.027) 0:00:33.557 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.053) 0:00:33.611 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.047) 0:00:33.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.095) 0:00:33.754 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.027) 0:00:33.782 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.034) 0:00:33.816 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:116 Saturday 01 June 2024 13:17:08 +0000 (0:00:00.050) 0:00:33.867 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003232", "end": "2024-06-01 13:17:09.169435", "rc": 0, "start": "2024-06-01 13:17:09.166203" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.186 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.186 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:120 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.261) 0:00:34.129 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:126 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.047) 0:00:34.176 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003604", "end": "2024-06-01 13:17:09.426136", "rc": 0, "start": "2024-06-01 13:17:09.422532" } 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-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:130 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.199) 0:00:34.376 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:137 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.026) 0:00:34.402 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.022) 0:00:34.425 ********* included: /WORKDIR/git-weekly-cin18p2wg4/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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.040) 0:00:34.465 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.027) 0:00:34.492 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.022) 0:00:34.515 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:17:09 +0000 (0:00:00.022) 0:00:34.537 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:17:11 +0000 (0:00:01.436) 0:00:35.973 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:17:12 +0000 (0:00:01.326) 0:00:37.299 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.025) 0:00:37.325 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.025) 0:00:37.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.023) 0:00:37.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.045) 0:00:37.420 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.050) 0:00:37.470 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.062) 0:00:37.532 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.153) 0:00:37.686 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.039) 0:00:37.725 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.026) 0:00:37.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:17:12 +0000 (0:00:00.033) 0:00:37.785 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.402) 0:00:38.187 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.045) 0:00:38.233 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.034) 0:00:38.268 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.038) 0:00:38.307 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.419) 0:00:38.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.049) 0:00:38.775 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.028) 0:00:38.804 ********* 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-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:17:13 +0000 (0:00:00.071) 0:00:38.875 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.054) 0:00:38.930 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:149 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.216) 0:00:39.146 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.164) 0:00:39.310 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.037) 0:00:39.347 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.023) 0:00:39.371 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.038) 0:00:39.410 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.040) 0:00:39.450 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002832", "end": "2024-06-01 13:17:14.722864", "rc": 0, "start": "2024-06-01 13:17:14.720032" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.235) 0:00:39.685 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.024) 0:00:39.710 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:17:14 +0000 (0:00:00.025) 0:00:39.735 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:17:17 +0000 (0:00:02.626) 0:00:42.362 ********* 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-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.061) 0:00:42.424 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.029) 0:00:42.454 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013444", "end": "2024-06-01 13:17:17.713812", "rc": 0, "start": "2024-06-01 13:17:17.700368" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.214) 0:00:42.668 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.030) 0:00:42.699 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.026) 0:00:42.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.029) 0:00:42.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tests_auto_gateway.yml:153 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.023) 0:00:42.778 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 01 June 2024 13:17:17 +0000 (0:00:00.082) 0:00:42.861 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008194", "end": "2024-06-01 13:17:18.112329", "rc": 0, "start": "2024-06-01 13:17:18.104135" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:fe:bc:3c:af:37 brd ff:ff:ff:ff:ff:ff inet 10.31.8.186/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2751sec preferred_lft 2751sec inet6 fe80::10fe:bcff:fe3c:af37/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.186 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.186 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 01 June 2024 13:17:18 +0000 (0:00:00.229) 0:00:43.090 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.309128", "end": "2024-06-01 13:17:18.663163", "rc": 0, "start": "2024-06-01 13:17:18.354035" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 7093 0 --:--:-- --:--:-- --:--:-- 7093 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1227 0 --:--:-- --:--:-- --:--:-- 1227 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=132 changed=4 unreachable=0 failed=0 skipped=110 rescued=0 ignored=0 Saturday 01 June 2024 13:17:18 +0000 (0:00:00.510) 0:00:43.601 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.84s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.41s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.37s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.82s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cin18p2wg4/tests/tests_auto_gateway_nm.yml:6 -------------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.74s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 Create veth interface veth0 --------------------------------------------- 0.71s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 Create veth interface veth0 --------------------------------------------- 0.65s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.65s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:173 Verify DNS and network connectivity ------------------------------------- 0.51s /WORKDIR/git-weekly-cin18p2wg4/tests/playbooks/tasks/check_network_dns.yml:24 - linux-system-roles.network : Enable and start NetworkManager ------------ 0.51s /WORKDIR/git-weekly-cin18p2wg4/tests/roles/linux-system-roles.network/tasks/main.yml:136 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---