# 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-ciqyz6v9ns/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-ciqyz6v9ns/tests/tests_helpers_and_asserts.yml:3 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.028) 0:00:00.028 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_helpers_and_asserts.yml:6 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.815) 0:00:00.844 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:3 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:00.866 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:19 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.369) 0:00:01.235 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:24 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.253) 0:00:01.489 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:28 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.020) 0:00:01.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:53 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.017) 0:00:01.526 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:8 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.029) 0:00:01.556 ********** 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-ciqyz6v9ns/tests/tasks/enable_epel.yml:24 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.253) 0:00:01.809 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:30 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.012) 0:00:01.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:35 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.010) 0:00:01.832 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.257424", "end": "2024-05-18 13:24:48.058476", "rc": 0, "start": "2024-05-18 13:24:47.801052" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:40 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.442) 0:00:02.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_helpers_and_asserts.yml:9 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.009) 0:00:02.284 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.012) 0:00:02.297 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.010) 0:00:02.307 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.010) 0:00:02.317 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003091", "end": "2024-05-18 13:24:48.288549", "rc": 0, "start": "2024-05-18 13:24:48.285458" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.194) 0:00:02.511 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.011) 0:00:02.523 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:5 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.009) 0:00:02.532 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.014) 0:00:02.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.009) 0:00:02.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.015) 0:00:02.572 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.022) 0:00:02.595 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.018) 0:00:02.613 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003161", "end": "2024-05-18 13:24:48.588752", "rc": 0, "start": "2024-05-18 13:24:48.585591" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.190) 0:00:02.804 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.010) 0:00:02.814 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:48 +0000 (0:00:00.009) 0:00:02.824 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:24:51 +0000 (0:00:02.956) 0:00:05.780 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.016) 0:00:05.797 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.008) 0:00:05.806 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.008) 0:00:05.815 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.009) 0:00:05.824 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.009) 0:00:05.833 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.008) 0:00:05.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:9 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.008) 0:00:05.850 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.012) 0:00:05.863 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.009) 0:00:05.873 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003115", "end": "2024-05-18 13:24:51.842996", "rc": 0, "start": "2024-05-18 13:24:51.839881" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.185) 0:00:06.059 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.010) 0:00:06.070 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:11 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.009) 0:00:06.079 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.015) 0:00:06.095 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.012) 0:00:06.107 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.183) 0:00:06.291 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:14 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.012) 0:00:06.303 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.028) 0:00:06.331 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.011) 0:00:06.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.008) 0:00:06.351 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.012) 0:00:06.363 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.021) 0:00:06.385 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003117", "end": "2024-05-18 13:24:52.355547", "rc": 0, "start": "2024-05-18 13:24:52.352430" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.186) 0:00:06.572 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.010) 0:00:06.582 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.009) 0:00:06.592 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:24:55 +0000 (0:00:02.683) 0:00:09.276 ********** 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.014359", "end": "2024-05-18 13:24:55.263505", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-18 13:24:55.249146" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003853", "end": "2024-05-18 13:24:55.479559", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-18 13:24:55.475706" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003901", "end": "2024-05-18 13:24:55.659457", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-18 13:24:55.655556" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.599) 0:00:09.876 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023911", "end": "2024-05-18 13:24:55.869111", "rc": 0, "start": "2024-05-18 13:24:55.845200" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.230) 0:00:10.107 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.009) 0:00:10.117 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.011) 0:00:10.128 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.009) 0:00:10.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.011) 0:00:10.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:18 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.009) 0:00:10.159 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.024) 0:00:10.183 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.010) 0:00:10.194 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003179", "end": "2024-05-18 13:24:56.168883", "rc": 0, "start": "2024-05-18 13:24:56.165704" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.191) 0:00:10.385 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.011) 0:00:10.397 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:20 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.009) 0:00:10.407 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.016) 0:00:10.424 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.011) 0:00:10.435 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038695.252708, "block_size": 4096, "blocks": 0, "ctime": 1716038695.252708, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31949, "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": 1716038695.252708, "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-ciqyz6v9ns/tests/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.186) 0:00:10.621 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:23 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.013) 0:00:10.635 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.036) 0:00:10.671 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.009) 0:00:10.681 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.009) 0:00:10.691 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.011) 0:00:10.702 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.010) 0:00:10.712 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004295", "end": "2024-05-18 13:24:57.683915", "rc": 0, "start": "2024-05-18 13:24:56.679620" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:57 +0000 (0:00:01.188) 0:00:11.901 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:57 +0000 (0:00:00.011) 0:00:11.912 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:57 +0000 (0:00:00.010) 0:00:11.923 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:25:00 +0000 (0:00:02.657) 0:00:14.581 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.018) 0:00:14.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.009) 0:00:14.608 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008427", "end": "2024-05-18 13:25:00.587719", "rc": 0, "start": "2024-05-18 13:25:00.579292" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.198) 0:00:14.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.010) 0:00:14.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.009) 0:00:14.827 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.011) 0:00:14.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:27 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.009) 0:00:14.848 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.019) 0:00:14.868 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.010) 0:00:14.878 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003316", "end": "2024-05-18 13:25:00.850520", "rc": 0, "start": "2024-05-18 13:25:00.847204" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.188) 0:00:15.067 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.010) 0:00:15.077 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:29 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.009) 0:00:15.087 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.018) 0:00:15.106 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.010) 0:00:15.116 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.187) 0:00:15.304 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_helpers_and_asserts.yml:15 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.012) 0:00:15.316 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:3 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.013) 0:00:15.329 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.010) 0:00:15.340 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.010) 0:00:15.350 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004353", "end": "2024-05-18 13:25:02.323995", "rc": 0, "start": "2024-05-18 13:25:01.319642" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:02 +0000 (0:00:01.189) 0:00:16.540 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.011) 0:00:16.551 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:5 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.010) 0:00:16.561 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.018) 0:00:16.580 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.009) 0:00:16.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.008) 0:00:16.598 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.012) 0:00:16.610 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.011) 0:00:16.622 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003199", "end": "2024-05-18 13:25:02.592827", "rc": 0, "start": "2024-05-18 13:25:02.589628" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.187) 0:00:16.809 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.010) 0:00:16.820 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:25:02 +0000 (0:00:00.009) 0:00:16.829 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:25:05 +0000 (0:00:02.802) 0:00:19.632 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.019) 0:00:19.651 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.009) 0:00:19.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.009) 0:00:19.671 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.010) 0:00:19.681 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.010) 0:00:19.692 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.011) 0:00:19.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:9 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.008) 0:00:19.712 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.015) 0:00:19.728 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.009) 0:00:19.737 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003096", "end": "2024-05-18 13:25:05.703178", "rc": 0, "start": "2024-05-18 13:25:05.700082" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.180) 0:00:19.918 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.010) 0:00:19.929 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:11 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.012) 0:00:19.942 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.016) 0:00:19.958 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.012) 0:00:19.970 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.187) 0:00:20.158 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:14 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.011) 0:00:20.170 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.015) 0:00:20.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:25:05 +0000 (0:00:00.009) 0:00:20.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.008) 0:00:20.204 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.011) 0:00:20.215 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.011) 0:00:20.227 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003126", "end": "2024-05-18 13:25:06.201454", "rc": 0, "start": "2024-05-18 13:25:06.198328" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.189) 0:00:20.416 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.009) 0:00:20.426 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:25:06 +0000 (0:00:00.009) 0:00:20.435 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:25:09 +0000 (0:00:02.787) 0:00:23.223 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.022) 0:00:23.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.018) 0:00:23.264 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.016) 0:00:23.280 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008862", "end": "2024-05-18 13:25:09.272199", "rc": 0, "start": "2024-05-18 13:25:09.263337" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.229) 0:00:23.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.013) 0:00:23.523 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.033) 0:00:23.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:18 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.021) 0:00:23.578 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.025) 0:00:23.603 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:09 +0000 (0:00:00.013) 0:00:23.616 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004297", "end": "2024-05-18 13:25:10.593117", "rc": 0, "start": "2024-05-18 13:25:09.588820" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:10 +0000 (0:00:01.193) 0:00:24.809 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.009) 0:00:24.819 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:20 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.009) 0:00:24.829 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.016) 0:00:24.845 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.010) 0:00:24.855 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038709.271569, "block_size": 4096, "blocks": 0, "ctime": 1716038709.271569, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32272, "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": 1716038709.271569, "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-ciqyz6v9ns/tests/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.183) 0:00:25.039 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:23 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.013) 0:00:25.052 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.018) 0:00:25.071 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.010) 0:00:25.081 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.009) 0:00:25.090 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.012) 0:00:25.103 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:10 +0000 (0:00:00.009) 0:00:25.113 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003270", "end": "2024-05-18 13:25:11.082960", "rc": 0, "start": "2024-05-18 13:25:11.079690" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:11 +0000 (0:00:00.186) 0:00:25.299 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:11 +0000 (0:00:00.011) 0:00:25.310 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:25:11 +0000 (0:00:00.009) 0:00:25.320 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:25:13 +0000 (0:00:02.677) 0:00:27.997 ********** 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-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:25:13 +0000 (0:00:00.018) 0:00:28.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:25:13 +0000 (0:00:00.009) 0:00:28.025 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:25:13 +0000 (0:00:00.011) 0:00:28.036 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:25:13 +0000 (0:00:00.010) 0:00:28.047 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009748", "end": "2024-05-18 13:25:14.030193", "rc": 0, "start": "2024-05-18 13:25:14.020445" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:25:14 +0000 (0:00:00.200) 0:00:28.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:25:14 +0000 (0:00:00.009) 0:00:28.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:27 Saturday 18 May 2024 13:25:14 +0000 (0:00:00.008) 0:00:28.266 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:25:14 +0000 (0:00:00.018) 0:00:28.285 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:25:14 +0000 (0:00:00.011) 0:00:28.296 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004235", "end": "2024-05-18 13:25:15.270272", "rc": 0, "start": "2024-05-18 13:25:14.266037" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:25:15 +0000 (0:00:01.191) 0:00:29.488 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:25:15 +0000 (0:00:00.014) 0:00:29.503 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/create_and_remove_interface.yml:29 Saturday 18 May 2024 13:25:15 +0000 (0:00:00.011) 0:00:29.514 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:25:15 +0000 (0:00:00.021) 0:00:29.535 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:25:15 +0000 (0:00:00.026) 0:00:29.562 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:25:15 +0000 (0:00:00.190) 0:00:29.753 ********** 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 18 May 2024 13:25:15 +0000 (0:00:00.010) 0:00:29.763 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.80s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.79s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:37 ------- Create dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:52 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:58 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/manage_test_interface.yml:45 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---