# 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_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml:3 Saturday 11 May 2024 13:37:16 +0000 (0:00:00.014) 0:00:00.014 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml:6 Saturday 11 May 2024 13:37:16 +0000 (0:00:00.716) 0:00:00.731 ********** included: /WORKDIR/git-weekly-cie3td3xnt/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-cie3td3xnt/tests/tasks/el_repo_setup.yml:3 Saturday 11 May 2024 13:37:16 +0000 (0:00:00.022) 0:00:00.753 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:19 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.336) 0:00:01.090 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:24 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.253) 0:00:01.343 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:28 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.023) 0:00:01.367 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:53 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.026) 0:00:01.394 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:8 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.032) 0:00:01.426 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:24 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.335) 0:00:01.762 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:30 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.024) 0:00:01.786 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:35 Saturday 11 May 2024 13:37:17 +0000 (0:00:00.014) 0:00:01.801 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244707", "end": "2024-05-11 13:37:18.301902", "rc": 0, "start": "2024-05-11 13:37:18.057195" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:40 Saturday 11 May 2024 13:37:18 +0000 (0:00:00.457) 0:00:02.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml:9 Saturday 11 May 2024 13:37:18 +0000 (0:00:00.013) 0:00:02.272 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:37:18 +0000 (0:00:00.014) 0:00:02.286 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:18 +0000 (0:00:00.010) 0:00:02.297 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:18 +0000 (0:00:00.010) 0:00:02.307 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003866", "end": "2024-05-11 13:37:19.534097", "rc": 0, "start": "2024-05-11 13:37:18.530231" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:19 +0000 (0:00:01.181) 0:00:03.489 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.011) 0:00:03.500 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.009) 0:00:03.510 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.014) 0:00:03.524 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.008) 0:00:03.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.009) 0:00:03.542 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.012) 0:00:03.555 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:19 +0000 (0:00:00.011) 0:00:03.567 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003998", "end": "2024-05-11 13:37:20.796050", "rc": 0, "start": "2024-05-11 13:37:19.792052" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:20 +0000 (0:00:01.183) 0:00:04.751 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:20 +0000 (0:00:00.012) 0:00:04.763 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:20 +0000 (0:00:00.013) 0:00:04.776 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:23 +0000 (0:00:02.890) 0:00:07.667 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.017) 0:00:07.684 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.012) 0:00:07.697 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.010) 0:00:07.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.009) 0:00:07.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.012) 0:00:07.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.011) 0:00:07.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.009) 0:00:07.750 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.015) 0:00:07.765 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:23 +0000 (0:00:00.010) 0:00:07.776 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003873", "end": "2024-05-11 13:37:25.004006", "rc": 0, "start": "2024-05-11 13:37:24.000133" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:25 +0000 (0:00:01.182) 0:00:08.958 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.009) 0:00:08.968 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.009) 0:00:08.978 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.013) 0:00:08.991 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.011) 0:00:09.002 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.177) 0:00:09.180 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.011) 0:00:09.191 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.015) 0:00:09.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.008) 0:00:09.215 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.008) 0:00:09.224 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.012) 0:00:09.236 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:25 +0000 (0:00:00.010) 0:00:09.247 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003888", "end": "2024-05-11 13:37:26.474130", "rc": 0, "start": "2024-05-11 13:37:25.470242" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:26 +0000 (0:00:01.199) 0:00:10.446 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:26 +0000 (0:00:00.012) 0:00:10.459 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:26 +0000 (0:00:00.014) 0:00:10.473 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:29 +0000 (0:00:02.621) 0:00:13.095 ********** ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.013681", "end": "2024-05-11 13:37:29.339036", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-11 13:37:29.325355" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003291", "end": "2024-05-11 13:37:29.551546", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-11 13:37:29.548255" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003595", "end": "2024-05-11 13:37:29.727066", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-11 13:37:29.723471" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.586) 0:00:13.682 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022666", "end": "2024-05-11 13:37:29.931100", "rc": 0, "start": "2024-05-11 13:37:29.908434" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.205) 0:00:13.887 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.015) 0:00:13.903 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.011) 0:00:13.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.009) 0:00:13.925 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:29 +0000 (0:00:00.010) 0:00:13.936 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:37:30 +0000 (0:00:00.010) 0:00:13.946 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:30 +0000 (0:00:00.017) 0:00:13.964 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:30 +0000 (0:00:00.011) 0:00:13.975 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003822", "end": "2024-05-11 13:37:31.205892", "rc": 0, "start": "2024-05-11 13:37:30.202070" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:31 +0000 (0:00:01.185) 0:00:15.160 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.032) 0:00:15.193 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.017) 0:00:15.211 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.031) 0:00:15.242 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.027) 0:00:15.270 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434649.3285334, "block_size": 4096, "blocks": 0, "ctime": 1715434649.3285334, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32658, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1715434649.3285334, "nlink": 1, "path": "/sys/class/net/veth1298", "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 - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.207) 0:00:15.478 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.012) 0:00:15.490 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.020) 0:00:15.510 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.010) 0:00:15.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.009) 0:00:15.531 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.011) 0:00:15.543 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.027) 0:00:15.570 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002886", "end": "2024-05-11 13:37:31.803102", "rc": 0, "start": "2024-05-11 13:37:31.800216" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.201) 0:00:15.772 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.030) 0:00:15.802 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:31 +0000 (0:00:00.024) 0:00:15.827 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:34 +0000 (0:00:02.838) 0:00:18.665 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.020) 0:00:18.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.010) 0:00:18.696 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008489", "end": "2024-05-11 13:37:34.930878", "rc": 0, "start": "2024-05-11 13:37:34.922389" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.192) 0:00:18.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.011) 0:00:18.900 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.010) 0:00:18.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.012) 0:00:18.923 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:37:34 +0000 (0:00:00.010) 0:00:18.933 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.020) 0:00:18.954 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.011) 0:00:18.965 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003078", "end": "2024-05-11 13:37:35.192555", "rc": 0, "start": "2024-05-11 13:37:35.189477" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.180) 0:00:19.146 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.156 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.167 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.019) 0:00:19.186 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.197 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.177) 0:00:19.374 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml:15 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.011) 0:00:19.386 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.013) 0:00:19.400 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.410 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.009) 0:00:19.420 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002686", "end": "2024-05-11 13:37:35.644709", "rc": 0, "start": "2024-05-11 13:37:35.642023" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.180) 0:00:19.600 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.011) 0:00:19.611 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.622 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.012) 0:00:19.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.009) 0:00:19.644 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.008) 0:00:19.653 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.013) 0:00:19.666 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.022) 0:00:19.689 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002955", "end": "2024-05-11 13:37:35.922249", "rc": 0, "start": "2024-05-11 13:37:35.919294" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.186) 0:00:19.876 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.012) 0:00:19.889 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:35 +0000 (0:00:00.010) 0:00:19.899 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:38 +0000 (0:00:02.613) 0:00:22.513 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.018) 0:00:22.532 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.016) 0:00:22.548 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.011) 0:00:22.559 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.024) 0:00:22.583 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.014) 0:00:22.598 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.022) 0:00:22.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.031) 0:00:22.653 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.018) 0:00:22.671 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:38 +0000 (0:00:00.023) 0:00:22.695 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003858", "end": "2024-05-11 13:37:39.928297", "rc": 0, "start": "2024-05-11 13:37:38.924439" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:39 +0000 (0:00:01.188) 0:00:23.883 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:39 +0000 (0:00:00.011) 0:00:23.894 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:37:39 +0000 (0:00:00.022) 0:00:23.917 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:37:39 +0000 (0:00:00.017) 0:00:23.935 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.016) 0:00:23.951 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.177) 0:00:24.129 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.012) 0:00:24.141 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.017) 0:00:24.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.008) 0:00:24.167 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.008) 0:00:24.175 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.012) 0:00:24.188 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.010) 0:00:24.198 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002695", "end": "2024-05-11 13:37:40.423907", "rc": 0, "start": "2024-05-11 13:37:40.421212" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.178) 0:00:24.377 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.010) 0:00:24.388 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:40 +0000 (0:00:00.009) 0:00:24.398 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:43 +0000 (0:00:02.738) 0:00:27.136 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.018) 0:00:27.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.014) 0:00:27.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.011) 0:00:27.181 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009116", "end": "2024-05-11 13:37:43.418182", "rc": 0, "start": "2024-05-11 13:37:43.409066" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.200) 0:00:27.382 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.013) 0:00:27.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.011) 0:00:27.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.024) 0:00:27.431 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.016) 0:00:27.447 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:43 +0000 (0:00:00.013) 0:00:27.460 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004096", "end": "2024-05-11 13:37:44.688308", "rc": 0, "start": "2024-05-11 13:37:43.684212" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:44 +0000 (0:00:01.182) 0:00:28.643 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.011) 0:00:28.654 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.009) 0:00:28.663 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.016) 0:00:28.680 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.010) 0:00:28.691 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434663.4169958, "block_size": 4096, "blocks": 0, "ctime": 1715434663.4169958, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32981, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1715434663.4169958, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.179) 0:00:28.870 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.012) 0:00:28.882 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.018) 0:00:28.901 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.013) 0:00:28.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:44 +0000 (0:00:00.009) 0:00:28.924 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:45 +0000 (0:00:00.016) 0:00:28.941 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:45 +0000 (0:00:00.012) 0:00:28.954 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002940", "end": "2024-05-11 13:37:45.180233", "rc": 0, "start": "2024-05-11 13:37:45.177293" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:45 +0000 (0:00:00.187) 0:00:29.141 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:45 +0000 (0:00:00.012) 0:00:29.153 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:45 +0000 (0:00:00.010) 0:00:29.164 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:37:47 +0000 (0:00:02.663) 0:00:31.828 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:37:47 +0000 (0:00:00.025) 0:00:31.853 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:37:47 +0000 (0:00:00.013) 0:00:31.867 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:37:47 +0000 (0:00:00.043) 0:00:31.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.035) 0:00:31.946 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008683", "end": "2024-05-11 13:37:48.201755", "rc": 0, "start": "2024-05-11 13:37:48.193072" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.220) 0:00:32.166 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.040) 0:00:32.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.034) 0:00:32.242 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.021) 0:00:32.264 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.020) 0:00:32.285 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003971", "end": "2024-05-11 13:37:49.530111", "rc": 0, "start": "2024-05-11 13:37:48.526140" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:49 +0000 (0:00:01.208) 0:00:33.493 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.032) 0:00:33.525 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.019) 0:00:33.545 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.045) 0:00:33.591 ********** included: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.011) 0:00:33.602 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.195) 0:00:33.798 ********** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.029) 0:00:33.828 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.84s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-weekly-cie3td3xnt/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.59s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.34s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-cie3td3xnt/tests/tasks/el_repo_setup.yml:19 --------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---