# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciu534iwjs/.collection executable location = /opt/ansible-2.17/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.17/bin/python) jinja version = 3.1.4 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-ciu534iwjs/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-ciu534iwjs/tests/tests_helpers_and_asserts.yml:3 Saturday 03 August 2024 13:02:07 +0000 (0:00:00.027) 0:00:00.027 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tests_helpers_and_asserts.yml:6 Saturday 03 August 2024 13:02:09 +0000 (0:00:02.285) 0:00:02.313 ******* included: /WORKDIR/git-weekly-ciu534iwjs/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-ciu534iwjs/tests/tasks/el_repo_setup.yml:3 Saturday 03 August 2024 13:02:09 +0000 (0:00:00.015) 0:00:02.328 ******* 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-ciu534iwjs/tests/tasks/el_repo_setup.yml:17 Saturday 03 August 2024 13:02:09 +0000 (0:00:00.025) 0:00:02.353 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/el_repo_setup.yml:22 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.291) 0:00:02.645 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/el_repo_setup.yml:26 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.014) 0:00:02.660 ******* 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-ciu534iwjs/tests/tasks/el_repo_setup.yml:51 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.008) 0:00:02.668 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 40] ********************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/enable_epel.yml:8 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.017) 0:00:02.685 ******* 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-ciu534iwjs/tests/tasks/enable_epel.yml:24 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.007) 0:00:02.693 ******* 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-ciu534iwjs/tests/tasks/enable_epel.yml:30 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.007) 0:00:02.701 ******* 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-ciu534iwjs/tests/tasks/enable_epel.yml:35 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:02.710 ******* 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-ciu534iwjs/tests/tasks/enable_epel.yml:40 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.007) 0:00:02.718 ******* 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-ciu534iwjs/tests/tests_helpers_and_asserts.yml:9 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.007) 0:00:02.725 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.011) 0:00:02.737 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.010) 0:00:02.747 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:02.757 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-08-03 13:02:10.633451", "rc": 0, "start": "2024-08-03 13:02:10.629672" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.285) 0:00:03.042 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.010) 0:00:03.052 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:5 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:03.062 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.014) 0:00:03.076 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:03.086 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.007) 0:00:03.094 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.011) 0:00:03.105 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:03.115 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003589", "end": "2024-08-03 13:02:10.930172", "rc": 0, "start": "2024-08-03 13:02:10.926583" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.226) 0:00:03.342 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.011) 0:00:03.353 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:10 +0000 (0:00:00.009) 0:00:03.363 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:12 +0000 (0:00:01.514) 0:00:04.877 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.014) 0:00:04.892 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.008) 0:00:04.900 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.008) 0:00:04.909 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.007) 0:00:04.917 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.008) 0:00:04.925 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.007) 0:00:04.933 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:9 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.007) 0:00:04.941 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.013) 0:00:04.955 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.010) 0:00:04.965 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2024-08-03 13:02:12.782522", "rc": 0, "start": "2024-08-03 13:02:12.778853" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.225) 0:00:05.191 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.010) 0:00:05.201 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:11 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.009) 0:00:05.211 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.013) 0:00:05.225 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:12 +0000 (0:00:00.010) 0:00:05.235 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.220) 0:00:05.456 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:14 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.010) 0:00:05.467 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.015) 0:00:05.482 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.009) 0:00:05.492 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.008) 0:00:05.500 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.013) 0:00:05.514 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.010) 0:00:05.524 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003694", "end": "2024-08-03 13:02:13.341004", "rc": 0, "start": "2024-08-03 13:02:13.337310" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.225) 0:00:05.749 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.010) 0:00:05.760 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:13 +0000 (0:00:00.010) 0:00:05.771 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:14 +0000 (0:00:01.448) 0:00:07.219 ******* 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.007599", "end": "2024-08-03 13:02:15.043542", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-08-03 13:02:15.035943" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004142", "end": "2024-08-03 13:02:15.334438", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-08-03 13:02:15.330296" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004107", "end": "2024-08-03 13:02:15.550839", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-08-03 13:02:15.546732" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.740) 0:00:07.960 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023748", "end": "2024-08-03 13:02:15.795782", "rc": 0, "start": "2024-08-03 13:02:15.772034" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.245) 0:00:08.205 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.009) 0:00:08.215 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.008) 0:00:08.223 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.008) 0:00:08.232 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.008) 0:00:08.240 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:18 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.008) 0:00:08.248 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.016) 0:00:08.265 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:15 +0000 (0:00:00.009) 0:00:08.275 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003406", "end": "2024-08-03 13:02:16.088799", "rc": 0, "start": "2024-08-03 13:02:16.085393" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.221) 0:00:08.496 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.014) 0:00:08.510 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:20 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.010) 0:00:08.521 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_present.yml:3 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.026) 0:00:08.548 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.011) 0:00:08.559 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722690135.0398076, "block_size": 4096, "blocks": 0, "ctime": 1722690135.0398076, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37515, "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": 1722690135.0398076, "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-ciu534iwjs/tests/tasks/assert_device_present.yml:5 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.223) 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:23 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.013) 0:00:08.796 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.023) 0:00:08.819 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.010) 0:00:08.829 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.015) 0:00:08.845 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.011) 0:00:08.857 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.020) 0:00:08.877 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003552", "end": "2024-08-03 13:02:16.695662", "rc": 0, "start": "2024-08-03 13:02:16.692110" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.226) 0:00:09.104 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.011) 0:00:09.115 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:16 +0000 (0:00:00.009) 0:00:09.124 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:18 +0000 (0:00:01.450) 0:00:10.575 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.015) 0:00:10.591 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.009) 0:00:10.600 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010739", "end": "2024-08-03 13:02:18.423015", "rc": 0, "start": "2024-08-03 13:02:18.412276" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.246) 0:00:10.847 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.009) 0:00:10.857 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.009) 0:00:10.866 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.009) 0:00:10.876 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:27 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.008) 0:00:10.884 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.019) 0:00:10.904 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.009) 0:00:10.913 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003495", "end": "2024-08-03 13:02:18.727422", "rc": 0, "start": "2024-08-03 13:02:18.723927" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.235) 0:00:11.149 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.018) 0:00:11.167 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:29 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.012) 0:00:11.180 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.024) 0:00:11.205 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:18 +0000 (0:00:00.011) 0:00:11.216 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.220) 0:00:11.436 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tests_helpers_and_asserts.yml:15 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.011) 0:00:11.448 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.013) 0:00:11.462 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.010) 0:00:11.472 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.009) 0:00:11.482 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003549", "end": "2024-08-03 13:02:19.297214", "rc": 0, "start": "2024-08-03 13:02:19.293665" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.222) 0:00:11.705 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.010) 0:00:11.715 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:5 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.009) 0:00:11.725 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.013) 0:00:11.739 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.008) 0:00:11.747 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.008) 0:00:11.755 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.011) 0:00:11.767 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.010) 0:00:11.778 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003524", "end": "2024-08-03 13:02:19.591434", "rc": 0, "start": "2024-08-03 13:02:19.587910" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.221) 0:00:11.999 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.010) 0:00:12.010 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:19 +0000 (0:00:00.010) 0:00:12.020 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:21 +0000 (0:00:01.449) 0:00:13.469 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.015) 0:00:13.484 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.008) 0:00:13.493 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.008) 0:00:13.501 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.008) 0:00:13.509 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.008) 0:00:13.518 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:13.527 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:9 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.007) 0:00:13.535 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.016) 0:00:13.551 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:13.561 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003468", "end": "2024-08-03 13:02:21.375430", "rc": 0, "start": "2024-08-03 13:02:21.371962" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.222) 0:00:13.783 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.011) 0:00:13.794 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:11 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:13.804 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.013) 0:00:13.818 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.010) 0:00:13.828 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.217) 0:00:14.046 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:14 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.010) 0:00:14.057 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.016) 0:00:14.073 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:14.082 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:14.092 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.015) 0:00:14.107 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.010) 0:00:14.118 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-08-03 13:02:21.933859", "rc": 0, "start": "2024-08-03 13:02:21.930240" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.223) 0:00:14.342 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.010) 0:00:14.352 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:21 +0000 (0:00:00.009) 0:00:14.362 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:23 +0000 (0:00:01.440) 0:00:15.802 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.016) 0:00:15.818 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.009) 0:00:15.828 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.009) 0:00:15.838 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.092303", "end": "2024-08-03 13:02:23.745769", "rc": 0, "start": "2024-08-03 13:02:23.653466" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.330) 0:00:16.169 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.011) 0:00:16.180 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.011) 0:00:16.191 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:18 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.019) 0:00:16.211 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.020) 0:00:16.232 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:23 +0000 (0:00:00.014) 0:00:16.246 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-08-03 13:02:24.061573", "rc": 0, "start": "2024-08-03 13:02:24.058000" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.240) 0:00:16.486 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.010) 0:00:16.496 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:20 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.010) 0:00:16.506 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_present.yml:3 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.016) 0:00:16.523 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.010) 0:00:16.533 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722690143.74433, "block_size": 4096, "blocks": 0, "ctime": 1722690143.74433, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37756, "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": 1722690143.74433, "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-ciu534iwjs/tests/tasks/assert_device_present.yml:5 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.218) 0:00:16.751 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:23 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.011) 0:00:16.763 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:3 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.019) 0:00:16.782 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:8 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.009) 0:00:16.792 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:13 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.007) 0:00:16.799 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.011) 0:00:16.811 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.011) 0:00:16.822 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003706", "end": "2024-08-03 13:02:24.637040", "rc": 0, "start": "2024-08-03 13:02:24.633334" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.222) 0:00:17.045 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.010) 0:00:17.056 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 Saturday 03 August 2024 13:02:24 +0000 (0:00:00.010) 0:00:17.066 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 Saturday 03 August 2024 13:02:26 +0000 (0:00:01.458) 0:00:18.524 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.016) 0:00:18.540 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.009) 0:00:18.549 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.008) 0:00:18.558 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.009) 0:00:18.568 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010294", "end": "2024-08-03 13:02:26.390177", "rc": 0, "start": "2024-08-03 13:02:26.379883" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:60 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.230) 0:00:18.798 ******* 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-ciu534iwjs/tests/tasks/manage_test_interface.yml:65 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.009) 0:00:18.808 ******* 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-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:27 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.008) 0:00:18.816 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.019) 0:00:18.836 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.009) 0:00:18.846 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003475", "end": "2024-08-03 13:02:26.660808", "rc": 0, "start": "2024-08-03 13:02:26.657333" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.222) 0:00:19.069 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.012) 0:00:19.081 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/create_and_remove_interface.yml:29 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.009) 0:00:19.091 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.020) 0:00:19.111 ******* included: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.010) 0:00:19.121 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:02:26 +0000 (0:00:00.220) 0:00:19.342 ******* 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 03 August 2024 13:02:26 +0000 (0:00:00.015) 0:00:19.357 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 2.29s /WORKDIR/git-weekly-ciu534iwjs/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 1.51s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.46s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.44s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.74s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:27 ------- Create dummy interface dummy1298 ---------------------------------------- 0.33s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:49 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:43 ------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciu534iwjs/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciu534iwjs/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. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---