# 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-cisu24eppp/.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-cisu24eppp/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-cisu24eppp/tests/tests_helpers_and_asserts.yml:3 Saturday 23 March 2024 13:50:49 +0000 (0:00:00.057) 0:00:00.057 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cisu24eppp/tests/tests_helpers_and_asserts.yml:6 Saturday 23 March 2024 13:50:50 +0000 (0:00:01.218) 0:00:01.276 ******** included: /WORKDIR/git-weekly-cisu24eppp/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-cisu24eppp/tests/tasks/el_repo_setup.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.049) 0:00:01.325 ******** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/el_repo_setup.yml:17 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.020) 0:00:01.346 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/el_repo_setup.yml:22 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.288) 0:00:01.634 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/el_repo_setup.yml:26 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.016) 0:00:01.650 ******** 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-cisu24eppp/tests/tasks/el_repo_setup.yml:51 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.012) 0:00:01.663 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/enable_epel.yml:8 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.025) 0:00:01.688 ******** 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-cisu24eppp/tests/tasks/enable_epel.yml:24 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.008) 0:00:01.696 ******** 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-cisu24eppp/tests/tasks/enable_epel.yml:30 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.009) 0:00:01.706 ******** 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-cisu24eppp/tests/tasks/enable_epel.yml:35 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.007) 0:00:01.714 ******** 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-cisu24eppp/tests/tasks/enable_epel.yml:40 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.012) 0:00:01.726 ******** 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-cisu24eppp/tests/tests_helpers_and_asserts.yml:9 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.013) 0:00:01.739 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.012) 0:00:01.752 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.011) 0:00:01.763 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.016) 0:00:01.779 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004074", "end": "2024-03-23 13:50:51.737038", "rc": 0, "start": "2024-03-23 13:50:51.732964" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.282) 0:00:02.061 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.013) 0:00:02.075 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.022) 0:00:02.098 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.021) 0:00:02.120 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.014) 0:00:02.134 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.019) 0:00:02.154 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.016) 0:00:02.171 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:51 +0000 (0:00:00.012) 0:00:02.183 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004071", "end": "2024-03-23 13:50:52.089739", "rc": 0, "start": "2024-03-23 13:50:52.085668" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:50:52 +0000 (0:00:00.226) 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-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:50:52 +0000 (0:00:00.014) 0:00:02.424 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:50:52 +0000 (0:00:00.014) 0:00:02.438 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:50:54 +0000 (0:00:02.625) 0:00:05.064 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.015) 0:00:05.080 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.011) 0:00:05.091 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.008) 0:00:05.099 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.008) 0:00:05.107 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.007) 0:00:05.115 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.007) 0:00:05.122 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.007) 0:00:05.130 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.013) 0:00:05.143 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:54 +0000 (0:00:00.008) 0:00:05.152 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004085", "end": "2024-03-23 13:50:55.049607", "rc": 0, "start": "2024-03-23 13:50:55.045522" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.214) 0:00:05.366 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.010) 0:00:05.377 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.008) 0:00:05.386 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.016) 0:00:05.402 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.010) 0:00:05.412 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.218) 0:00:05.631 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.011) 0:00:05.642 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.015) 0:00:05.658 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.011) 0:00:05.670 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.007) 0:00:05.678 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.011) 0:00:05.689 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.010) 0:00:05.699 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004053", "end": "2024-03-23 13:50:55.595501", "rc": 0, "start": "2024-03-23 13:50:55.591448" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.212) 0:00:05.912 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.010) 0:00:05.922 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:50:55 +0000 (0:00:00.008) 0:00:05.931 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:50:58 +0000 (0:00:02.378) 0:00:08.310 ******** 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.006063", "end": "2024-03-23 13:50:58.220163", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-23 13:50:58.214100" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004236", "end": "2024-03-23 13:50:58.497217", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-23 13:50:58.492981" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005257", "end": "2024-03-23 13:50:58.718916", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-23 13:50:58.713659" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:50:58 +0000 (0:00:00.729) 0:00:09.039 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024027", "end": "2024-03-23 13:50:58.960181", "rc": 0, "start": "2024-03-23 13:50:58.936154" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:50:58 +0000 (0:00:00.249) 0:00:09.288 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.014) 0:00:09.303 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.021) 0:00:09.325 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.010) 0:00:09.336 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.026) 0:00:09.362 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.026) 0:00:09.388 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.057) 0:00:09.446 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.018) 0:00:09.465 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004023", "end": "2024-03-23 13:50:59.363989", "rc": 0, "start": "2024-03-23 13:50:59.359966" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.220) 0:00:09.685 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.012) 0:00:09.698 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.011) 0:00:09.709 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_present.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.033) 0:00:09.743 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.023) 0:00:09.766 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711201858.2184858, "block_size": 4096, "blocks": 0, "ctime": 1711201858.2184858, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32448, "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": 1711201858.2184858, "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-cisu24eppp/tests/tasks/assert_device_present.yml:5 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.248) 0:00:10.015 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.011) 0:00:10.026 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.019) 0:00:10.045 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.012) 0:00:10.058 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.008) 0:00:10.067 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.012) 0:00:10.079 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:50:59 +0000 (0:00:00.012) 0:00:10.092 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003859", "end": "2024-03-23 13:50:59.989275", "rc": 0, "start": "2024-03-23 13:50:59.985416" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:00 +0000 (0:00:00.229) 0:00:10.321 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:00 +0000 (0:00:00.018) 0:00:10.340 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:51:00 +0000 (0:00:00.011) 0:00:10.351 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:51:02 +0000 (0:00:02.390) 0:00:12.742 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.031) 0:00:12.774 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.019) 0:00:12.793 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009651", "end": "2024-03-23 13:51:02.710520", "rc": 0, "start": "2024-03-23 13:51:02.700869" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.248) 0:00:13.042 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.008) 0:00:13.050 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.008) 0:00:13.058 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.009) 0:00:13.068 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.007) 0:00:13.075 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.019) 0:00:13.095 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:02 +0000 (0:00:00.010) 0:00:13.105 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004031", "end": "2024-03-23 13:51:03.014410", "rc": 0, "start": "2024-03-23 13:51:03.010379" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.225) 0:00:13.331 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.009) 0:00:13.341 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.008) 0:00:13.349 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.018) 0:00:13.368 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.009) 0:00:13.378 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.217) 0:00:13.596 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tests_helpers_and_asserts.yml:15 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.010) 0:00:13.606 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.013) 0:00:13.619 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.010) 0:00:13.629 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.011) 0:00:13.640 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004219", "end": "2024-03-23 13:51:03.553435", "rc": 0, "start": "2024-03-23 13:51:03.549216" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.233) 0:00:13.874 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.016) 0:00:13.890 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.027) 0:00:13.917 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.014) 0:00:13.931 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.017) 0:00:13.949 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.013) 0:00:13.963 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.017) 0:00:13.981 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.014) 0:00:13.996 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004071", "end": "2024-03-23 13:51:03.934674", "rc": 0, "start": "2024-03-23 13:51:03.930603" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.273) 0:00:14.269 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.012) 0:00:14.281 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:51:03 +0000 (0:00:00.011) 0:00:14.293 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:51:06 +0000 (0:00:02.380) 0:00:16.674 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.014) 0:00:16.688 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.008) 0:00:16.697 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.008) 0:00:16.705 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.010) 0:00:16.716 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.008) 0:00:16.724 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.008) 0:00:16.732 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.007) 0:00:16.739 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.013) 0:00:16.753 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.009) 0:00:16.762 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003971", "end": "2024-03-23 13:51:06.661138", "rc": 0, "start": "2024-03-23 13:51:06.657167" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.216) 0:00:16.978 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.011) 0:00:16.990 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.011) 0:00:17.001 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.014) 0:00:17.016 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.011) 0:00:17.027 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.210) 0:00:17.238 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.011) 0:00:17.249 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.015) 0:00:17.265 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.007) 0:00:17.273 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:51:06 +0000 (0:00:00.015) 0:00:17.288 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:07 +0000 (0:00:00.011) 0:00:17.300 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:07 +0000 (0:00:00.013) 0:00:17.313 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004058", "end": "2024-03-23 13:51:07.214260", "rc": 0, "start": "2024-03-23 13:51:07.210202" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:07 +0000 (0:00:00.236) 0:00:17.550 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:07 +0000 (0:00:00.014) 0:00:17.564 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:51:07 +0000 (0:00:00.022) 0:00:17.587 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:51:09 +0000 (0:00:02.347) 0:00:19.935 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:51:09 +0000 (0:00:00.014) 0:00:19.949 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:51:09 +0000 (0:00:00.015) 0:00:19.964 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:51:09 +0000 (0:00:00.009) 0:00:19.974 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.070691", "end": "2024-03-23 13:51:09.941599", "rc": 0, "start": "2024-03-23 13:51:09.870908" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:51:09 +0000 (0:00:00.300) 0:00:20.275 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:51:09 +0000 (0:00:00.012) 0:00:20.287 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.009) 0:00:20.297 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.016) 0:00:20.313 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.016) 0:00:20.330 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.011) 0:00:20.341 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003943", "end": "2024-03-23 13:51:10.241752", "rc": 0, "start": "2024-03-23 13:51:10.237809" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.238) 0:00:20.580 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.023) 0:00:20.603 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.011) 0:00:20.614 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_present.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.036) 0:00:20.650 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.057) 0:00:20.708 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711201869.9398224, "block_size": 4096, "blocks": 0, "ctime": 1711201869.9398224, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32780, "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": 1711201869.9398224, "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-cisu24eppp/tests/tasks/assert_device_present.yml:5 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.221) 0:00:20.929 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.011) 0:00:20.941 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.018) 0:00:20.959 ******** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.009) 0:00:20.968 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.007) 0:00:20.976 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.011) 0:00:20.988 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.011) 0:00:20.999 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004113", "end": "2024-03-23 13:51:10.897969", "rc": 0, "start": "2024-03-23 13:51:10.893856" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.215) 0:00:21.215 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.010) 0:00:21.225 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 13:51:10 +0000 (0:00:00.008) 0:00:21.233 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 13:51:13 +0000 (0:00:02.359) 0:00:23.593 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.035) 0:00:23.628 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.031) 0:00:23.659 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.014) 0:00:23.674 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.056) 0:00:23.730 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.018212", "end": "2024-03-23 13:51:13.646692", "rc": 0, "start": "2024-03-23 13:51:13.628480" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.239) 0:00:23.970 ******** 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-cisu24eppp/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.014) 0:00:23.985 ******** 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-cisu24eppp/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.009) 0:00:23.994 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.159) 0:00:24.154 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 13:51:13 +0000 (0:00:00.019) 0:00:24.173 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004108", "end": "2024-03-23 13:51:14.113132", "rc": 0, "start": "2024-03-23 13:51:14.109024" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.268) 0:00:24.442 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.077) 0:00:24.519 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.024) 0:00:24.543 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.062) 0:00:24.606 ******** included: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.029) 0:00:24.635 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cisu24eppp/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.292) 0:00:24.927 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 23 March 2024 13:51:14 +0000 (0:00:00.030) 0:00:24.958 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.39s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.38s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.38s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.36s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.35s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.22s /WORKDIR/git-weekly-cisu24eppp/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.73s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:27 ------- Create dummy interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:49 ------- Get stat for interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 ----------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:43 ------- Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_interface_stat.yml:3 ----------- Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cisu24eppp/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cisu24eppp/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. ---^---^---^---^---^---