# 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-cipn08104i/.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-cipn08104i/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-cipn08104i/tests/tests_helpers_and_asserts.yml:3 Saturday 09 December 2023 13:39:40 +0000 (0:00:00.033) 0:00:00.033 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cipn08104i/tests/tests_helpers_and_asserts.yml:6 Saturday 09 December 2023 13:39:41 +0000 (0:00:00.940) 0:00:00.974 ***** included: /WORKDIR/git-weekly-cipn08104i/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-cipn08104i/tests/tasks/el_repo_setup.yml:3 Saturday 09 December 2023 13:39:41 +0000 (0:00:00.015) 0:00:00.989 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/el_repo_setup.yml:17 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.427) 0:00:01.417 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/el_repo_setup.yml:22 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.288) 0:00:01.706 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/el_repo_setup.yml:26 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.014) 0:00:01.720 ***** 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-cipn08104i/tests/tasks/el_repo_setup.yml:51 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.007) 0:00:01.728 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/enable_epel.yml:8 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.020) 0:00:01.749 ***** 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-cipn08104i/tests/tasks/enable_epel.yml:24 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.007) 0:00:01.756 ***** 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-cipn08104i/tests/tasks/enable_epel.yml:30 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.007) 0:00:01.764 ***** 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-cipn08104i/tests/tasks/enable_epel.yml:35 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.007) 0:00:01.771 ***** 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-cipn08104i/tests/tasks/enable_epel.yml:40 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.007) 0:00:01.778 ***** 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-cipn08104i/tests/tests_helpers_and_asserts.yml:9 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.006) 0:00:01.785 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.010) 0:00:01.795 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.009) 0:00:01.805 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:42 +0000 (0:00:00.009) 0:00:01.815 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003670", "end": "2023-12-09 13:39:43.039426", "rc": 0, "start": "2023-12-09 13:39:43.035756" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.291) 0:00:02.106 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.011) 0:00:02.117 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.009) 0:00:02.127 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.013) 0:00:02.140 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.007) 0:00:02.148 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.007) 0:00:02.155 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.010) 0:00:02.166 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.009) 0:00:02.176 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2023-12-09 13:39:43.343225", "rc": 0, "start": "2023-12-09 13:39:43.339436" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.233) 0:00:02.409 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.010) 0:00:02.419 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:39:43 +0000 (0:00:00.008) 0:00:02.428 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:39:45 +0000 (0:00:01.926) 0:00:04.355 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.014) 0:00:04.369 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.008) 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-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.008) 0:00:04.386 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.008) 0:00:04.394 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.007) 0:00:04.402 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.007) 0:00:04.410 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.007) 0:00:04.417 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.013) 0:00:04.431 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.009) 0:00:04.440 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2023-12-09 13:39:45.609168", "rc": 0, "start": "2023-12-09 13:39:45.605379" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.234) 0:00:04.675 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.010) 0:00:04.685 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.008) 0:00:04.694 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.013) 0:00:04.707 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.009) 0:00:04.717 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.232) 0:00:04.950 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.011) 0:00:04.961 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.014) 0:00:04.976 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.007) 0:00:04.983 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.008) 0:00:04.992 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.010) 0:00:05.003 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:45 +0000 (0:00:00.011) 0:00:05.015 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003701", "end": "2023-12-09 13:39:46.185127", "rc": 0, "start": "2023-12-09 13:39:46.181426" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:46 +0000 (0:00:00.237) 0:00:05.252 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:46 +0000 (0:00:00.010) 0:00:05.262 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:39:46 +0000 (0:00:00.009) 0:00:05.272 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:39:48 +0000 (0:00:01.870) 0:00:07.142 ***** 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.008512", "end": "2023-12-09 13:39:48.321833", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-09 13:39:48.313321" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004465", "end": "2023-12-09 13:39:48.612019", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-09 13:39:48.607554" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003988", "end": "2023-12-09 13:39:48.843098", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-09 13:39:48.839110" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:39:48 +0000 (0:00:00.768) 0:00:07.911 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023365", "end": "2023-12-09 13:39:49.107096", "rc": 0, "start": "2023-12-09 13:39:49.083731" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.263) 0:00:08.175 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.016) 0:00:08.192 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.014) 0:00:08.206 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.009) 0:00:08.215 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.010) 0:00:08.226 ***** 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-cipn08104i/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.007) 0:00:08.234 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.015) 0:00:08.250 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.010) 0:00:08.260 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003736", "end": "2023-12-09 13:39:49.431655", "rc": 0, "start": "2023-12-09 13:39:49.427919" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.237) 0:00:08.498 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.009) 0:00:08.508 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.009) 0:00:08.517 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.016) 0:00:08.534 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.010) 0:00:08.544 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129188.3172903, "block_size": 4096, "blocks": 0, "ctime": 1702129188.3172903, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31509, "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": 1702129188.3172903, "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-cipn08104i/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.237) 0:00:08.782 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.011) 0:00:08.793 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.018) 0:00:08.811 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.008) 0:00:08.820 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.007) 0:00:08.827 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.011) 0:00:08.839 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:49 +0000 (0:00:00.009) 0:00:08.848 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003674", "end": "2023-12-09 13:39:50.017734", "rc": 0, "start": "2023-12-09 13:39:50.014060" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:50 +0000 (0:00:00.235) 0:00:09.084 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:50 +0000 (0:00:00.009) 0:00:09.094 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:39:50 +0000 (0:00:00.009) 0:00:09.104 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:39:51 +0000 (0:00:01.934) 0:00:11.039 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.016) 0:00:11.055 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.010) 0:00:11.066 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012813", "end": "2023-12-09 13:39:52.254992", "rc": 0, "start": "2023-12-09 13:39:52.242179" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.274) 0:00:11.340 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.011) 0:00:11.351 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.010) 0:00:11.362 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.011) 0:00:11.373 ***** 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-cipn08104i/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.008) 0:00:11.382 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.019) 0:00:11.401 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.009) 0:00:11.411 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2023-12-09 13:39:52.581543", "rc": 0, "start": "2023-12-09 13:39:52.577826" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.236) 0:00:11.648 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.009) 0:00:11.657 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.009) 0:00:11.667 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.018) 0:00:11.686 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.009) 0:00:11.696 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.232) 0:00:11.928 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tests_helpers_and_asserts.yml:15 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.012) 0:00:11.941 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.012) 0:00:11.954 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.013) 0:00:11.967 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:52 +0000 (0:00:00.011) 0:00:11.978 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003838", "end": "2023-12-09 13:39:53.151833", "rc": 0, "start": "2023-12-09 13:39:53.147995" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.240) 0:00:12.219 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.013) 0:00:12.233 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.009) 0:00:12.243 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.012) 0:00:12.255 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.007) 0:00:12.262 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.007) 0:00:12.270 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.011) 0:00:12.281 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:53 +0000 (0:00:00.009) 0:00:12.290 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004913", "end": "2023-12-09 13:39:54.460964", "rc": 0, "start": "2023-12-09 13:39:53.456051" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:54 +0000 (0:00:01.237) 0:00:13.528 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:54 +0000 (0:00:00.011) 0:00:13.539 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:39:54 +0000 (0:00:00.009) 0:00:13.549 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:39:56 +0000 (0:00:01.841) 0:00:15.391 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.014) 0:00:15.405 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.009) 0:00:15.415 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.008) 0:00:15.424 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.010) 0:00:15.434 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.008) 0:00:15.442 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.008) 0:00:15.451 ***** 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-cipn08104i/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.007) 0:00:15.459 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.014) 0:00:15.473 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:56 +0000 (0:00:00.010) 0:00:15.483 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004817", "end": "2023-12-09 13:39:57.653816", "rc": 0, "start": "2023-12-09 13:39:56.648999" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:57 +0000 (0:00:01.240) 0:00:16.724 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.010) 0:00:16.734 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.009) 0:00:16.744 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.014) 0:00:16.759 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.011) 0:00:16.771 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.232) 0:00:17.004 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.010) 0:00:17.015 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.015) 0:00:17.030 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:39:57 +0000 (0:00:00.009) 0:00:17.040 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.007) 0:00:17.048 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.011) 0:00:17.059 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.009) 0:00:17.069 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003650", "end": "2023-12-09 13:39:58.236107", "rc": 0, "start": "2023-12-09 13:39:58.232457" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.232) 0:00:17.301 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.014) 0:00:17.316 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:39:58 +0000 (0:00:00.010) 0:00:17.326 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:40:00 +0000 (0:00:01.813) 0:00:19.140 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.015) 0:00:19.155 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.009) 0:00:19.165 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.009) 0:00:19.175 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.101942", "end": "2023-12-09 13:40:00.448032", "rc": 0, "start": "2023-12-09 13:40:00.346090" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.355) 0:00:19.530 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.009) 0:00:19.540 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.009) 0:00:19.549 ***** 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-cipn08104i/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.008) 0:00:19.557 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.015) 0:00:19.573 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.009) 0:00:19.582 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003771", "end": "2023-12-09 13:40:00.753570", "rc": 0, "start": "2023-12-09 13:40:00.749799" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.238) 0:00:19.821 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.010) 0:00:19.832 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.010) 0:00:19.842 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.018) 0:00:19.860 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:40:00 +0000 (0:00:00.011) 0:00:19.872 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129200.4457479, "block_size": 4096, "blocks": 0, "ctime": 1702129200.4457479, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31841, "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": 1702129200.4457479, "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-cipn08104i/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.236) 0:00:20.108 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.014) 0:00:20.123 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.019) 0:00:20.142 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.008) 0:00:20.150 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.007) 0:00:20.158 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.011) 0:00:20.170 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.011) 0:00:20.181 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003650", "end": "2023-12-09 13:40:01.354088", "rc": 0, "start": "2023-12-09 13:40:01.350438" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.239) 0:00:20.421 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.011) 0:00:20.432 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:40:01 +0000 (0:00:00.009) 0:00:20.442 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:40:03 +0000 (0:00:01.926) 0:00:22.368 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.015) 0:00:22.384 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.008) 0:00:22.392 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.009) 0:00:22.402 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.008) 0:00:22.411 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009739", "end": "2023-12-09 13:40:03.590145", "rc": 0, "start": "2023-12-09 13:40:03.580406" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.253) 0:00:22.664 ***** 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-cipn08104i/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.009) 0:00:22.673 ***** 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-cipn08104i/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.007) 0:00:22.681 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.019) 0:00:22.701 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.047) 0:00:22.748 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003858", "end": "2023-12-09 13:40:03.921427", "rc": 0, "start": "2023-12-09 13:40:03.917569" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.239) 0:00:22.988 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.010) 0:00:22.998 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.009) 0:00:23.008 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.019) 0:00:23.028 ***** included: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:40:03 +0000 (0:00:00.010) 0:00:23.038 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipn08104i/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:40:04 +0000 (0:00:00.236) 0:00:23.274 ***** 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 09 December 2023 13:40:04 +0000 (0:00:00.015) 0:00:23.290 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.84s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.81s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cipn08104i/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.43s /WORKDIR/git-weekly-cipn08104i/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.36s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cipn08104i/tests/tasks/el_repo_setup.yml:17 --------------- Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:39 ------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:31 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cipn08104i/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipn08104i/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipn08104i/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. ---^---^---^---^---^---