# 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-cin43ftrll/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-cin43ftrll/tests/tests_auto_gateway_nm.yml:6 Saturday 27 January 2024 13:23:17 +0000 (0:00:00.011) 0:00:00.011 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/tests_auto_gateway_nm.yml:9 Saturday 27 January 2024 13:23:18 +0000 (0:00:00.887) 0:00:00.899 ****** included: /WORKDIR/git-weekly-cin43ftrll/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-cin43ftrll/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 13:23:18 +0000 (0:00:00.028) 0:00:00.927 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/el_repo_setup.yml:19 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.527) 0:00:01.455 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/el_repo_setup.yml:24 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.261) 0:00:01.717 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/el_repo_setup.yml:28 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.020) 0:00:01.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/el_repo_setup.yml:53 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.025) 0:00:01.763 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.030) 0:00:01.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.008) 0:00:01.802 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.029) 0:00:01.831 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.016) 0:00:01.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.011) 0:00:01.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/tests_auto_gateway_nm.yml:11 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.027) 0:00:01.887 ****** 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-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 January 2024 13:23:19 +0000 (0:00:00.046) 0:00:01.933 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.794) 0:00:02.728 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.021) 0:00:02.749 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.012) 0:00:02.761 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003618", "end": "2024-01-27 13:23:20.873834", "rc": 0, "start": "2024-01-27 13:23:20.870216" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.265) 0:00:03.027 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.010) 0:00:03.037 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:03.047 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.027) 0:00:03.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:03.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:03.092 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.012) 0:00:03.105 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:23:20 +0000 (0:00:00.012) 0:00:03.117 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003638", "end": "2024-01-27 13:23:21.160510", "rc": 0, "start": "2024-01-27 13:23:21.156872" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:23:21 +0000 (0:00:00.197) 0:00:03.315 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:23:21 +0000 (0:00:00.015) 0:00:03.331 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:23:21 +0000 (0:00:00.015) 0:00:03.346 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:23:23 +0000 (0:00:02.585) 0:00:05.932 ****** 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.058984", "end": "2024-01-27 13:23:24.039747", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:23:23.980763" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003945", "end": "2024-01-27 13:23:24.291062", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:23:24.287117" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004077", "end": "2024-01-27 13:23:24.492659", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:23:24.488582" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:23:24 +0000 (0:00:00.715) 0:00:06.648 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.266705", "end": "2024-01-27 13:23:24.958368", "rc": 0, "start": "2024-01-27 13:23:24.691663" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:23:24 +0000 (0:00:00.471) 0:00:07.119 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.017) 0:00:07.136 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.042) 0:00:07.179 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.019) 0:00:07.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.049) 0:00:07.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.044) 0:00:07.292 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.048) 0:00:07.340 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.027) 0:00:07.367 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706361804.03836, "block_size": 4096, "blocks": 0, "ctime": 1706361804.03836, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26323, "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": 1706361804.03836, "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-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.208) 0:00:07.575 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.017) 0:00:07.593 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.010) 0:00:07.603 ****** included: /WORKDIR/git-weekly-cin43ftrll/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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.070) 0:00:07.674 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.041) 0:00:07.716 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.022) 0:00:07.738 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:23:25 +0000 (0:00:00.016) 0:00:07.754 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:23:27 +0000 (0:00:02.236) 0:00:09.991 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:23:28 +0000 (0:00:01.091) 0:00:11.082 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:23:28 +0000 (0:00:00.027) 0:00:11.110 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:23:28 +0000 (0:00:00.021) 0:00:11.132 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.021) 0:00:11.153 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.042) 0:00:11.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.021) 0:00:11.217 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.021) 0:00:11.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.025) 0:00:11.264 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.710) 0:00:11.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.030) 0:00:12.005 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.035) 0:00:12.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:23:29 +0000 (0:00:00.040) 0:00:12.080 ****** 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, a43c124c-d0cb-4f48-a140-07cba859f4ad [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:23:30 +0000 (0:00:00.896) 0:00:12.977 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:23:30 +0000 (0:00:00.022) 0:00:12.999 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:23:30 +0000 (0:00:00.022) 0:00:13.022 ****** 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, a43c124c-d0cb-4f48-a140-07cba859f4ad\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a43c124c-d0cb-4f48-a140-07cba859f4ad (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:23:30 +0000 (0:00:00.023) 0:00:13.045 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:23:30 +0000 (0:00:00.021) 0:00:13.067 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.249) 0:00:13.316 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.048) 0:00:13.364 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.036) 0:00:13.401 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706361804.03836, "block_size": 4096, "blocks": 0, "ctime": 1706361804.03836, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26323, "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": 1706361804.03836, "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-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.210) 0:00:13.611 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.027) 0:00:13.638 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.075) 0:00:13.714 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.039) 0:00:13.754 ****** 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-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.022) 0:00:13.776 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.206) 0:00:13.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:23:31 +0000 (0:00:00.023) 0:00:14.005 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.103600", "end": "2024-01-27 13:23:32.152320", "rc": 0, "start": "2024-01-27 13:23:32.048720" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.331) 0:00:14.337 ****** 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-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.025) 0:00:14.362 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.023) 0:00:14.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.022) 0:00:14.408 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.021) 0:00:14.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.022) 0:00:14.452 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.023) 0:00:14.475 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.023) 0:00:14.498 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.047) 0:00:14.545 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003897", "end": "2024-01-27 13:23:32.592481", "rc": 0, "start": "2024-01-27 13:23:32.588584" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.229 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.229 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-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.213) 0:00:14.759 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:58 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.023) 0:00:14.783 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004031", "end": "2024-01-27 13:23:32.828366", "rc": 0, "start": "2024-01-27 13:23:32.824335" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 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-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:62 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.211) 0:00:14.994 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:69 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.023) 0:00:15.018 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.022) 0:00:15.041 ****** included: /WORKDIR/git-weekly-cin43ftrll/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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.043) 0:00:15.085 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:23:32 +0000 (0:00:00.028) 0:00:15.113 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:23:33 +0000 (0:00:00.023) 0:00:15.136 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:23:33 +0000 (0:00:00.021) 0:00:15.157 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:23:35 +0000 (0:00:02.161) 0:00:17.319 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.898) 0:00:18.217 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.023) 0:00:18.241 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.022) 0:00:18.264 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.021) 0:00:18.285 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.065) 0:00:18.351 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.022) 0:00:18.374 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.023) 0:00:18.397 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.025) 0:00:18.422 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.553) 0:00:18.976 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.027) 0:00:19.004 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.023) 0:00:19.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:23:36 +0000 (0:00:00.022) 0:00:19.049 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.456) 0:00:19.506 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.021) 0:00:19.528 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.022) 0:00:19.550 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.022) 0:00:19.573 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.021) 0:00:19.595 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:81 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.204) 0:00:19.799 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.053) 0:00:19.852 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.023) 0:00:19.875 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.021) 0:00:19.897 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.035) 0:00:19.932 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:23:37 +0000 (0:00:00.034) 0:00:19.966 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2024-01-27 13:23:38.011565", "rc": 0, "start": "2024-01-27 13:23:38.007944" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:23:38 +0000 (0:00:00.211) 0:00:20.178 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:23:38 +0000 (0:00:00.023) 0:00:20.202 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:23:38 +0000 (0:00:00.022) 0:00:20.224 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:23:40 +0000 (0:00:02.380) 0:00:22.605 ****** 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-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.032) 0:00:22.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.023) 0:00:22.661 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015137", "end": "2024-01-27 13:23:40.725373", "rc": 0, "start": "2024-01-27 13:23:40.710236" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.239) 0:00:22.901 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.025) 0:00:22.926 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.028) 0:00:22.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.023) 0:00:22.978 ****** 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-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:85 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.022) 0:00:23.001 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:89 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.046) 0:00:23.047 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.054) 0:00:23.102 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:23:40 +0000 (0:00:00.021) 0:00:23.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.020) 0:00:23.144 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.035) 0:00:23.180 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.034) 0:00:23.214 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003776", "end": "2024-01-27 13:23:41.262240", "rc": 0, "start": "2024-01-27 13:23:41.258464" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.215) 0:00:23.430 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.025) 0:00:23.456 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:23:41 +0000 (0:00:00.041) 0:00:23.497 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:23:43 +0000 (0:00:02.443) 0:00:25.941 ****** 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.011043", "end": "2024-01-27 13:23:44.007187", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-27 13:23:43.996144" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004093", "end": "2024-01-27 13:23:44.258855", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-27 13:23:44.254762" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004325", "end": "2024-01-27 13:23:44.458499", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-27 13:23:44.454174" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.685) 0:00:26.627 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023895", "end": "2024-01-27 13:23:44.695438", "rc": 0, "start": "2024-01-27 13:23:44.671543" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.240) 0:00:26.867 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.023) 0:00:26.891 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.023) 0:00:26.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.023) 0:00:26.938 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.049) 0:00:26.987 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.026) 0:00:27.014 ****** included: /WORKDIR/git-weekly-cin43ftrll/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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.038) 0:00:27.052 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.027) 0:00:27.079 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.021) 0:00:27.101 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:23:44 +0000 (0:00:00.021) 0:00:27.122 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:23:47 +0000 (0:00:02.181) 0:00:29.303 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.917) 0:00:30.220 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.022) 0:00:30.243 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.021) 0:00:30.265 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.023) 0:00:30.288 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.045) 0:00:30.333 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.023) 0:00:30.357 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.024) 0:00:30.381 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.034) 0:00:30.416 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.583) 0:00:30.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.028) 0:00:31.027 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.025) 0:00:31.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:23:48 +0000 (0:00:00.025) 0:00:31.078 ****** 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, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.463) 0:00:31.541 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.021) 0:00:31.563 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.021) 0:00:31.585 ****** 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, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9bd89add-cf8d-4dfa-ba87-6cb2ed8f727f (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.023) 0:00:31.608 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.021) 0:00:31.629 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.203) 0:00:31.832 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.053) 0:00:31.886 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:23:49 +0000 (0:00:00.075) 0:00:31.961 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706361824.0011969, "block_size": 4096, "blocks": 0, "ctime": 1706361824.0011969, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26909, "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": 1706361824.0011969, "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-cin43ftrll/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.211) 0:00:32.172 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:112 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.026) 0:00:32.198 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.070) 0:00:32.269 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.036) 0:00:32.306 ****** 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-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.022) 0:00:32.328 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.205) 0:00:32.533 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.021) 0:00:32.555 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022466", "end": "2024-01-27 13:23:50.621870", "rc": 0, "start": "2024-01-27 13:23:50.599404" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.233) 0:00:32.789 ****** 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-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.023) 0:00:32.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.022) 0:00:32.835 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.055) 0:00:32.890 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.024) 0:00:32.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.022) 0:00:32.937 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.027) 0:00:32.965 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.026) 0:00:32.991 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:116 Saturday 27 January 2024 13:23:50 +0000 (0:00:00.023) 0:00:33.015 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004023", "end": "2024-01-27 13:23:51.062797", "rc": 0, "start": "2024-01-27 13:23:51.058774" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.229 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.229 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-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:120 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.213) 0:00:33.228 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:126 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.024) 0:00:33.252 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003796", "end": "2024-01-27 13:23:51.299816", "rc": 0, "start": "2024-01-27 13:23:51.296020" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:130 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.214) 0:00:33.466 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:137 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.026) 0:00:33.493 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.021) 0:00:33.514 ****** included: /WORKDIR/git-weekly-cin43ftrll/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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.038) 0:00:33.553 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.026) 0:00:33.580 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.054) 0:00:33.634 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:23:51 +0000 (0:00:00.022) 0:00:33.657 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:23:53 +0000 (0:00:02.141) 0:00:35.799 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.912) 0:00:36.711 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.030) 0:00:36.742 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.025) 0:00:36.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.021) 0:00:36.789 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.111) 0:00:36.900 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.022) 0:00:36.923 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.022) 0:00:36.946 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:23:54 +0000 (0:00:00.033) 0:00:36.979 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:23:55 +0000 (0:00:00.565) 0:00:37.545 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:23:55 +0000 (0:00:00.045) 0:00:37.590 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:23:55 +0000 (0:00:00.024) 0:00:37.615 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:23:55 +0000 (0:00:00.023) 0:00:37.638 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:23:55 +0000 (0:00:00.485) 0:00:38.124 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.052) 0:00:38.176 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.046) 0:00:38.223 ****** 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-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.039) 0:00:38.262 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.055) 0:00:38.317 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.265) 0:00:38.583 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.064) 0:00:38.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.031) 0:00:38.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.024) 0:00:38.703 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.042) 0:00:38.746 ****** included: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:23:56 +0000 (0:00:00.040) 0:00:38.787 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004891", "end": "2024-01-27 13:23:57.839182", "rc": 0, "start": "2024-01-27 13:23:56.834291" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:23:57 +0000 (0:00:01.218) 0:00:40.005 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:23:57 +0000 (0:00:00.055) 0:00:40.061 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:23:57 +0000 (0:00:00.023) 0:00:40.085 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:24:00 +0000 (0:00:02.373) 0:00:42.458 ****** 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-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.036) 0:00:42.495 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.026) 0:00:42.521 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.020533", "end": "2024-01-27 13:24:00.589475", "rc": 0, "start": "2024-01-27 13:24:00.568942" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.247) 0:00:42.768 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.024) 0:00:42.792 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.025) 0:00:42.818 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.058) 0:00:42.876 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Saturday 27 January 2024 13:24:00 +0000 (0:00:00.009) 0:00:42.886 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.44s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.38s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.24s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.18s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.16s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.14s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gather current interface info ------------------------------------------- 1.22s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Enable and start NetworkManager ------------ 1.12s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.09s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.94s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.90s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-cin43ftrll/tests/tests_auto_gateway_nm.yml:6 -------------- Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.72s /WORKDIR/git-weekly-cin43ftrll/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Enable and start NetworkManager ------------ 0.71s /WORKDIR/git-weekly-cin43ftrll/tests/roles/linux-system-roles.network/tasks/main.yml:85 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---