# 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-cimwnwe9nt/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-cimwnwe9nt/tests/tests_helpers_and_asserts.yml:3 Saturday 22 June 2024 17:40:49 +0000 (0:00:00.015) 0:00:00.015 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_helpers_and_asserts.yml:6 Saturday 22 June 2024 17:40:49 +0000 (0:00:00.825) 0:00:00.840 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/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-cimwnwe9nt/tests/tasks/el_repo_setup.yml:3 Saturday 22 June 2024 17:40:49 +0000 (0:00:00.022) 0:00:00.863 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:19 Saturday 22 June 2024 17:40:50 +0000 (0:00:00.347) 0:00:01.210 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:24 Saturday 22 June 2024 17:40:50 +0000 (0:00:00.365) 0:00:01.576 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:28 Saturday 22 June 2024 17:40:50 +0000 (0:00:00.047) 0:00:01.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:53 Saturday 22 June 2024 17:40:50 +0000 (0:00:00.030) 0:00:01.654 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:8 Saturday 22 June 2024 17:40:50 +0000 (0:00:00.050) 0:00:01.705 ********* 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-cimwnwe9nt/tests/tasks/enable_epel.yml:24 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.305) 0:00:02.010 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:30 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.015) 0:00:02.026 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:35 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.012) 0:00:02.038 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243129", "end": "2024-06-22 17:40:51.573357", "rc": 0, "start": "2024-06-22 17:40:51.330228" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:40 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.424) 0:00:02.463 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_helpers_and_asserts.yml:9 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.011) 0:00:02.474 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:3 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.013) 0:00:02.487 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.011) 0:00:02.498 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:40:51 +0000 (0:00:00.011) 0:00:02.510 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003932", "end": "2024-06-22 17:40:52.805946", "rc": 0, "start": "2024-06-22 17:40:51.802014" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:40:52 +0000 (0:00:01.185) 0:00:03.696 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.012) 0:00:03.708 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:5 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.013) 0:00:03.721 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.016) 0:00:03.738 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.010) 0:00:03.748 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.010) 0:00:03.758 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.013) 0:00:03.771 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:40:52 +0000 (0:00:00.011) 0:00:03.783 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003747", "end": "2024-06-22 17:40:54.074338", "rc": 0, "start": "2024-06-22 17:40:53.070591" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:40:54 +0000 (0:00:01.203) 0:00:04.986 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:40:54 +0000 (0:00:00.031) 0:00:05.018 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:40:54 +0000 (0:00:00.012) 0:00:05.030 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:40:57 +0000 (0:00:02.928) 0:00:07.959 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.022) 0:00:07.981 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.010) 0:00:07.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.013) 0:00:08.006 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.011) 0:00:08.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.011) 0:00:08.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.011) 0:00:08.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:9 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.026) 0:00:08.066 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.029) 0:00:08.095 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:40:57 +0000 (0:00:00.022) 0:00:08.118 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003828", "end": "2024-06-22 17:40:58.427613", "rc": 0, "start": "2024-06-22 17:40:57.423785" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:40:58 +0000 (0:00:01.223) 0:00:09.342 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.040) 0:00:09.382 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:11 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.026) 0:00:09.409 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.026) 0:00:09.435 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.016) 0:00:09.452 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.207) 0:00:09.660 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:14 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.027) 0:00:09.687 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.035) 0:00:09.723 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.028) 0:00:09.751 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.039) 0:00:09.791 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:40:58 +0000 (0:00:00.059) 0:00:09.850 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:40:59 +0000 (0:00:00.048) 0:00:09.898 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002711", "end": "2024-06-22 17:40:59.199108", "rc": 0, "start": "2024-06-22 17:40:59.196397" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:40:59 +0000 (0:00:00.221) 0:00:10.120 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:40:59 +0000 (0:00:00.025) 0:00:10.145 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:40:59 +0000 (0:00:00.010) 0:00:10.156 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:41:01 +0000 (0:00:02.660) 0:00:12.817 ********* 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.014156", "end": "2024-06-22 17:41:02.159218", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-22 17:41:02.145062" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003382", "end": "2024-06-22 17:41:02.375667", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-22 17:41:02.372285" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003776", "end": "2024-06-22 17:41:02.561805", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-22 17:41:02.558029" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.643) 0:00:13.460 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023878", "end": "2024-06-22 17:41:02.822453", "rc": 0, "start": "2024-06-22 17:41:02.798575" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.268) 0:00:13.729 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.027) 0:00:13.756 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.028) 0:00:13.785 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.016) 0:00:13.801 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:41:02 +0000 (0:00:00.033) 0:00:13.834 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:18 Saturday 22 June 2024 17:41:03 +0000 (0:00:00.066) 0:00:13.901 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:03 +0000 (0:00:00.034) 0:00:13.936 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:03 +0000 (0:00:00.064) 0:00:14.000 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003861", "end": "2024-06-22 17:41:04.304729", "rc": 0, "start": "2024-06-22 17:41:03.300868" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:04 +0000 (0:00:01.219) 0:00:15.220 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.017) 0:00:15.237 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:20 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.020) 0:00:15.258 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.034) 0:00:15.293 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.029) 0:00:15.322 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078062.1484969, "block_size": 4096, "blocks": 0, "ctime": 1719078062.1484969, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32428, "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": 1719078062.1484969, "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-cimwnwe9nt/tests/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.221) 0:00:15.544 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:23 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.028) 0:00:15.572 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.085) 0:00:15.658 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.016) 0:00:15.674 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.017) 0:00:15.692 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.015) 0:00:15.707 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:04 +0000 (0:00:00.013) 0:00:15.721 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003925", "end": "2024-06-22 17:41:06.050500", "rc": 0, "start": "2024-06-22 17:41:05.046575" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:06 +0000 (0:00:01.256) 0:00:16.977 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:06 +0000 (0:00:00.020) 0:00:16.998 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:41:06 +0000 (0:00:00.014) 0:00:17.013 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:41:08 +0000 (0:00:02.654) 0:00:19.668 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:41:08 +0000 (0:00:00.058) 0:00:19.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:41:08 +0000 (0:00:00.027) 0:00:19.754 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008017", "end": "2024-06-22 17:41:09.083046", "rc": 0, "start": "2024-06-22 17:41:09.075029" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.262) 0:00:20.016 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.027) 0:00:20.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.022) 0:00:20.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.017) 0:00:20.083 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:27 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.021) 0:00:20.104 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.029) 0:00:20.134 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:09 +0000 (0:00:00.036) 0:00:20.170 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003899", "end": "2024-06-22 17:41:10.491007", "rc": 0, "start": "2024-06-22 17:41:09.487108" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:10 +0000 (0:00:01.228) 0:00:21.399 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.015) 0:00:21.414 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:29 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.030) 0:00:21.445 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.064) 0:00:21.510 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.033) 0:00:21.543 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.210) 0:00:21.753 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_helpers_and_asserts.yml:15 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.055) 0:00:21.809 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:3 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.022) 0:00:21.831 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:10 +0000 (0:00:00.018) 0:00:21.850 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:11 +0000 (0:00:00.023) 0:00:21.873 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003751", "end": "2024-06-22 17:41:12.176881", "rc": 0, "start": "2024-06-22 17:41:11.173130" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:12 +0000 (0:00:01.200) 0:00:23.074 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.013) 0:00:23.087 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:5 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.011) 0:00:23.098 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.014) 0:00:23.113 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.010) 0:00:23.124 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.009) 0:00:23.133 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.012) 0:00:23.146 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.012) 0:00:23.159 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002735", "end": "2024-06-22 17:41:12.458526", "rc": 0, "start": "2024-06-22 17:41:12.455791" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.198) 0:00:23.357 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.023) 0:00:23.381 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:41:12 +0000 (0:00:00.010) 0:00:23.392 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:41:15 +0000 (0:00:02.712) 0:00:26.104 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.053) 0:00:26.158 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.078) 0:00:26.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.043) 0:00:26.279 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.031) 0:00:26.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.030) 0:00:26.342 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.091) 0:00:26.434 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:9 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.010) 0:00:26.444 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.031) 0:00:26.475 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.024) 0:00:26.500 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002715", "end": "2024-06-22 17:41:15.793039", "rc": 0, "start": "2024-06-22 17:41:15.790324" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.199) 0:00:26.700 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.011) 0:00:26.712 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:11 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.009) 0:00:26.721 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.014) 0:00:26.736 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:41:15 +0000 (0:00:00.011) 0:00:26.747 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.178) 0:00:26.926 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:14 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.011) 0:00:26.937 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.017) 0:00:26.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.010) 0:00:26.965 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.010) 0:00:26.975 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.012) 0:00:26.987 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.012) 0:00:27.000 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002712", "end": "2024-06-22 17:41:16.330646", "rc": 0, "start": "2024-06-22 17:41:16.327934" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.221) 0:00:27.221 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.024) 0:00:27.245 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:41:16 +0000 (0:00:00.011) 0:00:27.257 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:41:19 +0000 (0:00:02.660) 0:00:29.918 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.030) 0:00:29.948 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.021) 0:00:29.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.015) 0:00:29.986 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008420", "end": "2024-06-22 17:41:19.291355", "rc": 0, "start": "2024-06-22 17:41:19.282935" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.211) 0:00:30.197 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.014) 0:00:30.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.012) 0:00:30.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:18 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.012) 0:00:30.237 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.018) 0:00:30.256 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.011) 0:00:30.267 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002881", "end": "2024-06-22 17:41:19.596101", "rc": 0, "start": "2024-06-22 17:41:19.593220" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.240) 0:00:30.507 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.030) 0:00:30.537 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:20 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.015) 0:00:30.553 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.064) 0:00:30.617 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.019) 0:00:30.637 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078079.2907166, "block_size": 4096, "blocks": 0, "ctime": 1719078079.2907166, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32751, "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": 1719078079.2907166, "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-cimwnwe9nt/tests/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:41:19 +0000 (0:00:00.183) 0:00:30.820 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:23 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.051) 0:00:30.872 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.022) 0:00:30.895 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.032) 0:00:30.927 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.019) 0:00:30.947 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.033) 0:00:30.980 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.033) 0:00:31.013 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003293", "end": "2024-06-22 17:41:20.327255", "rc": 0, "start": "2024-06-22 17:41:20.323962" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.202) 0:00:31.216 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.020) 0:00:31.236 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:41:20 +0000 (0:00:00.010) 0:00:31.247 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:41:23 +0000 (0:00:02.657) 0:00:33.905 ********* 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-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.018) 0:00:33.924 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.011) 0:00:33.935 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.010) 0:00:33.946 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.018) 0:00:33.964 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009930", "end": "2024-06-22 17:41:23.266693", "rc": 0, "start": "2024-06-22 17:41:23.256763" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.193) 0:00:34.157 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.013) 0:00:34.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:27 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.010) 0:00:34.181 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.023) 0:00:34.205 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.012) 0:00:34.218 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002755", "end": "2024-06-22 17:41:23.512564", "rc": 0, "start": "2024-06-22 17:41:23.509809" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.183) 0:00:34.402 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.014) 0:00:34.416 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/create_and_remove_interface.yml:29 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.013) 0:00:34.430 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.025) 0:00:34.455 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.011) 0:00:34.466 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:41:23 +0000 (0:00:00.199) 0:00:34.666 ********* 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 22 June 2024 17:41:23 +0000 (0:00:00.024) 0:00:34.691 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.93s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.26s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.23s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.22s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.22s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:35 ----------------- Check if system is ostree ----------------------------------------------- 0.37s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:19 --------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.31s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.27s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/manage_test_interface.yml:37 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---