# 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_type58ihy5rh/.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_type58ihy5rh/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_type58ihy5rh/tests/tests_helpers_and_asserts.yml:3 Saturday 13 January 2024 12:25:31 +0000 (0:00:00.034) 0:00:00.034 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_type58ihy5rh/tests/tests_helpers_and_asserts.yml:6 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.903) 0:00:00.937 ****** included: /WORKDIR/git-route_type58ihy5rh/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_type58ihy5rh/tests/tasks/el_repo_setup.yml:3 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.012) 0:00:00.950 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/el_repo_setup.yml:17 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.016) 0:00:00.967 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/el_repo_setup.yml:22 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.267) 0:00:01.234 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/el_repo_setup.yml:26 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.016) 0:00:01.251 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/el_repo_setup.yml:51 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.010) 0:00:01.262 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml:8 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.030) 0:00:01.292 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml:24 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.010) 0:00:01.302 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml:30 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.007) 0:00:01.310 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml:35 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.008) 0:00:01.319 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/enable_epel.yml:40 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.014) 0:00:01.334 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tests_helpers_and_asserts.yml:9 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.007) 0:00:01.341 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.012) 0:00:01.354 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.010) 0:00:01.364 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:32 +0000 (0:00:00.009) 0:00:01.374 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003747", "end": "2024-01-13 12:25:33.136495", "rc": 0, "start": "2024-01-13 12:25:33.132748" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.310) 0:00:01.685 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.025) 0:00:01.710 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.011) 0:00:01.721 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.016) 0:00:01.737 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.008) 0:00:01.746 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.008) 0:00:01.755 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.018) 0:00:01.774 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.009) 0:00:01.784 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003909", "end": "2024-01-13 12:25:33.448207", "rc": 0, "start": "2024-01-13 12:25:33.444298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.218) 0:00:02.002 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.012) 0:00:02.015 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:33 +0000 (0:00:00.011) 0:00:02.027 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:35 +0000 (0:00:02.316) 0:00:04.343 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.015) 0:00:04.358 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.019) 0:00:04.378 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.013) 0:00:04.391 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.008) 0:00:04.400 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.008) 0:00:04.408 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.007) 0:00:04.416 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.007) 0:00:04.423 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.013) 0:00:04.437 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:35 +0000 (0:00:00.009) 0:00:04.446 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003884", "end": "2024-01-13 12:25:36.108167", "rc": 0, "start": "2024-01-13 12:25:36.104283" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.205) 0:00:04.652 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.009) 0:00:04.662 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.009) 0:00:04.671 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:3 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.013) 0:00:04.685 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.009) 0:00:04.695 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:5 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.200) 0:00:04.896 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.011) 0:00:04.907 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.014) 0:00:04.922 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.007) 0:00:04.930 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.007) 0:00:04.937 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.010) 0:00:04.948 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.013) 0:00:04.961 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003790", "end": "2024-01-13 12:25:36.622290", "rc": 0, "start": "2024-01-13 12:25:36.618500" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.203) 0:00:05.165 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.012) 0:00:05.177 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:36 +0000 (0:00:00.009) 0:00:05.186 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:38 +0000 (0:00:02.171) 0:00:07.358 ****** 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.005672", "end": "2024-01-13 12:25:39.034993", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-13 12:25:39.029321" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004731", "end": "2024-01-13 12:25:39.294835", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-13 12:25:39.290104" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004436", "end": "2024-01-13 12:25:39.493491", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-13 12:25:39.489055" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.689) 0:00:08.048 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023433", "end": "2024-01-13 12:25:39.731024", "rc": 0, "start": "2024-01-13 12:25:39.707591" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.227) 0:00:08.275 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.008) 0:00:08.284 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.007) 0:00:08.292 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.008) 0:00:08.301 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.007) 0:00:08.308 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.008) 0:00:08.317 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.015) 0:00:08.333 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:39 +0000 (0:00:00.009) 0:00:08.343 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003864", "end": "2024-01-13 12:25:40.006964", "rc": 0, "start": "2024-01-13 12:25:40.003100" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.207) 0:00:08.550 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.014) 0:00:08.564 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.012) 0:00:08.576 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_present.yml:3 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.022) 0:00:08.599 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.029) 0:00:08.629 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705148739.0334132, "block_size": 4096, "blocks": 0, "ctime": 1705148739.0334132, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32614, "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": 1705148739.0334132, "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_type58ihy5rh/tests/tasks/assert_device_present.yml:5 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.223) 0:00:08.852 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.019) 0:00:08.872 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.021) 0:00:08.893 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.011) 0:00:08.904 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.009) 0:00:08.914 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.023) 0:00:08.938 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.017) 0:00:08.955 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003831", "end": "2024-01-13 12:25:40.627844", "rc": 0, "start": "2024-01-13 12:25:40.624013" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.225) 0:00:09.181 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.013) 0:00:09.194 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:40 +0000 (0:00:00.010) 0:00:09.204 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:42 +0000 (0:00:02.173) 0:00:11.378 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:42 +0000 (0:00:00.014) 0:00:11.393 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:42 +0000 (0:00:00.009) 0:00:11.402 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013838", "end": "2024-01-13 12:25:43.085525", "rc": 0, "start": "2024-01-13 12:25:43.071687" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.236) 0:00:11.638 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.008) 0:00:11.646 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.007) 0:00:11.654 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.008) 0:00:11.662 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.007) 0:00:11.670 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.018) 0:00:11.688 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.016) 0:00:11.705 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003785", "end": "2024-01-13 12:25:43.367251", "rc": 0, "start": "2024-01-13 12:25:43.363466" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.206) 0:00:11.911 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.033) 0:00:11.944 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.010) 0:00:11.955 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.021) 0:00:11.977 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.009) 0:00:11.986 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:5 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.205) 0:00:12.192 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tests_helpers_and_asserts.yml:15 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.011) 0:00:12.203 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.012) 0:00:12.216 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.009) 0:00:12.226 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.009) 0:00:12.235 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-01-13 12:25:43.895028", "rc": 0, "start": "2024-01-13 12:25:43.891296" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.202) 0:00:12.437 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.009) 0:00:12.447 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.012) 0:00:12.460 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.013) 0:00:12.474 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.007) 0:00:12.481 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.007) 0:00:12.489 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.011) 0:00:12.500 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:43 +0000 (0:00:00.009) 0:00:12.510 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003876", "end": "2024-01-13 12:25:44.171872", "rc": 0, "start": "2024-01-13 12:25:44.167996" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:44 +0000 (0:00:00.213) 0:00:12.724 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:44 +0000 (0:00:00.013) 0:00:12.738 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:44 +0000 (0:00:00.018) 0:00:12.756 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:46 +0000 (0:00:02.217) 0:00:14.974 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.015) 0:00:14.989 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.009) 0:00:14.999 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.008) 0:00:15.007 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.008) 0:00:15.015 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.009) 0:00:15.024 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.008) 0:00:15.033 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.010) 0:00:15.043 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.012) 0:00:15.056 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.011) 0:00:15.068 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003856", "end": "2024-01-13 12:25:46.729136", "rc": 0, "start": "2024-01-13 12:25:46.725280" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.217) 0:00:15.285 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.010) 0:00:15.296 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.027) 0:00:15.324 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:3 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.025) 0:00:15.349 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:46 +0000 (0:00:00.062) 0:00:15.412 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:5 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.227) 0:00:15.639 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.032) 0:00:15.671 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.025) 0:00:15.697 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.009) 0:00:15.706 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.011) 0:00:15.718 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.027) 0:00:15.745 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.021) 0:00:15.767 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003753", "end": "2024-01-13 12:25:47.447037", "rc": 0, "start": "2024-01-13 12:25:47.443284" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.254) 0:00:16.021 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.013) 0:00:16.034 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:47 +0000 (0:00:00.014) 0:00:16.048 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:49 +0000 (0:00:02.215) 0:00:18.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_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:49 +0000 (0:00:00.014) 0:00:18.278 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:49 +0000 (0:00:00.008) 0:00:18.286 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:49 +0000 (0:00:00.008) 0:00:18.295 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.037508", "end": "2024-01-13 12:25:49.990345", "rc": 0, "start": "2024-01-13 12:25:49.952837" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.247) 0:00:18.542 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.009) 0:00:18.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 dummy1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.010) 0:00:18.562 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.008) 0:00:18.571 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.024) 0:00:18.596 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.018) 0:00:18.614 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003929", "end": "2024-01-13 12:25:50.289815", "rc": 0, "start": "2024-01-13 12:25:50.285886" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.217) 0:00:18.832 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.010) 0:00:18.842 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.008) 0:00:18.851 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_present.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.016) 0:00:18.867 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.009) 0:00:18.877 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705148749.9881482, "block_size": 4096, "blocks": 0, "ctime": 1705148749.9881482, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32946, "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": 1705148749.9881482, "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_type58ihy5rh/tests/tasks/assert_device_present.yml:5 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.201) 0:00:19.079 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.011) 0:00:19.090 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.020) 0:00:19.111 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.009) 0:00:19.120 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.009) 0:00:19.130 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.011) 0:00:19.141 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.010) 0:00:19.152 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003852", "end": "2024-01-13 12:25:50.832524", "rc": 0, "start": "2024-01-13 12:25:50.828672" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.223) 0:00:19.376 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.010) 0:00:19.386 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 12:25:50 +0000 (0:00:00.010) 0:00:19.396 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 12:25:53 +0000 (0:00:02.169) 0:00:21.566 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.067) 0:00:21.634 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.024) 0:00:21.658 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.030) 0:00:21.688 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.037) 0:00:21.726 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008563", "end": "2024-01-13 12:25:53.401530", "rc": 0, "start": "2024-01-13 12:25:53.392967" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.233) 0:00:21.960 ****** 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_type58ihy5rh/tests/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.008) 0:00:21.968 ****** 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_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.007) 0:00:21.976 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:3 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.026) 0:00:22.003 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.013) 0:00:22.016 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003963", "end": "2024-01-13 12:25:53.698167", "rc": 0, "start": "2024-01-13 12:25:53.694204" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.253) 0:00:22.270 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/show_interfaces.yml:5 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.011) 0:00:22.282 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.023) 0:00:22.305 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:3 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.023) 0:00:22.329 ****** included: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 12:25:53 +0000 (0:00:00.013) 0:00:22.342 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type58ihy5rh/tests/tasks/assert_device_absent.yml:5 Saturday 13 January 2024 12:25:54 +0000 (0:00:00.218) 0:00:22.561 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 13 January 2024 12:25:54 +0000 (0:00:00.052) 0:00:22.613 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.32s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.90s /WORKDIR/git-route_type58ihy5rh/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.69s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:23 ------ Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 ------ Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-route_type58ihy5rh/tests/tasks/el_repo_setup.yml:17 -------------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 ------ Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:45 ------ Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:39 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:50 ------ Get stat for interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_interface_stat.yml:3 ---------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-route_type58ihy5rh/tests/tasks/manage_test_interface.yml:31 ------ Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_type58ihy5rh/tests/tasks/get_current_interfaces.yml:3 ------ Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-route_type58ihy5rh/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. ---^---^---^---^---^---