# 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_typea_p__9bp/.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_typea_p__9bp/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_typea_p__9bp/tests/tests_helpers_and_asserts.yml:3 Thursday 11 January 2024 00:16:00 +0000 (0:00:00.037) 0:00:00.037 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typea_p__9bp/tests/tests_helpers_and_asserts.yml:6 Thursday 11 January 2024 00:16:01 +0000 (0:00:00.900) 0:00:00.938 ****** included: /WORKDIR/git-route_typea_p__9bp/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_typea_p__9bp/tests/tasks/el_repo_setup.yml:3 Thursday 11 January 2024 00:16:01 +0000 (0:00:00.017) 0:00:00.955 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/el_repo_setup.yml:17 Thursday 11 January 2024 00:16:01 +0000 (0:00:00.362) 0:00:01.317 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/el_repo_setup.yml:22 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.303) 0:00:01.621 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/el_repo_setup.yml:26 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.023) 0:00:01.645 ****** 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_typea_p__9bp/tests/tasks/el_repo_setup.yml:51 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.026) 0:00:01.671 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/enable_epel.yml:8 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.046) 0:00:01.718 ****** 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_typea_p__9bp/tests/tasks/enable_epel.yml:24 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.294) 0:00:02.012 ****** 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_typea_p__9bp/tests/tasks/enable_epel.yml:30 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.009) 0:00:02.021 ****** 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_typea_p__9bp/tests/tasks/enable_epel.yml:35 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.008) 0:00:02.030 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244431", "end": "2024-01-11 00:16:02.877681", "rc": 0, "start": "2024-01-11 00:16:02.633250" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/enable_epel.yml:40 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.439) 0:00:02.469 ****** 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_typea_p__9bp/tests/tests_helpers_and_asserts.yml:9 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.008) 0:00:02.478 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:3 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.012) 0:00:02.491 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.014) 0:00:02.505 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:02 +0000 (0:00:00.009) 0:00:02.514 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003405", "end": "2024-01-11 00:16:03.124850", "rc": 0, "start": "2024-01-11 00:16:03.121445" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.211) 0:00:02.726 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.014) 0:00:02.741 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:5 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.012) 0:00:02.754 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.017) 0:00:02.771 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.008) 0:00:02.780 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.009) 0:00:02.789 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.012) 0:00:02.802 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.011) 0:00:02.813 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003734", "end": "2024-01-11 00:16:03.438626", "rc": 0, "start": "2024-01-11 00:16:03.434892" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.237) 0:00:03.051 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.022) 0:00:03.073 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:03 +0000 (0:00:00.049) 0:00:03.123 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:06 +0000 (0:00:03.378) 0:00:06.501 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.013) 0:00:06.515 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.008) 0:00:06.523 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.010) 0:00:06.534 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.009) 0:00:06.544 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.008) 0:00:06.552 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:06 +0000 (0:00:00.010) 0:00:06.563 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:9 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.008) 0:00:06.571 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.013) 0:00:06.585 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.011) 0:00:06.596 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003360", "end": "2024-01-11 00:16:07.231907", "rc": 0, "start": "2024-01-11 00:16:07.228547" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.237) 0:00:06.834 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.017) 0:00:06.851 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:11 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.032) 0:00:06.884 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.014) 0:00:06.898 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.013) 0:00:06.911 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:5 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.205) 0:00:07.116 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:14 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.011) 0:00:07.128 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.027) 0:00:07.156 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.025) 0:00:07.182 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.023) 0:00:07.205 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.014) 0:00:07.220 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.010) 0:00:07.230 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003654", "end": "2024-01-11 00:16:07.850666", "rc": 0, "start": "2024-01-11 00:16:07.847012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.217) 0:00:07.448 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.032) 0:00:07.481 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:07 +0000 (0:00:00.025) 0:00:07.507 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:10 +0000 (0:00:03.033) 0:00:10.540 ****** 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.016026", "end": "2024-01-11 00:16:11.169156", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-11 00:16:11.153130" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004314", "end": "2024-01-11 00:16:11.405267", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-11 00:16:11.400953" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004485", "end": "2024-01-11 00:16:11.590467", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-11 00:16:11.585982" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.639) 0:00:11.179 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022947", "end": "2024-01-11 00:16:11.832885", "rc": 0, "start": "2024-01-11 00:16:11.809938" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.246) 0:00:11.426 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.011) 0:00:11.438 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.016) 0:00:11.454 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.015) 0:00:11.470 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.027) 0:00:11.497 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:18 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.008) 0:00:11.506 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.015) 0:00:11.522 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:11 +0000 (0:00:00.009) 0:00:11.531 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003406", "end": "2024-01-11 00:16:12.137857", "rc": 0, "start": "2024-01-11 00:16:12.134451" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.200) 0:00:11.731 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.024) 0:00:11.756 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:20 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.010) 0:00:11.766 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_present.yml:3 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.023) 0:00:11.790 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.012) 0:00:11.802 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704932171.1572058, "block_size": 4096, "blocks": 0, "ctime": 1704932171.1572058, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34082, "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": 1704932171.1572058, "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_typea_p__9bp/tests/tasks/assert_device_present.yml:5 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.215) 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:23 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.010) 0:00:12.028 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.018) 0:00:12.046 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.007) 0:00:12.054 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.007) 0:00:12.062 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.011) 0:00:12.074 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.013) 0:00:12.088 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003454", "end": "2024-01-11 00:16:12.693080", "rc": 0, "start": "2024-01-11 00:16:12.689626" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.191) 0:00:12.279 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.010) 0:00:12.289 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:12 +0000 (0:00:00.010) 0:00:12.299 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:15 +0000 (0:00:03.041) 0:00:15.341 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:15 +0000 (0:00:00.020) 0:00:15.362 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:15 +0000 (0:00:00.016) 0:00:15.378 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013895", "end": "2024-01-11 00:16:16.002551", "rc": 0, "start": "2024-01-11 00:16:15.988656" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.214) 0:00:15.592 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.009) 0:00:15.602 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.008) 0:00:15.610 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.008) 0:00:15.618 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:27 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.007) 0:00:15.626 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.026) 0:00:15.652 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.014) 0:00:15.667 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003290", "end": "2024-01-11 00:16:16.300402", "rc": 0, "start": "2024-01-11 00:16:16.297112" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.217) 0:00:15.885 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.010) 0:00:15.896 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:29 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.009) 0:00:15.906 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.019) 0:00:15.925 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.011) 0:00:15.936 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:5 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.197) 0:00:16.134 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tests_helpers_and_asserts.yml:15 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.019) 0:00:16.153 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.033) 0:00:16.187 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.033) 0:00:16.220 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.039) 0:00:16.260 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003444", "end": "2024-01-11 00:16:16.881218", "rc": 0, "start": "2024-01-11 00:16:16.877774" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.208) 0:00:16.468 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.010) 0:00:16.478 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:5 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.015) 0:00:16.494 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.016) 0:00:16.510 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.008) 0:00:16.519 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.021) 0:00:16.541 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:16 +0000 (0:00:00.015) 0:00:16.556 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:17 +0000 (0:00:00.024) 0:00:16.581 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003647", "end": "2024-01-11 00:16:17.191245", "rc": 0, "start": "2024-01-11 00:16:17.187598" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:17 +0000 (0:00:00.202) 0:00:16.784 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:17 +0000 (0:00:00.016) 0:00:16.801 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:17 +0000 (0:00:00.017) 0:00:16.819 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:20 +0000 (0:00:03.119) 0:00:19.939 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.016) 0:00:19.956 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.018) 0:00:19.974 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.009) 0:00:19.984 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.029) 0:00:20.013 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.036) 0:00:20.050 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.016) 0:00:20.066 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:9 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.008) 0:00:20.074 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.022) 0:00:20.096 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.041) 0:00:20.138 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-01-11 00:16:20.745925", "rc": 0, "start": "2024-01-11 00:16:20.742226" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.244) 0:00:20.382 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.019) 0:00:20.402 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:11 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.011) 0:00:20.414 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:3 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.036) 0:00:20.450 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:20 +0000 (0:00:00.025) 0:00:20.476 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:5 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.244) 0:00:20.721 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:14 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.010) 0:00:20.731 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.015) 0:00:20.747 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.011) 0:00:20.759 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.008) 0:00:20.767 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.013) 0:00:20.781 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.009) 0:00:20.791 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003781", "end": "2024-01-11 00:16:21.420250", "rc": 0, "start": "2024-01-11 00:16:21.416469" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.215) 0:00:21.006 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.011) 0:00:21.017 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:21 +0000 (0:00:00.012) 0:00:21.030 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:24 +0000 (0:00:03.027) 0:00:24.057 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.023) 0:00:24.081 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.029) 0:00:24.111 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.051) 0:00:24.162 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010498", "end": "2024-01-11 00:16:24.793939", "rc": 0, "start": "2024-01-11 00:16:24.783441" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.230) 0:00:24.392 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.009) 0:00:24.402 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.008) 0:00:24.410 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:18 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.008) 0:00:24.418 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.020) 0:00:24.439 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:24 +0000 (0:00:00.021) 0:00:24.461 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003660", "end": "2024-01-11 00:16:25.068048", "rc": 0, "start": "2024-01-11 00:16:25.064388" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.193) 0:00:24.654 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.009) 0:00:24.664 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:20 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.018) 0:00:24.682 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_present.yml:3 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.023) 0:00:24.706 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.010) 0:00:24.716 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704932184.7918482, "block_size": 4096, "blocks": 0, "ctime": 1704932184.7918482, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34405, "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": 1704932184.7918482, "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_typea_p__9bp/tests/tasks/assert_device_present.yml:5 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.187) 0:00:24.904 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:23 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.011) 0:00:24.915 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:3 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.019) 0:00:24.935 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:8 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.008) 0:00:24.943 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:13 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.007) 0:00:24.951 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.010) 0:00:24.962 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.015) 0:00:24.977 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003484", "end": "2024-01-11 00:16:25.600572", "rc": 0, "start": "2024-01-11 00:16:25.597088" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.216) 0:00:25.194 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.014) 0:00:25.209 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 Thursday 11 January 2024 00:16:25 +0000 (0:00:00.010) 0:00:25.219 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 Thursday 11 January 2024 00:16:28 +0000 (0:00:02.998) 0:00:28.218 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.017) 0:00:28.235 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:39 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.012) 0:00:28.248 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.011) 0:00:28.259 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:50 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.009) 0:00:28.269 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007466", "end": "2024-01-11 00:16:28.897686", "rc": 0, "start": "2024-01-11 00:16:28.890220" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:56 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.215) 0:00:28.484 ****** 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_typea_p__9bp/tests/tasks/manage_test_interface.yml:61 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.009) 0:00:28.494 ****** 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_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:27 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.007) 0:00:28.502 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:3 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.021) 0:00:28.523 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 Thursday 11 January 2024 00:16:28 +0000 (0:00:00.010) 0:00:28.533 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-01-11 00:16:29.157864", "rc": 0, "start": "2024-01-11 00:16:29.154533" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:9 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.210) 0:00:28.744 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/show_interfaces.yml:5 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.009) 0:00:28.754 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/create_and_remove_interface.yml:29 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.008) 0:00:28.762 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:3 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.018) 0:00:28.781 ****** included: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.010) 0:00:28.792 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typea_p__9bp/tests/tasks/assert_device_absent.yml:5 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.195) 0:00:28.988 ****** 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 Thursday 11 January 2024 00:16:29 +0000 (0:00:00.016) 0:00:29.005 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.38s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.12s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.90s /WORKDIR/git-route_typea_p__9bp/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:23 ------ Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-route_typea_p__9bp/tests/tasks/enable_epel.yml:35 ---------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-route_typea_p__9bp/tests/tasks/el_repo_setup.yml:3 --------------- Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-route_typea_p__9bp/tests/tasks/el_repo_setup.yml:17 -------------- Create EPEL 8 ----------------------------------------------------------- 0.29s /WORKDIR/git-route_typea_p__9bp/tests/tasks/enable_epel.yml:8 ----------------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:31 ------ Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 ------ Create dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-route_typea_p__9bp/tests/tasks/manage_test_interface.yml:45 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typea_p__9bp/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typea_p__9bp/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. ---^---^---^---^---^---