# 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_typelu9aew83/.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_typelu9aew83/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_typelu9aew83/tests/tests_helpers_and_asserts.yml:3 Tuesday 09 January 2024 16:35:30 +0000 (0:00:00.037) 0:00:00.037 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typelu9aew83/tests/tests_helpers_and_asserts.yml:6 Tuesday 09 January 2024 16:35:31 +0000 (0:00:00.891) 0:00:00.929 ******* included: /WORKDIR/git-route_typelu9aew83/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_typelu9aew83/tests/tasks/el_repo_setup.yml:3 Tuesday 09 January 2024 16:35:31 +0000 (0:00:00.013) 0:00:00.942 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/el_repo_setup.yml:17 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.395) 0:00:01.338 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/el_repo_setup.yml:22 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.251) 0:00:01.589 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/el_repo_setup.yml:26 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.013) 0:00:01.603 ******* 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_typelu9aew83/tests/tasks/el_repo_setup.yml:51 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.010) 0:00:01.613 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/enable_epel.yml:8 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.023) 0:00:01.636 ******* 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_typelu9aew83/tests/tasks/enable_epel.yml:24 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.268) 0:00:01.905 ******* 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_typelu9aew83/tests/tasks/enable_epel.yml:30 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.011) 0:00:01.917 ******* 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_typelu9aew83/tests/tasks/enable_epel.yml:35 Tuesday 09 January 2024 16:35:32 +0000 (0:00:00.023) 0:00:01.940 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.254958", "end": "2024-01-09 16:35:33.135975", "rc": 0, "start": "2024-01-09 16:35:32.881017" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/enable_epel.yml:40 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.480) 0:00:02.420 ******* 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_typelu9aew83/tests/tests_helpers_and_asserts.yml:9 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.008) 0:00:02.429 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.011) 0:00:02.440 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.010) 0:00:02.450 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.009) 0:00:02.460 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003564", "end": "2024-01-09 16:35:33.369741", "rc": 0, "start": "2024-01-09 16:35:33.366177" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.195) 0:00:02.656 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.016) 0:00:02.672 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.014) 0:00:02.687 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.020) 0:00:02.707 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.008) 0:00:02.716 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.007) 0:00:02.723 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.012) 0:00:02.735 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.022) 0:00:02.758 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-01-09 16:35:33.691535", "rc": 0, "start": "2024-01-09 16:35:33.687817" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.219) 0:00:02.977 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.015) 0:00:02.992 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:33 +0000 (0:00:00.009) 0:00:03.002 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:37 +0000 (0:00:03.303) 0:00:06.305 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.014) 0:00:06.320 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.009) 0:00:06.330 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.008) 0:00:06.339 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.017) 0:00:06.356 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.009) 0:00:06.366 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.009) 0:00:06.376 ******* 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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.008) 0:00:06.384 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.012) 0:00:06.397 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.009) 0:00:06.406 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003593", "end": "2024-01-09 16:35:37.315736", "rc": 0, "start": "2024-01-09 16:35:37.312143" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.195) 0:00:06.601 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.013) 0:00:06.615 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.017) 0:00:06.632 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.031) 0:00:06.664 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.011) 0:00:06.675 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.249) 0:00:06.925 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.024) 0:00:06.949 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.024) 0:00:06.973 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.037) 0:00:07.010 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.010) 0:00:07.021 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.013) 0:00:07.035 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:37 +0000 (0:00:00.015) 0:00:07.050 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-01-09 16:35:38.031880", "rc": 0, "start": "2024-01-09 16:35:38.028282" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:38 +0000 (0:00:00.295) 0:00:07.346 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:38 +0000 (0:00:00.025) 0:00:07.372 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:38 +0000 (0:00:00.020) 0:00:07.392 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:41 +0000 (0:00:03.052) 0:00:10.445 ******* 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.014761", "end": "2024-01-09 16:35:41.377627", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-09 16:35:41.362866" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004096", "end": "2024-01-09 16:35:41.607494", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-09 16:35:41.603398" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004445", "end": "2024-01-09 16:35:41.802829", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-09 16:35:41.798384" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:41 +0000 (0:00:00.652) 0:00:11.097 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025547", "end": "2024-01-09 16:35:42.056278", "rc": 0, "start": "2024-01-09 16:35:42.030731" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.245) 0:00:11.343 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.009) 0:00:11.353 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.007) 0:00:11.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-route_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.008) 0:00:11.369 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.010) 0:00:11.379 ******* 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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.007) 0:00:11.387 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.022) 0:00:11.409 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.017) 0:00:11.427 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003564", "end": "2024-01-09 16:35:42.340989", "rc": 0, "start": "2024-01-09 16:35:42.337425" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.200) 0:00:11.627 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.021) 0:00:11.648 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.083) 0:00:11.731 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.018) 0:00:11.749 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.035) 0:00:11.785 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704818141.3668275, "block_size": 4096, "blocks": 0, "ctime": 1704818141.3668275, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32262, "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": 1704818141.3668275, "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_typelu9aew83/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.232) 0:00:12.017 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.020) 0:00:12.038 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.048) 0:00:12.087 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.020) 0:00:12.107 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.057) 0:00:12.164 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.028) 0:00:12.193 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:42 +0000 (0:00:00.072) 0:00:12.265 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2024-01-09 16:35:43.197276", "rc": 0, "start": "2024-01-09 16:35:43.193710" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:43 +0000 (0:00:00.215) 0:00:12.481 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:43 +0000 (0:00:00.009) 0:00:12.490 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:43 +0000 (0:00:00.009) 0:00:12.500 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:46 +0000 (0:00:02.995) 0:00:15.496 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.015) 0:00:15.512 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.007) 0:00:15.519 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013176", "end": "2024-01-09 16:35:46.437631", "rc": 0, "start": "2024-01-09 16:35:46.424455" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.204) 0:00:15.724 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.009) 0:00:15.733 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.011) 0:00:15.744 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.009) 0:00:15.754 ******* 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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.007) 0:00:15.761 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.018) 0:00:15.779 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.009) 0:00:15.788 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003670", "end": "2024-01-09 16:35:46.696946", "rc": 0, "start": "2024-01-09 16:35:46.693276" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.199) 0:00:15.988 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.011) 0:00:15.999 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.022) 0:00:16.022 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.018) 0:00:16.040 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.010) 0:00:16.051 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 16:35:46 +0000 (0:00:00.209) 0:00:16.261 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tests_helpers_and_asserts.yml:15 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.020) 0:00:16.281 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.014) 0:00:16.296 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.020) 0:00:16.316 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.016) 0:00:16.332 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003575", "end": "2024-01-09 16:35:47.259325", "rc": 0, "start": "2024-01-09 16:35:47.255750" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.249) 0:00:16.581 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.019) 0:00:16.601 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.017) 0:00:16.619 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.036) 0:00:16.656 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.015) 0:00:16.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-route_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.025) 0:00:16.697 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.021) 0:00:16.718 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.032) 0:00:16.750 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003684", "end": "2024-01-09 16:35:47.677274", "rc": 0, "start": "2024-01-09 16:35:47.673590" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.216) 0:00:16.967 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.026) 0:00:16.993 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:47 +0000 (0:00:00.042) 0:00:17.036 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:50 +0000 (0:00:03.060) 0:00:20.097 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.015) 0:00:20.112 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.008) 0:00:20.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 dummy1298] **************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.009) 0:00:20.130 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.009) 0:00:20.140 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.021) 0:00:20.162 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.010) 0:00:20.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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.016) 0:00:20.188 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.025) 0:00:20.214 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:50 +0000 (0:00:00.011) 0:00:20.226 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003686", "end": "2024-01-09 16:35:51.142510", "rc": 0, "start": "2024-01-09 16:35:51.138824" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.202) 0:00:20.428 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.010) 0:00:20.439 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.009) 0:00:20.449 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.015) 0:00:20.464 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.011) 0:00:20.475 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.194) 0:00:20.670 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.010) 0:00:20.680 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.016) 0:00:20.696 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.009) 0:00:20.705 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.007) 0:00:20.713 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.016) 0:00:20.729 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.009) 0:00:20.739 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2024-01-09 16:35:51.648935", "rc": 0, "start": "2024-01-09 16:35:51.645380" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.197) 0:00:20.936 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.012) 0:00:20.949 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:51 +0000 (0:00:00.009) 0:00:20.958 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:54 +0000 (0:00:03.033) 0:00:23.991 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:54 +0000 (0:00:00.015) 0:00:24.007 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:54 +0000 (0:00:00.010) 0:00:24.017 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:54 +0000 (0:00:00.009) 0:00:24.027 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010095", "end": "2024-01-09 16:35:54.951469", "rc": 0, "start": "2024-01-09 16:35:54.941374" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:54 +0000 (0:00:00.238) 0:00:24.265 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.069) 0:00:24.335 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.028) 0:00:24.363 ******* 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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.010) 0:00:24.374 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.020) 0:00:24.394 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.013) 0:00:24.407 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003594", "end": "2024-01-09 16:35:55.316244", "rc": 0, "start": "2024-01-09 16:35:55.312650" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.205) 0:00:24.613 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.015) 0:00:24.628 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.010) 0:00:24.638 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.037) 0:00:24.675 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.016) 0:00:24.692 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704818154.950222, "block_size": 4096, "blocks": 0, "ctime": 1704818154.950222, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32585, "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": 1704818154.950222, "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_typelu9aew83/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.230) 0:00:24.922 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.016) 0:00:24.939 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.020) 0:00:24.959 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.021) 0:00:24.981 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.013) 0:00:24.994 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.011) 0:00:25.005 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.010) 0:00:25.015 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003816", "end": "2024-01-09 16:35:55.928135", "rc": 0, "start": "2024-01-09 16:35:55.924319" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.197) 0:00:25.213 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.015) 0:00:25.229 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:35:55 +0000 (0:00:00.019) 0:00:25.249 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 16:35:58 +0000 (0:00:03.015) 0:00:28.264 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.015) 0:00:28.280 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.009) 0:00:28.289 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.009) 0:00:28.298 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.010) 0:00:28.309 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011357", "end": "2024-01-09 16:35:59.227719", "rc": 0, "start": "2024-01-09 16:35:59.216362" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.203) 0:00:28.512 ******* 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_typelu9aew83/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.018) 0:00:28.530 ******* 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_typelu9aew83/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.021) 0:00:28.551 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.026) 0:00:28.578 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.020) 0:00:28.599 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003599", "end": "2024-01-09 16:35:59.541340", "rc": 0, "start": "2024-01-09 16:35:59.537741" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.230) 0:00:28.829 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.015) 0:00:28.845 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.022) 0:00:28.867 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.030) 0:00:28.898 ******* included: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.018) 0:00:28.916 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typelu9aew83/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.227) 0:00:29.143 ******* 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 Tuesday 09 January 2024 16:35:59 +0000 (0:00:00.058) 0:00:29.202 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.30s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.05s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-route_typelu9aew83/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:23 ------ Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-route_typelu9aew83/tests/tasks/enable_epel.yml:35 ---------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-route_typelu9aew83/tests/tasks/el_repo_setup.yml:3 --------------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 ------ Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-route_typelu9aew83/tests/tasks/enable_epel.yml:8 ----------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-route_typelu9aew83/tests/tasks/el_repo_setup.yml:17 -------------- Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 ------ Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:31 ------ Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-route_typelu9aew83/tests/tasks/manage_test_interface.yml:45 ------ Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_current_interfaces.yml:3 ------ Get stat for interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-route_typelu9aew83/tests/tasks/get_interface_stat.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. ---^---^---^---^---^---