# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-civh678qm3/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-civh678qm3/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-civh678qm3/tests/tests_helpers_and_asserts.yml:3 Saturday 10 February 2024 13:30:23 +0000 (0:00:00.040) 0:00:00.040 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-civh678qm3/tests/tests_helpers_and_asserts.yml:6 Saturday 10 February 2024 13:30:24 +0000 (0:00:00.890) 0:00:00.931 ***** included: /WORKDIR/git-weekly-civh678qm3/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-civh678qm3/tests/tasks/el_repo_setup.yml:3 Saturday 10 February 2024 13:30:24 +0000 (0:00:00.015) 0:00:00.946 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:17 Saturday 10 February 2024 13:30:24 +0000 (0:00:00.384) 0:00:01.331 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:22 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.246) 0:00:01.577 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:26 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.016) 0:00:01.594 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:51 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.016) 0:00:01.610 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:8 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.022) 0:00:01.633 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:24 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.306) 0:00:01.940 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:30 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.014) 0:00:01.954 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:35 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.016) 0:00:01.971 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245777", "end": "2024-02-10 13:30:25.854143", "rc": 0, "start": "2024-02-10 13:30:25.608366" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:40 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.476) 0:00:02.447 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tests_helpers_and_asserts.yml:9 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.461 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:3 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.014) 0:00:02.476 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.011) 0:00:02.488 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:25 +0000 (0:00:00.010) 0:00:02.498 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003046", "end": "2024-02-10 13:30:26.112729", "rc": 0, "start": "2024-02-10 13:30:26.109683" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.205) 0:00:02.703 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.033) 0:00:02.736 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:5 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.027) 0:00:02.764 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.022) 0:00:02.787 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.019) 0:00:02.807 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.010) 0:00:02.818 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.037) 0:00:02.855 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.021) 0:00:02.877 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003250", "end": "2024-02-10 13:30:26.547735", "rc": 0, "start": "2024-02-10 13:30:26.544485" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.260) 0:00:03.138 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.010) 0:00:03.148 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:26 +0000 (0:00:00.011) 0:00:03.159 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:29 +0000 (0:00:02.940) 0:00:06.099 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.013) 0:00:06.113 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.121 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.129 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.136 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.144 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.152 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:9 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.007) 0:00:06.159 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.012) 0:00:06.171 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.010) 0:00:06.182 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003089", "end": "2024-02-10 13:30:29.793197", "rc": 0, "start": "2024-02-10 13:30:29.790108" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.194) 0:00:06.376 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.009) 0:00:06.386 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:11 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.009) 0:00:06.396 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.015) 0:00:06.411 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:29 +0000 (0:00:00.009) 0:00:06.421 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.188) 0:00:06.609 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:14 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.010) 0:00:06.619 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.028) 0:00:06.647 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.008) 0:00:06.656 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.007) 0:00:06.663 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.015) 0:00:06.679 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.010) 0:00:06.690 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003152", "end": "2024-02-10 13:30:30.295725", "rc": 0, "start": "2024-02-10 13:30:30.292573" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.196) 0:00:06.886 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.010) 0:00:06.897 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:30 +0000 (0:00:00.014) 0:00:06.911 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:32 +0000 (0:00:02.530) 0:00:09.441 ***** 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.015649", "end": "2024-02-10 13:30:33.089461", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-10 13:30:33.073812" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003714", "end": "2024-02-10 13:30:33.308866", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-10 13:30:33.305152" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004138", "end": "2024-02-10 13:30:33.504455", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-10 13:30:33.500317" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.646) 0:00:10.088 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023279", "end": "2024-02-10 13:30:33.714171", "rc": 0, "start": "2024-02-10 13:30:33.690892" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.211) 0:00:10.300 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.034) 0:00:10.334 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.026) 0:00:10.361 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.039) 0:00:10.400 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.015) 0:00:10.415 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:18 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.014) 0:00:10.429 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.021) 0:00:10.450 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:33 +0000 (0:00:00.016) 0:00:10.467 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003099", "end": "2024-02-10 13:30:34.088944", "rc": 0, "start": "2024-02-10 13:30:34.085845" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.204) 0:00:10.672 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.009) 0:00:10.681 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:20 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.008) 0:00:10.690 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_present.yml:3 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.015) 0:00:10.706 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.009) 0:00:10.716 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707571833.0773132, "block_size": 4096, "blocks": 0, "ctime": 1707571833.0773132, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31508, "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": 1707571833.0773132, "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-civh678qm3/tests/tasks/assert_device_present.yml:5 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.187) 0:00:10.904 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:23 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.014) 0:00:10.918 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.020) 0:00:10.938 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.009) 0:00:10.948 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.015) 0:00:10.964 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.011) 0:00:10.975 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.011) 0:00:10.987 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003480", "end": "2024-02-10 13:30:34.599541", "rc": 0, "start": "2024-02-10 13:30:34.596061" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.208) 0:00:11.196 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.012) 0:00:11.209 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:34 +0000 (0:00:00.015) 0:00:11.224 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:37 +0000 (0:00:02.591) 0:00:13.815 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.020) 0:00:13.836 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.007) 0:00:13.843 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009488", "end": "2024-02-10 13:30:37.458215", "rc": 0, "start": "2024-02-10 13:30:37.448727" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.216) 0:00:14.060 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.032) 0:00:14.092 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.041) 0:00:14.134 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.029) 0:00:14.163 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:27 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.020) 0:00:14.184 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.065) 0:00:14.250 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.016) 0:00:14.266 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003089", "end": "2024-02-10 13:30:37.891367", "rc": 0, "start": "2024-02-10 13:30:37.888278" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.222) 0:00:14.489 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.028) 0:00:14.517 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:29 Saturday 10 February 2024 13:30:37 +0000 (0:00:00.016) 0:00:14.534 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.042) 0:00:14.576 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.017) 0:00:14.594 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.200) 0:00:14.794 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tests_helpers_and_asserts.yml:15 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.013) 0:00:14.808 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.016) 0:00:14.824 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.010) 0:00:14.834 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.016) 0:00:14.851 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003270", "end": "2024-02-10 13:30:38.464874", "rc": 0, "start": "2024-02-10 13:30:38.461604" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.199) 0:00:15.050 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.016) 0:00:15.067 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:5 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.045) 0:00:15.112 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.026) 0:00:15.139 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.028) 0:00:15.167 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.020) 0:00:15.188 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.024) 0:00:15.212 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.033) 0:00:15.246 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003270", "end": "2024-02-10 13:30:38.884576", "rc": 0, "start": "2024-02-10 13:30:38.881306" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.241) 0:00:15.487 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.017) 0:00:15.505 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:38 +0000 (0:00:00.012) 0:00:15.517 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:41 +0000 (0:00:02.590) 0:00:18.108 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.032) 0:00:18.141 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.016) 0:00:18.157 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.029) 0:00:18.187 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.027) 0:00:18.215 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.016) 0:00:18.231 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.011) 0:00:18.242 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:9 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.011) 0:00:18.253 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.021) 0:00:18.275 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.024) 0:00:18.300 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003177", "end": "2024-02-10 13:30:41.907638", "rc": 0, "start": "2024-02-10 13:30:41.904461" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.191) 0:00:18.492 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.033) 0:00:18.526 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:11 Saturday 10 February 2024 13:30:41 +0000 (0:00:00.017) 0:00:18.543 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.035) 0:00:18.578 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.019) 0:00:18.597 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.226) 0:00:18.824 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:14 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.026) 0:00:18.850 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.039) 0:00:18.890 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.025) 0:00:18.915 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.016) 0:00:18.932 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.019) 0:00:18.951 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.018) 0:00:18.969 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003570", "end": "2024-02-10 13:30:42.608722", "rc": 0, "start": "2024-02-10 13:30:42.605152" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.234) 0:00:19.204 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.023) 0:00:19.227 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:42 +0000 (0:00:00.015) 0:00:19.242 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:45 +0000 (0:00:02.574) 0:00:21.817 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.024) 0:00:21.842 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.011) 0:00:21.853 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.010) 0:00:21.863 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004222", "end": "2024-02-10 13:30:45.474137", "rc": 0, "start": "2024-02-10 13:30:45.469915" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.209) 0:00:22.072 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.010) 0:00:22.083 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.010) 0:00:22.093 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:18 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.011) 0:00:22.104 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.018) 0:00:22.123 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.015) 0:00:22.139 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003311", "end": "2024-02-10 13:30:45.746365", "rc": 0, "start": "2024-02-10 13:30:45.743054" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.196) 0:00:22.335 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.017) 0:00:22.352 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:20 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.016) 0:00:22.368 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_present.yml:3 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.036) 0:00:22.405 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:45 +0000 (0:00:00.019) 0:00:22.425 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707571845.473029, "block_size": 4096, "blocks": 0, "ctime": 1707571845.473029, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31801, "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": 1707571845.473029, "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-civh678qm3/tests/tasks/assert_device_present.yml:5 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.208) 0:00:22.633 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:23 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.010) 0:00:22.644 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.018) 0:00:22.662 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.008) 0:00:22.671 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.007) 0:00:22.678 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.010) 0:00:22.688 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.009) 0:00:22.698 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2024-02-10 13:30:46.305034", "rc": 0, "start": "2024-02-10 13:30:46.301413" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.190) 0:00:22.888 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.017) 0:00:22.906 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:30:46 +0000 (0:00:00.009) 0:00:22.916 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:30:48 +0000 (0:00:02.583) 0:00:25.499 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:30:48 +0000 (0:00:00.019) 0:00:25.519 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:30:48 +0000 (0:00:00.012) 0:00:25.532 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:30:48 +0000 (0:00:00.017) 0:00:25.549 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:30:48 +0000 (0:00:00.013) 0:00:25.562 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007517", "end": "2024-02-10 13:30:49.218034", "rc": 0, "start": "2024-02-10 13:30:49.210517" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.248) 0:00:25.810 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.016) 0:00:25.826 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:27 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.017) 0:00:25.844 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.024) 0:00:25.868 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.029) 0:00:25.898 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003197", "end": "2024-02-10 13:30:49.524209", "rc": 0, "start": "2024-02-10 13:30:49.521012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.224) 0:00:26.122 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.032) 0:00:26.155 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/create_and_remove_interface.yml:29 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.014) 0:00:26.169 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.039) 0:00:26.209 ***** included: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.023) 0:00:26.233 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civh678qm3/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.215) 0:00:26.448 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 10 February 2024 13:30:49 +0000 (0:00:00.023) 0:00:26.472 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-civh678qm3/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.31s /WORKDIR/git-weekly-civh678qm3/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:50 ------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-civh678qm3/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-civh678qm3/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-civh678qm3/tests/tasks/manage_test_interface.yml:39 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---