# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cid81e0rp9/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml:3 Saturday 06 July 2024 16:50:13 +0000 (0:00:00.033) 0:00:00.033 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml:6 Saturday 06 July 2024 16:50:16 +0000 (0:00:02.280) 0:00:02.313 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:3 Saturday 06 July 2024 16:50:16 +0000 (0:00:00.011) 0:00:02.325 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:17 Saturday 06 July 2024 16:50:18 +0000 (0:00:01.853) 0:00:04.178 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:22 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.288) 0:00:04.467 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:26 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.013) 0:00:04.481 ********* 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-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:51 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.488 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 40] ********************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/enable_epel.yml:8 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.020) 0:00:04.509 ********* 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-weekly-cid81e0rp9/tests/tasks/enable_epel.yml:24 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.517 ********* 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-weekly-cid81e0rp9/tests/tasks/enable_epel.yml:30 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.524 ********* 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-weekly-cid81e0rp9/tests/tasks/enable_epel.yml:35 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.006) 0:00:04.531 ********* 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-weekly-cid81e0rp9/tests/tasks/enable_epel.yml:40 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.538 ********* 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-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml:9 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.006) 0:00:04.545 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.010) 0:00:04.555 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.009) 0:00:04.565 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.008) 0:00:04.573 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003825", "end": "2024-07-06 16:50:18.704062", "rc": 0, "start": "2024-07-06 16:50:18.700237" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.291) 0:00:04.865 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.010) 0:00:04.875 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.009) 0:00:04.885 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.014) 0:00:04.899 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.907 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.007) 0:00:04.914 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.010) 0:00:04.925 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:18 +0000 (0:00:00.008) 0:00:04.934 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003794", "end": "2024-07-06 16:50:19.005249", "rc": 0, "start": "2024-07-06 16:50:19.001455" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:19 +0000 (0:00:00.232) 0:00:05.167 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:19 +0000 (0:00:00.009) 0:00:05.176 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:19 +0000 (0:00:00.008) 0:00:05.184 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:20 +0000 (0:00:01.608) 0:00:06.793 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.013) 0:00:06.806 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.007) 0:00:06.814 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.007) 0:00:06.822 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.007) 0:00:06.829 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.008) 0:00:06.838 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.008) 0:00:06.846 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.007) 0:00:06.854 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.012) 0:00:06.866 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.008) 0:00:06.875 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003819", "end": "2024-07-06 16:50:20.948106", "rc": 0, "start": "2024-07-06 16:50:20.944287" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.234) 0:00:07.110 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.009) 0:00:07.119 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 16:50:20 +0000 (0:00:00.009) 0:00:07.129 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.013) 0:00:07.143 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.009) 0:00:07.152 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.230) 0:00:07.383 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.011) 0:00:07.394 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.014) 0:00:07.408 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.007) 0:00:07.416 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.007) 0:00:07.423 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.010) 0:00:07.433 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.008) 0:00:07.442 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003726", "end": "2024-07-06 16:50:21.516113", "rc": 0, "start": "2024-07-06 16:50:21.512387" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.234) 0:00:07.677 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.009) 0:00:07.687 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:21 +0000 (0:00:00.008) 0:00:07.695 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:23 +0000 (0:00:01.531) 0:00:09.226 ********* 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.005791", "end": "2024-07-06 16:50:23.305073", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-06 16:50:23.299282" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004554", "end": "2024-07-06 16:50:23.621686", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-06 16:50:23.617132" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004361", "end": "2024-07-06 16:50:23.852429", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-06 16:50:23.848068" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:23 +0000 (0:00:00.788) 0:00:10.015 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024444", "end": "2024-07-06 16:50:24.112204", "rc": 0, "start": "2024-07-06 16:50:24.087760" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.261) 0:00:10.276 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.008) 0:00:10.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-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.009) 0:00:10.293 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.009) 0:00:10.302 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.007) 0:00:10.310 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.007) 0:00:10.317 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.015) 0:00:10.332 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.008) 0:00:10.341 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003691", "end": "2024-07-06 16:50:24.416612", "rc": 0, "start": "2024-07-06 16:50:24.412921" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.237) 0:00:10.578 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.009) 0:00:10.588 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.008) 0:00:10.596 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.015) 0:00:10.612 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.010) 0:00:10.622 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720284623.3035822, "block_size": 4096, "blocks": 0, "ctime": 1720284623.3035822, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38180, "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": 1720284623.3035822, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.233) 0:00:10.856 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.009) 0:00:10.866 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.017) 0:00:10.884 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.009) 0:00:10.893 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.007) 0:00:10.900 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.010) 0:00:10.911 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:24 +0000 (0:00:00.008) 0:00:10.920 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003727", "end": "2024-07-06 16:50:24.993590", "rc": 0, "start": "2024-07-06 16:50:24.989863" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:25 +0000 (0:00:00.235) 0:00:11.155 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:25 +0000 (0:00:00.009) 0:00:11.165 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:25 +0000 (0:00:00.008) 0:00:11.173 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:26 +0000 (0:00:01.545) 0:00:12.719 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.018) 0:00:12.738 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.008) 0:00:12.746 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007247", "end": "2024-07-06 16:50:26.830339", "rc": 0, "start": "2024-07-06 16:50:26.823092" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.261) 0:00:13.008 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.009) 0:00:13.017 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.008) 0:00:13.025 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.009) 0:00:13.034 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.007) 0:00:13.042 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.018) 0:00:13.060 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:26 +0000 (0:00:00.008) 0:00:13.069 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003810", "end": "2024-07-06 16:50:27.142796", "rc": 0, "start": "2024-07-06 16:50:27.138986" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.235) 0:00:13.304 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.314 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.324 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.018) 0:00:13.342 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.351 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.230) 0:00:13.582 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml:15 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.011) 0:00:13.593 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.013) 0:00:13.606 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.010) 0:00:13.617 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.626 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003637", "end": "2024-07-06 16:50:27.700594", "rc": 0, "start": "2024-07-06 16:50:27.696957" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.235) 0:00:13.862 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.010) 0:00:13.872 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.882 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.011) 0:00:13.894 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.007) 0:00:13.901 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.008) 0:00:13.909 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.010) 0:00:13.919 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:27 +0000 (0:00:00.009) 0:00:13.929 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003788", "end": "2024-07-06 16:50:28.002148", "rc": 0, "start": "2024-07-06 16:50:27.998360" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:28 +0000 (0:00:00.234) 0:00:14.163 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:28 +0000 (0:00:00.011) 0:00:14.174 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:28 +0000 (0:00:00.009) 0:00:14.184 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:29 +0000 (0:00:01.534) 0:00:15.718 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.014) 0:00:15.732 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.008) 0:00:15.741 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.009) 0:00:15.750 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.008) 0:00:15.758 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.010) 0:00:15.768 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.008) 0:00:15.777 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.007) 0:00:15.784 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.012) 0:00:15.797 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.011) 0:00:15.808 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003725", "end": "2024-07-06 16:50:29.884407", "rc": 0, "start": "2024-07-06 16:50:29.880682" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.238) 0:00:16.047 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.012) 0:00:16.059 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.012) 0:00:16.072 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.015) 0:00:16.087 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:29 +0000 (0:00:00.010) 0:00:16.098 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.236) 0:00:16.335 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.011) 0:00:16.346 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.014) 0:00:16.361 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.007) 0:00:16.368 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.007) 0:00:16.375 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.010) 0:00:16.386 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.008) 0:00:16.395 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003652", "end": "2024-07-06 16:50:30.467289", "rc": 0, "start": "2024-07-06 16:50:30.463637" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.235) 0:00:16.630 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.012) 0:00:16.642 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:30 +0000 (0:00:00.009) 0:00:16.652 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:32 +0000 (0:00:01.531) 0:00:18.184 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.014) 0:00:18.198 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.009) 0:00:18.208 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.008) 0:00:18.216 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005580", "end": "2024-07-06 16:50:32.294763", "rc": 0, "start": "2024-07-06 16:50:32.289183" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.257) 0:00:18.474 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:18.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-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.009) 0:00:18.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-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.018) 0:00:18.512 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.019) 0:00:18.531 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.015) 0:00:18.546 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003791", "end": "2024-07-06 16:50:32.622020", "rc": 0, "start": "2024-07-06 16:50:32.618229" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.238) 0:00:18.785 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:18.795 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:18.805 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.016) 0:00:18.821 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:18.832 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720284632.2929254, "block_size": 4096, "blocks": 0, "ctime": 1720284632.2929254, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38383, "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": 1720284632.2929254, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.231) 0:00:19.063 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:19.074 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.018) 0:00:19.092 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.008) 0:00:19.101 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.007) 0:00:19.108 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.010) 0:00:19.119 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:32 +0000 (0:00:00.012) 0:00:19.132 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003760", "end": "2024-07-06 16:50:33.208030", "rc": 0, "start": "2024-07-06 16:50:33.204270" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:33 +0000 (0:00:00.238) 0:00:19.370 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:33 +0000 (0:00:00.009) 0:00:19.380 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 16:50:33 +0000 (0:00:00.009) 0:00:19.390 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 16:50:34 +0000 (0:00:01.547) 0:00:20.937 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 16:50:34 +0000 (0:00:00.014) 0:00:20.951 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 16:50:34 +0000 (0:00:00.007) 0:00:20.959 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 16:50:34 +0000 (0:00:00.008) 0:00:20.967 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 16:50:34 +0000 (0:00:00.009) 0:00:20.976 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007909", "end": "2024-07-06 16:50:35.058006", "rc": 0, "start": "2024-07-06 16:50:35.050097" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.244) 0:00:21.221 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.009) 0:00:21.231 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.008) 0:00:21.239 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.019) 0:00:21.258 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.009) 0:00:21.267 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003803", "end": "2024-07-06 16:50:35.344864", "rc": 0, "start": "2024-07-06 16:50:35.341061" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.240) 0:00:21.508 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.009) 0:00:21.518 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.009) 0:00:21.528 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.020) 0:00:21.548 ********* included: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.029) 0:00:21.577 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.240) 0:00:21.818 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 06 July 2024 16:50:35 +0000 (0:00:00.017) 0:00:21.835 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 2.28s /WORKDIR/git-weekly-cid81e0rp9/tests/tests_helpers_and_asserts.yml:3 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 1.85s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:3 ---------------- Install iproute --------------------------------------------------------- 1.61s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.55s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.55s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.53s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.53s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.53s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.79s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:27 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/el_repo_setup.yml:17 --------------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:43 ------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/manage_test_interface.yml:54 ------- Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cid81e0rp9/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. ---^---^---^---^---^---