# 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-ciqe6cb1bm/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-ciqe6cb1bm/tests/tests_helpers_and_asserts.yml:3 Saturday 13 July 2024 13:24:43 +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-ciqe6cb1bm/tests/tests_helpers_and_asserts.yml:6 Saturday 13 July 2024 13:24:44 +0000 (0:00:00.715) 0:00:00.729 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:3 Saturday 13 July 2024 13:24:44 +0000 (0:00:00.023) 0:00:00.752 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:19 Saturday 13 July 2024 13:24:44 +0000 (0:00:00.330) 0:00:01.082 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:24 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.287) 0:00:01.370 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:28 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.020) 0:00:01.390 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:53 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.018) 0:00:01.409 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:8 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.053) 0:00:01.462 ********* 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-ciqe6cb1bm/tests/tasks/enable_epel.yml:24 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.249) 0:00:01.711 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:30 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.014) 0:00:01.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:35 Saturday 13 July 2024 13:24:45 +0000 (0:00:00.024) 0:00:01.750 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.237245", "end": "2024-07-13 13:24:45.974033", "rc": 0, "start": "2024-07-13 13:24:45.736788" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:40 Saturday 13 July 2024 13:24:46 +0000 (0:00:00.436) 0:00:02.187 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_helpers_and_asserts.yml:9 Saturday 13 July 2024 13:24:46 +0000 (0:00:00.012) 0:00:02.200 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:24:46 +0000 (0:00:00.014) 0:00:02.214 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:46 +0000 (0:00:00.025) 0:00:02.240 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:46 +0000 (0:00:00.025) 0:00:02.265 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003778", "end": "2024-07-13 13:24:47.267894", "rc": 0, "start": "2024-07-13 13:24:46.264116" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:47 +0000 (0:00:01.194) 0:00:03.459 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.009) 0:00:03.469 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.009) 0:00:03.478 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.014) 0:00:03.492 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.009) 0:00:03.502 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.009) 0:00:03.512 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.013) 0:00:03.525 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.010) 0:00:03.535 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002590", "end": "2024-07-13 13:24:47.520633", "rc": 0, "start": "2024-07-13 13:24:47.518043" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.175) 0:00:03.711 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.010) 0:00:03.721 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:24:47 +0000 (0:00:00.011) 0:00:03.733 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:24:50 +0000 (0:00:03.074) 0:00:06.808 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.020) 0:00:06.828 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.012) 0:00:06.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.017) 0:00:06.858 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.011) 0:00:06.869 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.010) 0:00:06.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.010) 0:00:06.891 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.009) 0:00:06.901 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.012) 0:00:06.914 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:50 +0000 (0:00:00.009) 0:00:06.923 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003740", "end": "2024-07-13 13:24:51.909612", "rc": 0, "start": "2024-07-13 13:24:50.905872" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:51 +0000 (0:00:01.181) 0:00:08.105 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:51 +0000 (0:00:00.010) 0:00:08.116 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:24:51 +0000 (0:00:00.010) 0:00:08.126 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:24:51 +0000 (0:00:00.018) 0:00:08.144 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:24:51 +0000 (0:00:00.012) 0:00:08.157 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.195) 0:00:08.352 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.030) 0:00:08.383 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.038) 0:00:08.421 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.010) 0:00:08.432 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.012) 0:00:08.445 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.011) 0:00:08.456 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.010) 0:00:08.467 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002595", "end": "2024-07-13 13:24:52.453340", "rc": 0, "start": "2024-07-13 13:24:52.450745" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.176) 0:00:08.644 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.011) 0:00:08.655 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:24:52 +0000 (0:00:00.009) 0:00:08.664 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:24:55 +0000 (0:00:02.607) 0:00:11.272 ********* 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.011866", "end": "2024-07-13 13:24:55.277062", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-13 13:24:55.265196" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004547", "end": "2024-07-13 13:24:55.580830", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-13 13:24:55.576283" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005408", "end": "2024-07-13 13:24:55.840478", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-13 13:24:55.835070" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:24:55 +0000 (0:00:00.771) 0:00:12.044 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.029903", "end": "2024-07-13 13:24:56.137678", "rc": 0, "start": "2024-07-13 13:24:56.107775" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.288) 0:00:12.332 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.010) 0:00:12.343 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.012) 0:00:12.355 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.009) 0:00:12.364 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.010) 0:00:12.374 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.009) 0:00:12.384 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.015) 0:00:12.399 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:56 +0000 (0:00:00.009) 0:00:12.409 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003490", "end": "2024-07-13 13:24:57.396553", "rc": 0, "start": "2024-07-13 13:24:56.393063" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:57 +0000 (0:00:01.184) 0:00:13.594 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.011) 0:00:13.605 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.009) 0:00:13.615 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.016) 0:00:13.631 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.010) 0:00:13.642 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877095.2682412, "block_size": 4096, "blocks": 0, "ctime": 1720877095.2682412, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32376, "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": 1720877095.2682412, "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-ciqe6cb1bm/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.269) 0:00:13.911 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.014) 0:00:13.926 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.020) 0:00:13.947 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.040) 0:00:13.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.011) 0:00:13.998 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.013) 0:00:14.011 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:24:57 +0000 (0:00:00.011) 0:00:14.023 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003766", "end": "2024-07-13 13:24:58.095699", "rc": 0, "start": "2024-07-13 13:24:58.091933" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:24:58 +0000 (0:00:00.267) 0:00:14.291 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:24:58 +0000 (0:00:00.011) 0:00:14.302 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:24:58 +0000 (0:00:00.009) 0:00:14.311 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:25:01 +0000 (0:00:03.584) 0:00:17.896 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.017) 0:00:17.913 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.010) 0:00:17.924 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008777", "end": "2024-07-13 13:25:01.919139", "rc": 0, "start": "2024-07-13 13:25:01.910362" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.190) 0:00:18.114 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.013) 0:00:18.128 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.024) 0:00:18.152 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:25:01 +0000 (0:00:00.013) 0:00:18.166 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.014) 0:00:18.181 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.028) 0:00:18.210 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.013) 0:00:18.223 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003192", "end": "2024-07-13 13:25:02.219308", "rc": 0, "start": "2024-07-13 13:25:02.216116" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.192) 0:00:18.416 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.019) 0:00:18.436 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.016) 0:00:18.452 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.024) 0:00:18.477 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.012) 0:00:18.489 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.189) 0:00:18.679 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_helpers_and_asserts.yml:15 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.011) 0:00:18.691 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.015) 0:00:18.706 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.011) 0:00:18.718 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:02 +0000 (0:00:00.019) 0:00:18.738 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004075", "end": "2024-07-13 13:25:03.731176", "rc": 0, "start": "2024-07-13 13:25:02.727101" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:03 +0000 (0:00:01.185) 0:00:19.923 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.011) 0:00:19.935 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.010) 0:00:19.945 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.014) 0:00:19.960 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.009) 0:00:19.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.009) 0:00:19.980 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.012) 0:00:19.992 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:03 +0000 (0:00:00.010) 0:00:20.002 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002593", "end": "2024-07-13 13:25:03.987852", "rc": 0, "start": "2024-07-13 13:25:03.985259" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:04 +0000 (0:00:00.183) 0:00:20.185 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:04 +0000 (0:00:00.014) 0:00:20.200 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:04 +0000 (0:00:00.020) 0:00:20.220 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:25:06 +0000 (0:00:02.730) 0:00:22.951 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.018) 0:00:22.969 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.011) 0:00:22.981 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.011) 0:00:22.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.011) 0:00:23.004 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.013) 0:00:23.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.015) 0:00:23.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.010) 0:00:23.042 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.024) 0:00:23.067 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:06 +0000 (0:00:00.016) 0:00:23.083 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003836", "end": "2024-07-13 13:25:08.077299", "rc": 0, "start": "2024-07-13 13:25:07.073463" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:08 +0000 (0:00:01.186) 0:00:24.269 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.011) 0:00:24.281 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.009) 0:00:24.290 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.013) 0:00:24.304 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.010) 0:00:24.314 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.191) 0:00:24.506 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.023) 0:00:24.529 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.041) 0:00:24.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.016) 0:00:24.588 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.025) 0:00:24.613 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.018) 0:00:24.632 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.013) 0:00:24.646 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002592", "end": "2024-07-13 13:25:08.645092", "rc": 0, "start": "2024-07-13 13:25:08.642500" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.189) 0:00:24.835 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.011) 0:00:24.846 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:08 +0000 (0:00:00.010) 0:00:24.857 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:25:11 +0000 (0:00:02.613) 0:00:27.470 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.018) 0:00:27.489 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.011) 0:00:27.501 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.010) 0:00:27.512 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008945", "end": "2024-07-13 13:25:11.509963", "rc": 0, "start": "2024-07-13 13:25:11.501018" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.201) 0:00:27.713 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.010) 0:00:27.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.012) 0:00:27.736 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.009) 0:00:27.746 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.044) 0:00:27.791 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.010) 0:00:27.801 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003051", "end": "2024-07-13 13:25:11.792206", "rc": 0, "start": "2024-07-13 13:25:11.789155" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.182) 0:00:27.984 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.011) 0:00:27.995 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.010) 0:00:28.005 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.017) 0:00:28.022 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:11 +0000 (0:00:00.011) 0:00:28.034 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877111.508721, "block_size": 4096, "blocks": 0, "ctime": 1720877111.508721, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32699, "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": 1720877111.508721, "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-ciqe6cb1bm/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.179) 0:00:28.213 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.022) 0:00:28.235 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.025) 0:00:28.261 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.013) 0:00:28.274 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.010) 0:00:28.284 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.015) 0:00:28.300 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.011) 0:00:28.312 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002557", "end": "2024-07-13 13:25:12.298373", "rc": 0, "start": "2024-07-13 13:25:12.295816" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.177) 0:00:28.489 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.026) 0:00:28.515 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:12 +0000 (0:00:00.015) 0:00:28.531 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:25:14 +0000 (0:00:02.601) 0:00:31.132 ********* 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-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:25:14 +0000 (0:00:00.017) 0:00:31.150 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:25:14 +0000 (0:00:00.010) 0:00:31.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:25:14 +0000 (0:00:00.010) 0:00:31.171 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.010) 0:00:31.182 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010652", "end": "2024-07-13 13:25:15.180742", "rc": 0, "start": "2024-07-13 13:25:15.170090" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.191) 0:00:31.373 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.012) 0:00:31.386 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.011) 0:00:31.398 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.020) 0:00:31.419 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.012) 0:00:31.431 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002983", "end": "2024-07-13 13:25:15.419436", "rc": 0, "start": "2024-07-13 13:25:15.416453" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.179) 0:00:31.610 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.011) 0:00:31.622 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.013) 0:00:31.636 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.021) 0:00:31.657 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.012) 0:00:31.670 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:15 +0000 (0:00:00.177) 0:00:31.847 ********* 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 13 July 2024 13:25:15 +0000 (0:00:00.011) 0:00:31.858 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.58s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.07s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 ------- Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_helpers_and_asserts.yml:3 ---------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.33s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:3 ---------------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:19 --------------- Get stat for interface veth1298 ----------------------------------------- 0.27s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:8 ------------------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---