# 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-route_typeiauwyb8u/.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-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml:3 Friday 12 January 2024 18:24:33 +0000 (0:00:00.033) 0:00:00.033 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml:6 Friday 12 January 2024 18:24:35 +0000 (0:00:01.880) 0:00:01.913 ******** included: /WORKDIR/git-route_typeiauwyb8u/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-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:3 Friday 12 January 2024 18:24:35 +0000 (0:00:00.011) 0:00:01.925 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:17 Friday 12 January 2024 18:24:35 +0000 (0:00:00.373) 0:00:02.299 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:22 Friday 12 January 2024 18:24:36 +0000 (0:00:00.255) 0:00:02.554 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:26 Friday 12 January 2024 18:24:36 +0000 (0:00:00.013) 0:00:02.568 ******** 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-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:51 Friday 12 January 2024 18:24:36 +0000 (0:00:00.008) 0:00:02.577 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/enable_epel.yml:8 Friday 12 January 2024 18:24:36 +0000 (0:00:00.021) 0:00:02.599 ******** 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-route_typeiauwyb8u/tests/tasks/enable_epel.yml:24 Friday 12 January 2024 18:24:36 +0000 (0:00:00.266) 0:00:02.865 ******** 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-route_typeiauwyb8u/tests/tasks/enable_epel.yml:30 Friday 12 January 2024 18:24:36 +0000 (0:00:00.010) 0:00:02.876 ******** 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-route_typeiauwyb8u/tests/tasks/enable_epel.yml:35 Friday 12 January 2024 18:24:36 +0000 (0:00:00.008) 0:00:02.884 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.258665", "end": "2024-01-12 18:24:36.808639", "rc": 0, "start": "2024-01-12 18:24:36.549974" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/enable_epel.yml:40 Friday 12 January 2024 18:24:36 +0000 (0:00:00.461) 0:00:03.345 ******** 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-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml:9 Friday 12 January 2024 18:24:36 +0000 (0:00:00.008) 0:00:03.354 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:3 Friday 12 January 2024 18:24:36 +0000 (0:00:00.011) 0:00:03.366 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:36 +0000 (0:00:00.011) 0:00:03.377 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:36 +0000 (0:00:00.009) 0:00:03.387 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003654", "end": "2024-01-12 18:24:37.055887", "rc": 0, "start": "2024-01-12 18:24:37.052233" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:37 +0000 (0:00:00.203) 0:00:03.591 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:37 +0000 (0:00:00.009) 0:00:03.601 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:5 Friday 12 January 2024 18:24:37 +0000 (0:00:00.009) 0:00:03.611 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:37 +0000 (0:00:00.014) 0:00:03.625 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:37 +0000 (0:00:00.007) 0:00:03.632 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:37 +0000 (0:00:00.007) 0:00:03.640 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:37 +0000 (0:00:00.010) 0:00:03.651 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:37 +0000 (0:00:00.009) 0:00:03.660 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003879", "end": "2024-01-12 18:24:37.331059", "rc": 0, "start": "2024-01-12 18:24:37.327180" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:37 +0000 (0:00:00.207) 0:00:03.867 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:37 +0000 (0:00:00.010) 0:00:03.878 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:37 +0000 (0:00:00.008) 0:00:03.887 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:24:40 +0000 (0:00:03.386) 0:00:07.273 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:24:40 +0000 (0:00:00.013) 0:00:07.286 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:24:40 +0000 (0:00:00.007) 0:00:07.294 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:24:40 +0000 (0:00:00.008) 0:00:07.303 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:24:40 +0000 (0:00:00.009) 0:00:07.312 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:24:40 +0000 (0:00:00.008) 0:00:07.321 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:24:40 +0000 (0:00:00.008) 0:00:07.329 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:9 Friday 12 January 2024 18:24:40 +0000 (0:00:00.008) 0:00:07.337 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:40 +0000 (0:00:00.012) 0:00:07.350 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:40 +0000 (0:00:00.009) 0:00:07.359 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003634", "end": "2024-01-12 18:24:41.029092", "rc": 0, "start": "2024-01-12 18:24:41.025458" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:41 +0000 (0:00:00.206) 0:00:07.566 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:41 +0000 (0:00:00.016) 0:00:07.582 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:11 Friday 12 January 2024 18:24:41 +0000 (0:00:00.013) 0:00:07.596 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 18:24:41 +0000 (0:00:00.013) 0:00:07.609 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:24:41 +0000 (0:00:00.010) 0:00:07.620 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 18:24:41 +0000 (0:00:00.199) 0:00:07.820 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:14 Friday 12 January 2024 18:24:41 +0000 (0:00:00.010) 0:00:07.831 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:41 +0000 (0:00:00.015) 0:00:07.846 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:41 +0000 (0:00:00.008) 0:00:07.855 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:41 +0000 (0:00:00.007) 0:00:07.862 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:41 +0000 (0:00:00.010) 0:00:07.873 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:41 +0000 (0:00:00.009) 0:00:07.883 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003728", "end": "2024-01-12 18:24:41.551142", "rc": 0, "start": "2024-01-12 18:24:41.547414" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:41 +0000 (0:00:00.204) 0:00:08.087 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:41 +0000 (0:00:00.009) 0:00:08.097 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:41 +0000 (0:00:00.009) 0:00:08.107 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:24:44 +0000 (0:00:03.144) 0:00:11.251 ******** 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.013119", "end": "2024-01-12 18:24:44.932930", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-12 18:24:44.919811" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004446", "end": "2024-01-12 18:24:45.175487", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-12 18:24:45.171041" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004499", "end": "2024-01-12 18:24:45.371495", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-12 18:24:45.366996" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:24:45 +0000 (0:00:00.656) 0:00:11.907 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024887", "end": "2024-01-12 18:24:45.598929", "rc": 0, "start": "2024-01-12 18:24:45.574042" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:24:45 +0000 (0:00:00.227) 0:00:12.135 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:24:45 +0000 (0:00:00.008) 0:00:12.143 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:24:45 +0000 (0:00:00.009) 0:00:12.153 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:24:45 +0000 (0:00:00.007) 0:00:12.160 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:24:45 +0000 (0:00:00.011) 0:00:12.172 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:18 Friday 12 January 2024 18:24:45 +0000 (0:00:00.007) 0:00:12.180 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:45 +0000 (0:00:00.015) 0:00:12.195 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:45 +0000 (0:00:00.009) 0:00:12.204 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004024", "end": "2024-01-12 18:24:45.871777", "rc": 0, "start": "2024-01-12 18:24:45.867753" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:45 +0000 (0:00:00.201) 0:00:12.406 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:45 +0000 (0:00:00.010) 0:00:12.416 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:20 Friday 12 January 2024 18:24:45 +0000 (0:00:00.009) 0:00:12.426 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_present.yml:3 Friday 12 January 2024 18:24:45 +0000 (0:00:00.015) 0:00:12.442 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:24:45 +0000 (0:00:00.009) 0:00:12.452 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705083884.9238489, "block_size": 4096, "blocks": 0, "ctime": 1705083884.9238489, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31662, "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": 1705083884.9238489, "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-route_typeiauwyb8u/tests/tasks/assert_device_present.yml:5 Friday 12 January 2024 18:24:46 +0000 (0:00:00.200) 0:00:12.652 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:23 Friday 12 January 2024 18:24:46 +0000 (0:00:00.010) 0:00:12.663 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:46 +0000 (0:00:00.019) 0:00:12.683 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:46 +0000 (0:00:00.008) 0:00:12.692 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:46 +0000 (0:00:00.008) 0:00:12.700 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:46 +0000 (0:00:00.013) 0:00:12.713 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:46 +0000 (0:00:00.014) 0:00:12.728 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-01-12 18:24:46.408460", "rc": 0, "start": "2024-01-12 18:24:46.404873" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:46 +0000 (0:00:00.216) 0:00:12.944 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:46 +0000 (0:00:00.009) 0:00:12.954 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:46 +0000 (0:00:00.009) 0:00:12.964 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:24:49 +0000 (0:00:03.125) 0:00:16.090 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:24:49 +0000 (0:00:00.021) 0:00:16.111 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:24:49 +0000 (0:00:00.010) 0:00:16.122 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012613", "end": "2024-01-12 18:24:49.799965", "rc": 0, "start": "2024-01-12 18:24:49.787352" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:24:49 +0000 (0:00:00.215) 0:00:16.337 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:24:49 +0000 (0:00:00.009) 0:00:16.347 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:24:49 +0000 (0:00:00.009) 0:00:16.356 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:24:49 +0000 (0:00:00.008) 0:00:16.364 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:27 Friday 12 January 2024 18:24:49 +0000 (0:00:00.008) 0:00:16.373 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:49 +0000 (0:00:00.018) 0:00:16.392 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:49 +0000 (0:00:00.009) 0:00:16.401 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003795", "end": "2024-01-12 18:24:50.069288", "rc": 0, "start": "2024-01-12 18:24:50.065493" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:50 +0000 (0:00:00.202) 0:00:16.604 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:50 +0000 (0:00:00.009) 0:00:16.614 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:29 Friday 12 January 2024 18:24:50 +0000 (0:00:00.008) 0:00:16.622 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.018) 0:00:16.641 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.011) 0:00:16.652 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 18:24:50 +0000 (0:00:00.199) 0:00:16.851 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml:15 Friday 12 January 2024 18:24:50 +0000 (0:00:00.010) 0:00:16.862 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.012) 0:00:16.875 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.011) 0:00:16.887 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.009) 0:00:16.897 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003600", "end": "2024-01-12 18:24:50.562811", "rc": 0, "start": "2024-01-12 18:24:50.559211" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:50 +0000 (0:00:00.202) 0:00:17.099 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:50 +0000 (0:00:00.010) 0:00:17.109 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:5 Friday 12 January 2024 18:24:50 +0000 (0:00:00.009) 0:00:17.119 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.012) 0:00:17.131 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:50 +0000 (0:00:00.007) 0:00:17.139 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:50 +0000 (0:00:00.007) 0:00:17.146 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.011) 0:00:17.157 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:50 +0000 (0:00:00.009) 0:00:17.167 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003604", "end": "2024-01-12 18:24:50.835898", "rc": 0, "start": "2024-01-12 18:24:50.832294" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:50 +0000 (0:00:00.203) 0:00:17.371 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:50 +0000 (0:00:00.009) 0:00:17.381 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:50 +0000 (0:00:00.011) 0:00:17.392 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:24:54 +0000 (0:00:03.139) 0:00:20.532 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:24:54 +0000 (0:00:00.017) 0:00:20.549 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:20.559 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:20.570 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:20.580 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:24:54 +0000 (0:00:00.008) 0:00:20.589 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:20.599 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:9 Friday 12 January 2024 18:24:54 +0000 (0:00:00.008) 0:00:20.607 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.012) 0:00:20.620 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:20.630 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2024-01-12 18:24:54.299051", "rc": 0, "start": "2024-01-12 18:24:54.295469" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:54 +0000 (0:00:00.205) 0:00:20.835 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:20.846 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:11 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:20.855 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.014) 0:00:20.870 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.011) 0:00:20.881 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 18:24:54 +0000 (0:00:00.197) 0:00:21.078 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:14 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:21.089 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.015) 0:00:21.105 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:21.115 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:54 +0000 (0:00:00.008) 0:00:21.123 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:21.134 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:54 +0000 (0:00:00.009) 0:00:21.144 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-01-12 18:24:54.811859", "rc": 0, "start": "2024-01-12 18:24:54.808192" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:54 +0000 (0:00:00.203) 0:00:21.347 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:54 +0000 (0:00:00.010) 0:00:21.357 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:54 +0000 (0:00:00.008) 0:00:21.366 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:24:57 +0000 (0:00:03.135) 0:00:24.501 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:24:58 +0000 (0:00:00.014) 0:00:24.516 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:24:58 +0000 (0:00:00.008) 0:00:24.524 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:24:58 +0000 (0:00:00.009) 0:00:24.534 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011486", "end": "2024-01-12 18:24:58.212629", "rc": 0, "start": "2024-01-12 18:24:58.201143" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:24:58 +0000 (0:00:00.224) 0:00:24.759 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:24:58 +0000 (0:00:00.008) 0:00:24.768 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:24:58 +0000 (0:00:00.008) 0:00:24.776 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:18 Friday 12 January 2024 18:24:58 +0000 (0:00:00.007) 0:00:24.783 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.015) 0:00:24.799 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.009) 0:00:24.808 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003653", "end": "2024-01-12 18:24:58.476799", "rc": 0, "start": "2024-01-12 18:24:58.473146" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:58 +0000 (0:00:00.203) 0:00:25.012 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:58 +0000 (0:00:00.011) 0:00:25.023 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:20 Friday 12 January 2024 18:24:58 +0000 (0:00:00.010) 0:00:25.034 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_present.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.017) 0:00:25.051 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.011) 0:00:25.063 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705083898.2118542, "block_size": 4096, "blocks": 0, "ctime": 1705083898.2118542, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31985, "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": 1705083898.2118542, "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-route_typeiauwyb8u/tests/tasks/assert_device_present.yml:5 Friday 12 January 2024 18:24:58 +0000 (0:00:00.203) 0:00:25.267 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:23 Friday 12 January 2024 18:24:58 +0000 (0:00:00.011) 0:00:25.278 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.017) 0:00:25.296 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 18:24:58 +0000 (0:00:00.007) 0:00:25.303 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 18:24:58 +0000 (0:00:00.007) 0:00:25.311 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.010) 0:00:25.321 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:24:58 +0000 (0:00:00.009) 0:00:25.330 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003945", "end": "2024-01-12 18:24:59.000969", "rc": 0, "start": "2024-01-12 18:24:58.997024" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:24:59 +0000 (0:00:00.205) 0:00:25.536 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:24:59 +0000 (0:00:00.009) 0:00:25.546 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 18:24:59 +0000 (0:00:00.009) 0:00:25.555 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 18:25:02 +0000 (0:00:03.138) 0:00:28.694 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 18:25:02 +0000 (0:00:00.015) 0:00:28.710 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 18:25:02 +0000 (0:00:00.008) 0:00:28.718 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 18:25:02 +0000 (0:00:00.008) 0:00:28.726 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 18:25:02 +0000 (0:00:00.009) 0:00:28.735 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011460", "end": "2024-01-12 18:25:02.414045", "rc": 0, "start": "2024-01-12 18:25:02.402585" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 18:25:02 +0000 (0:00:00.214) 0:00:28.950 ******** 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-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 18:25:02 +0000 (0:00:00.012) 0:00:28.962 ******** 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-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:27 Friday 12 January 2024 18:25:02 +0000 (0:00:00.008) 0:00:28.971 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 18:25:02 +0000 (0:00:00.019) 0:00:28.991 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 18:25:02 +0000 (0:00:00.009) 0:00:29.001 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003674", "end": "2024-01-12 18:25:02.688429", "rc": 0, "start": "2024-01-12 18:25:02.684755" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 18:25:02 +0000 (0:00:00.222) 0:00:29.224 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 18:25:02 +0000 (0:00:00.011) 0:00:29.235 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/create_and_remove_interface.yml:29 Friday 12 January 2024 18:25:02 +0000 (0:00:00.009) 0:00:29.244 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 18:25:02 +0000 (0:00:00.019) 0:00:29.264 ******** included: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 18:25:02 +0000 (0:00:00.011) 0:00:29.275 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typeiauwyb8u/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 18:25:02 +0000 (0:00:00.201) 0:00:29.477 ******** 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 Friday 12 January 2024 18:25:02 +0000 (0:00:00.014) 0:00:29.491 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.39s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.14s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.14s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.14s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.14s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.13s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 1.88s /WORKDIR/git-route_typeiauwyb8u/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:23 ------ Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/enable_epel.yml:35 ---------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:3 --------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/enable_epel.yml:8 ----------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/el_repo_setup.yml:17 -------------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:31 ------ Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:45 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 ------ Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:39 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/manage_test_interface.yml:50 ------ Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-route_typeiauwyb8u/tests/tasks/get_current_interfaces.yml:3 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---