# 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-cin18p2wg4/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-cin18p2wg4/tests/tests_helpers_and_asserts.yml:3 Saturday 01 June 2024 13:22:17 +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-cin18p2wg4/tests/tests_helpers_and_asserts.yml:6 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.698) 0:00:00.712 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:3 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.025) 0:00:00.737 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:19 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.334) 0:00:01.072 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:24 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.253) 0:00:01.326 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:28 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.025) 0:00:01.352 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:53 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.029) 0:00:01.381 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:8 Saturday 01 June 2024 13:22:18 +0000 (0:00:00.036) 0:00:01.418 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:24 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.272) 0:00:01.691 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:30 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:01.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:35 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:01.712 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.239666", "end": "2024-06-01 13:22:19.675911", "rc": 0, "start": "2024-06-01 13:22:19.436245" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:40 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.420) 0:00:02.133 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_helpers_and_asserts.yml:9 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:02.143 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.013) 0:00:02.157 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.012) 0:00:02.170 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:02.180 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002672", "end": "2024-06-01 13:22:19.902273", "rc": 0, "start": "2024-06-01 13:22:19.899601" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.176) 0:00:02.357 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:02.367 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:5 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.009) 0:00:02.377 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.015) 0:00:02.392 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:02.402 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.011) 0:00:02.413 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.012) 0:00:02.426 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:19 +0000 (0:00:00.010) 0:00:02.436 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002756", "end": "2024-06-01 13:22:20.160640", "rc": 0, "start": "2024-06-01 13:22:20.157884" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:20 +0000 (0:00:00.180) 0:00:02.616 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:20 +0000 (0:00:00.010) 0:00:02.627 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:20 +0000 (0:00:00.009) 0:00:02.637 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:23 +0000 (0:00:02.956) 0:00:05.594 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.061) 0:00:05.655 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.014) 0:00:05.670 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.016) 0:00:05.686 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.032) 0:00:05.719 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.033) 0:00:05.752 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.016) 0:00:05.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:9 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.029) 0:00:05.799 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.025) 0:00:05.825 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.013) 0:00:05.838 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002788", "end": "2024-06-01 13:22:23.563941", "rc": 0, "start": "2024-06-01 13:22:23.561153" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.181) 0:00:06.020 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.014) 0:00:06.035 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:11 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.011) 0:00:06.046 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.023) 0:00:06.070 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.016) 0:00:06.087 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.177) 0:00:06.264 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:14 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.012) 0:00:06.277 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.017) 0:00:06.294 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.009) 0:00:06.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.009) 0:00:06.313 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.011) 0:00:06.325 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:23 +0000 (0:00:00.009) 0:00:06.335 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003973", "end": "2024-06-01 13:22:25.058785", "rc": 0, "start": "2024-06-01 13:22:24.054812" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:25 +0000 (0:00:01.185) 0:00:07.520 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:25 +0000 (0:00:00.019) 0:00:07.539 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:25 +0000 (0:00:00.010) 0:00:07.549 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:27 +0000 (0:00:02.637) 0:00:10.187 ********* 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.015132", "end": "2024-06-01 13:22:27.929132", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-01 13:22:27.914000" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003167", "end": "2024-06-01 13:22:28.136585", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-01 13:22:28.133418" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003808", "end": "2024-06-01 13:22:28.310616", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-01 13:22:28.306808" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.581) 0:00:10.768 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022393", "end": "2024-06-01 13:22:28.519266", "rc": 0, "start": "2024-06-01 13:22:28.496873" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.222) 0:00:10.991 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.039) 0:00:11.030 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.013) 0:00:11.044 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.033) 0:00:11.077 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.014) 0:00:11.091 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:18 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.011) 0:00:11.103 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.037) 0:00:11.141 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.011) 0:00:11.152 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002722", "end": "2024-06-01 13:22:28.882318", "rc": 0, "start": "2024-06-01 13:22:28.879596" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.184) 0:00:11.337 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.013) 0:00:11.351 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:20 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.009) 0:00:11.360 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.016) 0:00:11.377 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:28 +0000 (0:00:00.019) 0:00:11.396 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248147.9171023, "block_size": 4096, "blocks": 0, "ctime": 1717248147.9171023, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30302, "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": 1717248147.9171023, "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-cin18p2wg4/tests/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.178) 0:00:11.574 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:23 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.012) 0:00:11.586 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.018) 0:00:11.605 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.009) 0:00:11.614 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.008) 0:00:11.623 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.011) 0:00:11.634 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.010) 0:00:11.645 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002616", "end": "2024-06-01 13:22:29.365733", "rc": 0, "start": "2024-06-01 13:22:29.363117" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.175) 0:00:11.820 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.011) 0:00:11.831 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:29 +0000 (0:00:00.010) 0:00:11.842 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:32 +0000 (0:00:02.605) 0:00:14.448 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.052) 0:00:14.501 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.013) 0:00:14.514 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008798", "end": "2024-06-01 13:22:32.250267", "rc": 0, "start": "2024-06-01 13:22:32.241469" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.192) 0:00:14.707 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.010) 0:00:14.718 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.016) 0:00:14.735 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.012) 0:00:14.747 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:27 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.017) 0:00:14.764 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.025) 0:00:14.790 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.012) 0:00:14.803 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003242", "end": "2024-06-01 13:22:32.529232", "rc": 0, "start": "2024-06-01 13:22:32.525990" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.181) 0:00:14.984 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.015) 0:00:15.000 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:29 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.011) 0:00:15.011 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.022) 0:00:15.034 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.013) 0:00:15.047 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.183) 0:00:15.231 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tests_helpers_and_asserts.yml:15 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.013) 0:00:15.244 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.016) 0:00:15.260 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.023) 0:00:15.283 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:32 +0000 (0:00:00.020) 0:00:15.304 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003033", "end": "2024-06-01 13:22:33.034971", "rc": 0, "start": "2024-06-01 13:22:33.031938" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.187) 0:00:15.491 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.011) 0:00:15.502 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:5 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.009) 0:00:15.512 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.014) 0:00:15.526 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.008) 0:00:15.535 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.009) 0:00:15.544 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.011) 0:00:15.555 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.009) 0:00:15.565 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003189", "end": "2024-06-01 13:22:33.289678", "rc": 0, "start": "2024-06-01 13:22:33.286489" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.186) 0:00:15.752 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.030) 0:00:15.783 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:33 +0000 (0:00:00.024) 0:00:15.807 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:35 +0000 (0:00:02.628) 0:00:18.436 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.034) 0:00:18.470 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.012) 0:00:18.483 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.011) 0:00:18.494 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:18.504 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.009) 0:00:18.514 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:18.524 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:9 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.009) 0:00:18.534 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.014) 0:00:18.548 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.011) 0:00:18.560 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002822", "end": "2024-06-01 13:22:36.283134", "rc": 0, "start": "2024-06-01 13:22:36.280312" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.178) 0:00:18.739 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:18.750 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:11 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.009) 0:00:18.759 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.013) 0:00:18.773 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:18.783 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.174) 0:00:18.957 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:14 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.013) 0:00:18.971 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.017) 0:00:18.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:18.998 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.008) 0:00:19.007 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.011) 0:00:19.019 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:36 +0000 (0:00:00.010) 0:00:19.029 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003909", "end": "2024-06-01 13:22:37.754267", "rc": 0, "start": "2024-06-01 13:22:36.750358" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:37 +0000 (0:00:01.187) 0:00:20.217 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:37 +0000 (0:00:00.010) 0:00:20.228 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:37 +0000 (0:00:00.011) 0:00:20.239 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:40 +0000 (0:00:02.624) 0:00:22.863 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.017) 0:00:22.881 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.010) 0:00:22.892 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.010) 0:00:22.902 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010894", "end": "2024-06-01 13:22:40.635779", "rc": 0, "start": "2024-06-01 13:22:40.624885" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.198) 0:00:23.101 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.010) 0:00:23.112 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.010) 0:00:23.123 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:18 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.008) 0:00:23.131 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.018) 0:00:23.150 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.009) 0:00:23.159 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003217", "end": "2024-06-01 13:22:40.883036", "rc": 0, "start": "2024-06-01 13:22:40.879819" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.184) 0:00:23.344 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.037) 0:00:23.381 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:20 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.010) 0:00:23.392 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.017) 0:00:23.410 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:40 +0000 (0:00:00.012) 0:00:23.422 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248160.6323504, "block_size": 4096, "blocks": 0, "ctime": 1717248160.6323504, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30625, "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": 1717248160.6323504, "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-cin18p2wg4/tests/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.178) 0:00:23.601 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:23 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.012) 0:00:23.613 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.019) 0:00:23.632 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.051) 0:00:23.684 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.009) 0:00:23.694 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.012) 0:00:23.707 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.012) 0:00:23.719 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002667", "end": "2024-06-01 13:22:41.461884", "rc": 0, "start": "2024-06-01 13:22:41.459217" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.200) 0:00:23.920 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.012) 0:00:23.932 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:22:41 +0000 (0:00:00.014) 0:00:23.947 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:22:44 +0000 (0:00:02.777) 0:00:26.724 ********* 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-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.018) 0:00:26.743 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.010) 0:00:26.754 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.010) 0:00:26.765 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.010) 0:00:26.775 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007548", "end": "2024-06-01 13:22:44.507279", "rc": 0, "start": "2024-06-01 13:22:44.499731" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.188) 0:00:26.964 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.010) 0:00:26.974 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:27 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.009) 0:00:26.984 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.019) 0:00:27.003 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:22:44 +0000 (0:00:00.011) 0:00:27.015 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003852", "end": "2024-06-01 13:22:45.740073", "rc": 0, "start": "2024-06-01 13:22:44.736221" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:22:45 +0000 (0:00:01.186) 0:00:28.202 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:22:45 +0000 (0:00:00.011) 0:00:28.213 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/create_and_remove_interface.yml:29 Saturday 01 June 2024 13:22:45 +0000 (0:00:00.009) 0:00:28.223 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:22:45 +0000 (0:00:00.019) 0:00:28.242 ********* included: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:22:45 +0000 (0:00:00.010) 0:00:28.253 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:22:46 +0000 (0:00:00.190) 0:00:28.444 ********* 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 01 June 2024 13:22:46 +0000 (0:00:00.012) 0:00:28.456 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.78s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-weekly-cin18p2wg4/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.58s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.33s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/el_repo_setup.yml:19 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:37 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:52 ------- Delete veth interface veth1298 ------------------------------------------ 0.19s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/manage_test_interface.yml:45 ------- Get stat for interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-cin18p2wg4/tests/tasks/get_interface_stat.yml:3 ----------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---