# 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-ci0peat8og/.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-ci0peat8og/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-ci0peat8og/tests/tests_helpers_and_asserts.yml:3 Saturday 23 December 2023 13:19:50 +0000 (0:00:00.038) 0:00:00.038 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci0peat8og/tests/tests_helpers_and_asserts.yml:6 Saturday 23 December 2023 13:19:51 +0000 (0:00:00.993) 0:00:01.032 ***** included: /WORKDIR/git-weekly-ci0peat8og/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-ci0peat8og/tests/tasks/el_repo_setup.yml:3 Saturday 23 December 2023 13:19:51 +0000 (0:00:00.012) 0:00:01.044 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/el_repo_setup.yml:17 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.401) 0:00:01.445 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/el_repo_setup.yml:22 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.300) 0:00:01.745 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/el_repo_setup.yml:26 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.013) 0:00:01.759 ***** 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-ci0peat8og/tests/tasks/el_repo_setup.yml:51 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.007) 0:00:01.766 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/enable_epel.yml:8 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.020) 0:00:01.786 ***** 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-ci0peat8og/tests/tasks/enable_epel.yml:24 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.007) 0:00:01.794 ***** 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-ci0peat8og/tests/tasks/enable_epel.yml:30 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.007) 0:00:01.802 ***** 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-ci0peat8og/tests/tasks/enable_epel.yml:35 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.007) 0:00:01.809 ***** 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-ci0peat8og/tests/tasks/enable_epel.yml:40 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.006) 0:00:01.816 ***** 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-ci0peat8og/tests/tests_helpers_and_asserts.yml:9 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.007) 0:00:01.823 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.011) 0:00:01.834 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.009) 0:00:01.844 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:19:52 +0000 (0:00:00.009) 0:00:01.853 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004280", "end": "2023-12-23 13:19:52.999558", "rc": 0, "start": "2023-12-23 13:19:52.995278" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.295) 0:00:02.149 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.012) 0:00:02.161 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.009) 0:00:02.171 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.013) 0:00:02.185 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.008) 0:00:02.193 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.010) 0:00:02.203 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.011) 0:00:02.215 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.009) 0:00:02.225 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004385", "end": "2023-12-23 13:19:53.323467", "rc": 0, "start": "2023-12-23 13:19:53.319082" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.248) 0:00:02.473 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.009) 0:00:02.483 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:19:53 +0000 (0:00:00.009) 0:00:02.493 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:19:55 +0000 (0:00:02.600) 0:00:05.094 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:19:55 +0000 (0:00:00.015) 0:00:05.109 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:19:55 +0000 (0:00:00.009) 0:00:05.119 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.009) 0:00:05.128 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.009) 0:00:05.137 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.007) 0:00:05.145 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.008) 0:00:05.154 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.007) 0:00:05.161 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.013) 0:00:05.174 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.009) 0:00:05.183 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004505", "end": "2023-12-23 13:19:56.264983", "rc": 0, "start": "2023-12-23 13:19:56.260478" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.229) 0:00:05.413 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.011) 0:00:05.424 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.009) 0:00:05.434 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.013) 0:00:05.448 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.010) 0:00:05.458 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.227) 0:00:05.685 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.012) 0:00:05.698 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.017) 0:00:05.716 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.010) 0:00:05.726 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.008) 0:00:05.734 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.011) 0:00:05.745 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.010) 0:00:05.756 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004186", "end": "2023-12-23 13:19:56.843472", "rc": 0, "start": "2023-12-23 13:19:56.839286" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.237) 0:00:05.994 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.010) 0:00:06.004 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:19:56 +0000 (0:00:00.009) 0:00:06.014 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:19:59 +0000 (0:00:02.456) 0:00:08.470 ***** 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.009795", "end": "2023-12-23 13:19:59.634427", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-23 13:19:59.624632" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004503", "end": "2023-12-23 13:19:59.919768", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-23 13:19:59.915265" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004826", "end": "2023-12-23 13:20:00.180819", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-23 13:20:00.175993" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.882) 0:00:09.352 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.026415", "end": "2023-12-23 13:20:00.491411", "rc": 0, "start": "2023-12-23 13:20:00.464996" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.291) 0:00:09.643 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.008) 0:00:09.652 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.008) 0:00:09.660 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.008) 0:00:09.669 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.007) 0:00:09.677 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.007) 0:00:09.685 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.015) 0:00:09.700 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.009) 0:00:09.709 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004177", "end": "2023-12-23 13:20:00.794616", "rc": 0, "start": "2023-12-23 13:20:00.790439" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.234) 0:00:09.943 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.009) 0:00:09.953 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.008) 0:00:09.962 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.016) 0:00:09.979 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:20:00 +0000 (0:00:00.010) 0:00:09.989 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703337599.6294239, "block_size": 4096, "blocks": 0, "ctime": 1703337599.6294239, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28906, "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": 1703337599.6294239, "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-ci0peat8og/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.237) 0:00:10.226 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.010) 0:00:10.237 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.019) 0:00:10.256 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.019) 0:00:10.276 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.010) 0:00:10.286 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.012) 0:00:10.298 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.019) 0:00:10.317 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004311", "end": "2023-12-23 13:20:01.402148", "rc": 0, "start": "2023-12-23 13:20:01.397837" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.243) 0:00:10.561 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.035) 0:00:10.597 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:20:01 +0000 (0:00:00.014) 0:00:10.611 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:20:03 +0000 (0:00:02.485) 0:00:13.097 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:20:03 +0000 (0:00:00.026) 0:00:13.123 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.017) 0:00:13.141 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010034", "end": "2023-12-23 13:20:04.253844", "rc": 0, "start": "2023-12-23 13:20:04.243810" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.289) 0:00:13.430 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.011) 0:00:13.442 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.012) 0:00:13.454 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.023) 0:00:13.478 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.009) 0:00:13.487 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.022) 0:00:13.509 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.016) 0:00:13.526 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004211", "end": "2023-12-23 13:20:04.617138", "rc": 0, "start": "2023-12-23 13:20:04.612927" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.244) 0:00:13.770 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.029) 0:00:13.799 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.060) 0:00:13.859 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.033) 0:00:13.893 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:20:04 +0000 (0:00:00.021) 0:00:13.914 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.300) 0:00:14.215 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tests_helpers_and_asserts.yml:15 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.042) 0:00:14.257 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.052) 0:00:14.310 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.010) 0:00:14.320 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.027) 0:00:14.347 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004253", "end": "2023-12-23 13:20:05.488139", "rc": 0, "start": "2023-12-23 13:20:05.483886" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.293) 0:00:14.641 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.013) 0:00:14.655 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.011) 0:00:14.666 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.013) 0:00:14.680 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.008) 0:00:14.689 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.030) 0:00:14.720 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.022) 0:00:14.742 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.017) 0:00:14.759 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004244", "end": "2023-12-23 13:20:05.880880", "rc": 0, "start": "2023-12-23 13:20:05.876636" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.273) 0:00:15.033 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.019) 0:00:15.052 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:20:05 +0000 (0:00:00.014) 0:00:15.066 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:20:08 +0000 (0:00:02.508) 0:00:17.575 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.020) 0:00:17.596 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.010) 0:00:17.606 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.008) 0:00:17.615 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.009) 0:00:17.624 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.011) 0:00:17.635 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.009) 0:00:17.645 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.015) 0:00:17.660 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.014) 0:00:17.674 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.013) 0:00:17.688 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004232", "end": "2023-12-23 13:20:08.780860", "rc": 0, "start": "2023-12-23 13:20:08.776628" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.241) 0:00:17.929 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.013) 0:00:17.942 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.009) 0:00:17.952 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.021) 0:00:17.973 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:20:08 +0000 (0:00:00.009) 0:00:17.983 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.236) 0:00:18.219 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.011) 0:00:18.230 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.016) 0:00:18.247 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.007) 0:00:18.255 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.008) 0:00:18.263 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.011) 0:00:18.275 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.010) 0:00:18.285 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004559", "end": "2023-12-23 13:20:09.389444", "rc": 0, "start": "2023-12-23 13:20:09.384885" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.260) 0:00:18.546 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.034) 0:00:18.580 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:20:09 +0000 (0:00:00.013) 0:00:18.594 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:20:11 +0000 (0:00:02.495) 0:00:21.089 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.049) 0:00:21.138 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.017) 0:00:21.156 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.014) 0:00:21.170 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.056878", "end": "2023-12-23 13:20:12.333853", "rc": 0, "start": "2023-12-23 13:20:12.276975" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.329) 0:00:21.500 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.011) 0:00:21.511 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.009) 0:00:21.521 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.011) 0:00:21.532 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.017) 0:00:21.549 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.010) 0:00:21.560 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004252", "end": "2023-12-23 13:20:12.663252", "rc": 0, "start": "2023-12-23 13:20:12.659000" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.273) 0:00:21.834 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.011) 0:00:21.846 ***** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.013) 0:00:21.859 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.024) 0:00:21.884 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:20:12 +0000 (0:00:00.043) 0:00:21.927 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703337612.3299186, "block_size": 4096, "blocks": 0, "ctime": 1703337612.3299186, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29238, "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": 1703337612.3299186, "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-ci0peat8og/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.261) 0:00:22.188 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.032) 0:00:22.221 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.034) 0:00:22.255 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.013) 0:00:22.269 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.010) 0:00:22.280 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.019) 0:00:22.300 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.012) 0:00:22.312 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004279", "end": "2023-12-23 13:20:13.429200", "rc": 0, "start": "2023-12-23 13:20:13.424921" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.273) 0:00:22.586 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.012) 0:00:22.598 ***** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:20:13 +0000 (0:00:00.011) 0:00:22.610 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:20:15 +0000 (0:00:02.484) 0:00:25.095 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:20:15 +0000 (0:00:00.014) 0:00:25.110 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:20:15 +0000 (0:00:00.008) 0:00:25.118 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.008) 0:00:25.126 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.008) 0:00:25.135 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.020166", "end": "2023-12-23 13:20:16.237141", "rc": 0, "start": "2023-12-23 13:20:16.216975" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.254) 0:00:25.389 ***** 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-ci0peat8og/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.009) 0:00:25.398 ***** 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-ci0peat8og/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.007) 0:00:25.406 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.019) 0:00:25.426 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.049) 0:00:25.475 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004270", "end": "2023-12-23 13:20:16.569027", "rc": 0, "start": "2023-12-23 13:20:16.564757" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.243) 0:00:25.718 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.011) 0:00:25.730 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.009) 0:00:25.740 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.019) 0:00:25.760 ***** included: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.010) 0:00:25.770 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0peat8og/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.236) 0:00:26.007 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 23 December 2023 13:20:16 +0000 (0:00:00.022) 0:00:26.029 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.50s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.49s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.48s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.46s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-weekly-ci0peat8og/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.88s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.33s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:45 ------- Get stat for interface veth1298 ----------------------------------------- 0.30s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.yml:3 ----------- Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.29s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-ci0peat8og/tests/tasks/get_interface_stat.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. ---^---^---^---^---^---