# 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-ciespgtcvr/.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-ciespgtcvr/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-ciespgtcvr/tests/tests_helpers_and_asserts.yml:3 Saturday 25 May 2024 14:30:51 +0000 (0:00:00.038) 0:00:00.038 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tests_helpers_and_asserts.yml:6 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.851) 0:00:00.890 ********** included: /WORKDIR/git-weekly-ciespgtcvr/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-ciespgtcvr/tests/tasks/el_repo_setup.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.012) 0:00:00.902 ********** 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-ciespgtcvr/tests/tasks/el_repo_setup.yml:17 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.016) 0:00:00.918 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/el_repo_setup.yml:22 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.239) 0:00:01.157 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/el_repo_setup.yml:26 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.013) 0:00:01.171 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/el_repo_setup.yml:51 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.178 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml:8 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.020) 0:00:01.199 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml:24 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.207 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml:30 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.215 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml:35 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.008) 0:00:01.223 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/enable_epel.yml:40 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.008) 0:00:01.231 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tests_helpers_and_asserts.yml:9 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.239 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.011) 0:00:01.251 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.010) 0:00:01.261 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.009) 0:00:01.270 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003550", "end": "2024-05-25 14:30:52.736188", "rc": 0, "start": "2024-05-25 14:30:52.732638" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.245) 0:00:01.516 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.010) 0:00:01.526 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.009) 0:00:01.536 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.014) 0:00:01.550 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.558 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.007) 0:00:01.566 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.011) 0:00:01.577 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:52 +0000 (0:00:00.009) 0:00:01.587 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003560", "end": "2024-05-25 14:30:52.993952", "rc": 0, "start": "2024-05-25 14:30:52.990392" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.187) 0:00:01.774 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.010) 0:00:01.784 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.009) 0:00:01.794 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.929) 0:00:02.724 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.013) 0:00:02.737 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.007) 0:00:02.745 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.008) 0:00:02.753 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:30:53 +0000 (0:00:00.007) 0:00:02.761 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.007) 0:00:02.769 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.009) 0:00:02.778 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.008) 0:00:02.786 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.012) 0:00:02.799 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.008) 0:00:02.808 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003533", "end": "2024-05-25 14:30:54.215182", "rc": 0, "start": "2024-05-25 14:30:54.211649" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.189) 0:00:02.998 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.008 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.009) 0:00:03.017 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.014) 0:00:03.032 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.043 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.183) 0:00:03.227 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.238 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.015) 0:00:03.253 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.263 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.011) 0:00:03.275 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.011) 0:00:03.286 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.296 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003472", "end": "2024-05-25 14:30:54.705060", "rc": 0, "start": "2024-05-25 14:30:54.701588" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.188) 0:00:03.485 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.010) 0:00:03.495 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:54 +0000 (0:00:00.009) 0:00:03.505 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:30:55 +0000 (0:00:00.816) 0:00:04.322 ********** 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.010890", "end": "2024-05-25 14:30:55.741932", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-25 14:30:55.731042" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003826", "end": "2024-05-25 14:30:55.957419", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-25 14:30:55.953593" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003886", "end": "2024-05-25 14:30:56.137943", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-25 14:30:56.134057" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.597) 0:00:04.919 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022667", "end": "2024-05-25 14:30:56.347648", "rc": 0, "start": "2024-05-25 14:30:56.324981" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.209) 0:00:05.129 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.009) 0:00:05.138 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.007) 0:00:05.146 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.007) 0:00:05.154 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.008) 0:00:05.162 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.007) 0:00:05.170 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.016) 0:00:05.186 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.009) 0:00:05.195 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003408", "end": "2024-05-25 14:30:56.602181", "rc": 0, "start": "2024-05-25 14:30:56.598773" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.187) 0:00:05.383 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.010) 0:00:05.393 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.010) 0:00:05.403 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.017) 0:00:05.421 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.010) 0:00:05.431 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647455.7350814, "block_size": 4096, "blocks": 0, "ctime": 1716647455.7350814, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25969, "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": 1716647455.7350814, "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-ciespgtcvr/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.182) 0:00:05.614 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.011) 0:00:05.625 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.018) 0:00:05.644 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.008) 0:00:05.652 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.007) 0:00:05.659 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.011) 0:00:05.671 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:56 +0000 (0:00:00.009) 0:00:05.681 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003462", "end": "2024-05-25 14:30:57.088291", "rc": 0, "start": "2024-05-25 14:30:57.084829" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.187) 0:00:05.868 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.009) 0:00:05.878 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.008) 0:00:05.887 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.806) 0:00:06.694 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.019) 0:00:06.713 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:30:57 +0000 (0:00:00.009) 0:00:06.723 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011019", "end": "2024-05-25 14:30:58.139189", "rc": 0, "start": "2024-05-25 14:30:58.128170" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.199) 0:00:06.923 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:06.932 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:06.942 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.012) 0:00:06.954 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.010) 0:00:06.965 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.019) 0:00:06.984 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:06.994 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003692", "end": "2024-05-25 14:30:58.399779", "rc": 0, "start": "2024-05-25 14:30:58.396087" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.186) 0:00:07.180 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.010) 0:00:07.190 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.010) 0:00:07.201 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.019) 0:00:07.221 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.011) 0:00:07.232 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.183) 0:00:07.416 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tests_helpers_and_asserts.yml:15 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.011) 0:00:07.427 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.014) 0:00:07.441 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.012) 0:00:07.453 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.011) 0:00:07.464 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003262", "end": "2024-05-25 14:30:58.872113", "rc": 0, "start": "2024-05-25 14:30:58.868851" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.187) 0:00:07.652 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:07.662 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:07.671 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.011) 0:00:07.683 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.007) 0:00:07.691 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.007) 0:00:07.698 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.010) 0:00:07.709 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:30:58 +0000 (0:00:00.009) 0:00:07.718 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003470", "end": "2024-05-25 14:30:59.125448", "rc": 0, "start": "2024-05-25 14:30:59.121978" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.188) 0:00:07.906 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.009) 0:00:07.916 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.009) 0:00:07.926 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.816) 0:00:08.742 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:30:59 +0000 (0:00:00.014) 0:00:08.757 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.008) 0:00:08.766 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.008) 0:00:08.774 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.008) 0:00:08.783 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.009) 0:00:08.792 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.009) 0:00:08.802 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.008) 0:00:08.810 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.016) 0:00:08.827 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.009) 0:00:08.836 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003469", "end": "2024-05-25 14:31:00.243555", "rc": 0, "start": "2024-05-25 14:31:00.240086" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.188) 0:00:09.025 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.010) 0:00:09.035 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.010) 0:00:09.046 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.013) 0:00:09.059 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.009) 0:00:09.069 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.185) 0:00:09.255 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.011) 0:00:09.266 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.014) 0:00:09.281 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.007) 0:00:09.288 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.007) 0:00:09.295 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.010) 0:00:09.306 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.009) 0:00:09.316 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003357", "end": "2024-05-25 14:31:00.721928", "rc": 0, "start": "2024-05-25 14:31:00.718571" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.186) 0:00:09.502 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.010) 0:00:09.513 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:00 +0000 (0:00:00.011) 0:00:09.524 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.822) 0:00:10.347 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.013) 0:00:10.361 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.009) 0:00:10.370 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.008) 0:00:10.378 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.057669", "end": "2024-05-25 14:31:01.841131", "rc": 0, "start": "2024-05-25 14:31:01.783462" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.252) 0:00:10.630 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.009) 0:00:10.640 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.009) 0:00:10.649 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.008) 0:00:10.657 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.015) 0:00:10.673 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:01 +0000 (0:00:00.009) 0:00:10.683 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003518", "end": "2024-05-25 14:31:02.091195", "rc": 0, "start": "2024-05-25 14:31:02.087677" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.190) 0:00:10.873 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.011) 0:00:10.884 ********** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.010) 0:00:10.895 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.017) 0:00:10.913 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.010) 0:00:10.924 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647461.8377604, "block_size": 4096, "blocks": 0, "ctime": 1716647461.8377604, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26297, "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": 1716647461.8377604, "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-ciespgtcvr/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.185) 0:00:11.109 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.011) 0:00:11.120 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.020) 0:00:11.141 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.009) 0:00:11.150 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.008) 0:00:11.158 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.012) 0:00:11.171 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.011) 0:00:11.182 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003506", "end": "2024-05-25 14:31:02.589542", "rc": 0, "start": "2024-05-25 14:31:02.586036" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.188) 0:00:11.371 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.010) 0:00:11.381 ********** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:31:02 +0000 (0:00:00.010) 0:00:11.391 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.803) 0:00:12.195 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.014) 0:00:12.210 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.009) 0:00:12.219 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.009) 0:00:12.228 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.010) 0:00:12.239 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011700", "end": "2024-05-25 14:31:03.658041", "rc": 0, "start": "2024-05-25 14:31:03.646341" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.200) 0:00:12.439 ********** 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-ciespgtcvr/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.009) 0:00:12.448 ********** 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-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.008) 0:00:12.457 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.019) 0:00:12.476 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.010) 0:00:12.486 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003416", "end": "2024-05-25 14:31:03.893100", "rc": 0, "start": "2024-05-25 14:31:03.889684" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.188) 0:00:12.674 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.009) 0:00:12.684 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.010) 0:00:12.694 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.021) 0:00:12.715 ********** included: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:31:03 +0000 (0:00:00.011) 0:00:12.727 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:31:04 +0000 (0:00:00.183) 0:00:12.910 ********** 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 25 May 2024 14:31:04 +0000 (0:00:00.015) 0:00:12.926 ********** =============================================================================== Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ciespgtcvr/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.81s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.80s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:27 ------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:35 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:54 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ciespgtcvr/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. ---^---^---^---^---^---