# 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-cinbiz7g51/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-cinbiz7g51/tests/tests_helpers_and_asserts.yml:3 Saturday 16 March 2024 13:28:30 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tests_helpers_and_asserts.yml:6 Saturday 16 March 2024 13:28:31 +0000 (0:00:00.838) 0:00:00.852 ******** included: /WORKDIR/git-weekly-cinbiz7g51/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-cinbiz7g51/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:28:31 +0000 (0:00:00.023) 0:00:00.876 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:19 Saturday 16 March 2024 13:28:31 +0000 (0:00:00.390) 0:00:01.266 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:24 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.348) 0:00:01.615 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:28 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.020) 0:00:01.636 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:53 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.021) 0:00:01.657 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.065) 0:00:01.723 ******** 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-cinbiz7g51/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.308) 0:00:02.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.019) 0:00:02.051 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:28:32 +0000 (0:00:00.015) 0:00:02.066 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.286348", "end": "2024-03-16 13:28:33.215986", "rc": 0, "start": "2024-03-16 13:28:32.929638" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.518) 0:00:02.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tests_helpers_and_asserts.yml:9 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.010) 0:00:02.595 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.013) 0:00:02.608 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.013) 0:00:02.622 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.011) 0:00:02.633 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004013", "end": "2024-03-16 13:28:33.481157", "rc": 0, "start": "2024-03-16 13:28:33.477144" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.221) 0:00:02.854 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.012) 0:00:02.866 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.010) 0:00:02.877 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.018) 0:00:02.895 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.018) 0:00:02.913 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.010) 0:00:02.923 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.042) 0:00:02.966 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.014) 0:00:02.981 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004068", "end": "2024-03-16 13:28:33.841560", "rc": 0, "start": "2024-03-16 13:28:33.837492" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.230) 0:00:03.211 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.011) 0:00:03.223 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:33 +0000 (0:00:00.013) 0:00:03.237 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:37 +0000 (0:00:03.214) 0:00:06.451 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.020) 0:00:06.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.503 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.009) 0:00:06.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.009) 0:00:06.533 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.013) 0:00:06.546 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.556 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004147", "end": "2024-03-16 13:28:37.407222", "rc": 0, "start": "2024-03-16 13:28:37.403075" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.219) 0:00:06.776 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.011) 0:00:06.788 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:06.799 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.016) 0:00:06.815 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.011) 0:00:06.826 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.214) 0:00:07.041 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.012) 0:00:07.054 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.017) 0:00:07.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.009) 0:00:07.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.009) 0:00:07.091 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.011) 0:00:07.102 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.010) 0:00:07.112 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004097", "end": "2024-03-16 13:28:37.963148", "rc": 0, "start": "2024-03-16 13:28:37.959051" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:37 +0000 (0:00:00.226) 0:00:07.339 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:38 +0000 (0:00:00.011) 0:00:07.351 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:38 +0000 (0:00:00.011) 0:00:07.362 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:41 +0000 (0:00:03.009) 0:00:10.371 ******** 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.010935", "end": "2024-03-16 13:28:41.234316", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-16 13:28:41.223381" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004973", "end": "2024-03-16 13:28:41.498738", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-16 13:28:41.493765" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005214", "end": "2024-03-16 13:28:41.715076", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-16 13:28:41.709862" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:41 +0000 (0:00:00.726) 0:00:11.097 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.026397", "end": "2024-03-16 13:28:41.989694", "rc": 0, "start": "2024-03-16 13:28:41.963297" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.268) 0:00:11.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.023) 0:00:11.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.012) 0:00:11.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.010) 0:00:11.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.012) 0:00:11.425 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.011) 0:00:11.437 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.027) 0:00:11.464 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.011) 0:00:11.476 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003918", "end": "2024-03-16 13:28:42.326536", "rc": 0, "start": "2024-03-16 13:28:42.322618" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.218) 0:00:11.694 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.013) 0:00:11.707 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.011) 0:00:11.719 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.018) 0:00:11.738 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.013) 0:00:11.751 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595721.2278802, "block_size": 4096, "blocks": 0, "ctime": 1710595721.2278802, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33033, "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": 1710595721.2278802, "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-cinbiz7g51/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.229) 0:00:11.981 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.019) 0:00:12.000 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.050) 0:00:12.051 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.013) 0:00:12.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.021) 0:00:12.085 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.031) 0:00:12.117 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:42 +0000 (0:00:00.012) 0:00:12.130 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004152", "end": "2024-03-16 13:28:42.988176", "rc": 0, "start": "2024-03-16 13:28:42.984024" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:43 +0000 (0:00:00.226) 0:00:12.357 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:43 +0000 (0:00:00.026) 0:00:12.384 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:43 +0000 (0:00:00.021) 0:00:12.406 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:46 +0000 (0:00:03.012) 0:00:15.418 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.018) 0:00:15.437 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.011) 0:00:15.448 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012799", "end": "2024-03-16 13:28:46.312375", "rc": 0, "start": "2024-03-16 13:28:46.299576" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.247) 0:00:15.696 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.012) 0:00:15.709 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.016) 0:00:15.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.020) 0:00:15.746 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.010) 0:00:15.757 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.020) 0:00:15.778 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.033) 0:00:15.811 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004114", "end": "2024-03-16 13:28:46.668584", "rc": 0, "start": "2024-03-16 13:28:46.664470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.235) 0:00:16.047 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.021) 0:00:16.069 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.021) 0:00:16.090 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.024) 0:00:16.114 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:46 +0000 (0:00:00.016) 0:00:16.131 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.234) 0:00:16.365 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tests_helpers_and_asserts.yml:15 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.014) 0:00:16.380 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.015) 0:00:16.396 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.029) 0:00:16.425 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.019) 0:00:16.444 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003983", "end": "2024-03-16 13:28:47.299020", "rc": 0, "start": "2024-03-16 13:28:47.295037" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.223) 0:00:16.668 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.011) 0:00:16.679 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.010) 0:00:16.690 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.014) 0:00:16.704 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.010) 0:00:16.715 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.009) 0:00:16.725 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.015) 0:00:16.740 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.010) 0:00:16.751 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004014", "end": "2024-03-16 13:28:47.601337", "rc": 0, "start": "2024-03-16 13:28:47.597323" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.220) 0:00:16.971 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.011) 0:00:16.982 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:47 +0000 (0:00:00.010) 0:00:16.992 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:50 +0000 (0:00:03.011) 0:00:20.004 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.024) 0:00:20.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.016) 0:00:20.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.011) 0:00:20.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.011) 0:00:20.068 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.013) 0:00:20.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.011) 0:00:20.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.014) 0:00:20.107 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.014) 0:00:20.122 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:50 +0000 (0:00:00.023) 0:00:20.146 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004160", "end": "2024-03-16 13:28:50.998242", "rc": 0, "start": "2024-03-16 13:28:50.994082" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.221) 0:00:20.367 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.011) 0:00:20.378 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.011) 0:00:20.390 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.014) 0:00:20.405 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.013) 0:00:20.418 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.217) 0:00:20.635 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.013) 0:00:20.649 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.017) 0:00:20.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.010) 0:00:20.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.009) 0:00:20.686 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.012) 0:00:20.699 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.010) 0:00:20.710 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004002", "end": "2024-03-16 13:28:51.558975", "rc": 0, "start": "2024-03-16 13:28:51.554973" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.250) 0:00:20.960 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.011) 0:00:20.972 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:51 +0000 (0:00:00.010) 0:00:20.982 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:54 +0000 (0:00:02.998) 0:00:23.980 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.031) 0:00:24.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.011) 0:00:24.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.012) 0:00:24.036 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011226", "end": "2024-03-16 13:28:54.913646", "rc": 0, "start": "2024-03-16 13:28:54.902420" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.258) 0:00:24.294 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.011) 0:00:24.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.012) 0:00:24.318 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.009) 0:00:24.328 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:54 +0000 (0:00:00.016) 0:00:24.344 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.010) 0:00:24.354 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004181", "end": "2024-03-16 13:28:55.203239", "rc": 0, "start": "2024-03-16 13:28:55.199058" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.217) 0:00:24.572 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.013) 0:00:24.585 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.012) 0:00:24.597 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.018) 0:00:24.616 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.015) 0:00:24.631 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595734.9128418, "block_size": 4096, "blocks": 0, "ctime": 1710595734.9128418, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33356, "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": 1710595734.9128418, "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-cinbiz7g51/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.228) 0:00:24.860 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.016) 0:00:24.877 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.031) 0:00:24.909 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.010) 0:00:24.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.013) 0:00:24.932 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.012) 0:00:24.944 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.011) 0:00:24.956 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004123", "end": "2024-03-16 13:28:55.807698", "rc": 0, "start": "2024-03-16 13:28:55.803575" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.224) 0:00:25.181 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.024) 0:00:25.206 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:28:55 +0000 (0:00:00.015) 0:00:25.222 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 Saturday 16 March 2024 13:28:58 +0000 (0:00:03.015) 0:00:28.237 ******** 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-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 Saturday 16 March 2024 13:28:58 +0000 (0:00:00.018) 0:00:28.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 Saturday 16 March 2024 13:28:58 +0000 (0:00:00.011) 0:00:28.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 Saturday 16 March 2024 13:28:58 +0000 (0:00:00.010) 0:00:28.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 Saturday 16 March 2024 13:28:58 +0000 (0:00:00.010) 0:00:28.288 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011328", "end": "2024-03-16 13:28:59.149318", "rc": 0, "start": "2024-03-16 13:28:59.137990" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.231) 0:00:28.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:71 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.012) 0:00:28.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.011) 0:00:28.544 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.020) 0:00:28.564 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.012) 0:00:28.577 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004066", "end": "2024-03-16 13:28:59.430565", "rc": 0, "start": "2024-03-16 13:28:59.426499" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.223) 0:00:28.800 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.013) 0:00:28.814 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.026) 0:00:28.840 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.026) 0:00:28.867 ******** included: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.015) 0:00:28.882 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:28:59 +0000 (0:00:00.220) 0:00:29.103 ******** 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 16 March 2024 13:28:59 +0000 (0:00:00.011) 0:00:29.114 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.21s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.01s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.01s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.01s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-cinbiz7g51/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.73s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.52s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.39s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.35s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 8 ----------------------------------------------------------- 0.31s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.27s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:37 ------- Create dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:52 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_interface_stat.yml:3 ----------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/manage_test_interface.yml:58 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cinbiz7g51/tests/tasks/get_current_interfaces.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. ---^---^---^---^---^---