# 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-cip60394ta/.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-cip60394ta/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-cip60394ta/tests/tests_helpers_and_asserts.yml:3 Saturday 04 May 2024 13:11:50 +0000 (0:00:00.033) 0:00:00.033 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cip60394ta/tests/tests_helpers_and_asserts.yml:6 Saturday 04 May 2024 13:11:53 +0000 (0:00:02.632) 0:00:02.665 ********** included: /WORKDIR/git-weekly-cip60394ta/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-cip60394ta/tests/tasks/el_repo_setup.yml:3 Saturday 04 May 2024 13:11:53 +0000 (0:00:00.011) 0:00:02.676 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/el_repo_setup.yml:17 Saturday 04 May 2024 13:11:55 +0000 (0:00:01.888) 0:00:04.565 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/el_repo_setup.yml:22 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.313) 0:00:04.878 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/el_repo_setup.yml:26 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.014) 0:00:04.893 ********** 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-cip60394ta/tests/tasks/el_repo_setup.yml:51 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.007) 0:00:04.900 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 40] ********************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/enable_epel.yml:8 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.020) 0:00:04.921 ********** 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-cip60394ta/tests/tasks/enable_epel.yml:24 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.007) 0:00:04.928 ********** 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-cip60394ta/tests/tasks/enable_epel.yml:30 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.007) 0:00:04.936 ********** 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-cip60394ta/tests/tasks/enable_epel.yml:35 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.006) 0:00:04.942 ********** 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-cip60394ta/tests/tasks/enable_epel.yml:40 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.007) 0:00:04.950 ********** 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-cip60394ta/tests/tests_helpers_and_asserts.yml:9 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.007) 0:00:04.957 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.011) 0:00:04.968 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.009) 0:00:04.978 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.008) 0:00:04.987 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003967", "end": "2024-05-04 13:11:55.950157", "rc": 0, "start": "2024-05-04 13:11:55.946190" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.301) 0:00:05.288 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:11:55 +0000 (0:00:00.012) 0:00:05.301 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.011) 0:00:05.312 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.032) 0:00:05.344 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.012) 0:00:05.356 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.008) 0:00:05.365 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.011) 0:00:05.376 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.013) 0:00:05.389 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003830", "end": "2024-05-04 13:11:56.303110", "rc": 0, "start": "2024-05-04 13:11:56.299280" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.243) 0:00:05.633 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.009) 0:00:05.643 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:11:56 +0000 (0:00:00.009) 0:00:05.652 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:11:57 +0000 (0:00:01.504) 0:00:07.157 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.014) 0:00:07.172 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.007) 0:00:07.180 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.007) 0:00:07.187 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.019) 0:00:07.207 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.017) 0:00:07.225 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.020) 0:00:07.245 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.009) 0:00:07.255 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.016) 0:00:07.272 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:11:57 +0000 (0:00:00.012) 0:00:07.284 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003913", "end": "2024-05-04 13:11:58.197381", "rc": 0, "start": "2024-05-04 13:11:58.193468" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.247) 0:00:07.531 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.010) 0:00:07.541 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.010) 0:00:07.552 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.014) 0:00:07.566 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.010) 0:00:07.577 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.242) 0:00:07.820 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.013) 0:00:07.833 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.015) 0:00:07.849 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.007) 0:00:07.857 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.008) 0:00:07.865 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.010) 0:00:07.876 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.009) 0:00:07.885 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003876", "end": "2024-05-04 13:11:58.790481", "rc": 0, "start": "2024-05-04 13:11:58.786605" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.235) 0:00:08.120 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.010) 0:00:08.131 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:11:58 +0000 (0:00:00.009) 0:00:08.141 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:12:00 +0000 (0:00:01.410) 0:00:09.552 ********** 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.008924", "end": "2024-05-04 13:12:00.485041", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-04 13:12:00.476117" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004443", "end": "2024-05-04 13:12:00.791731", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-04 13:12:00.787288" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004633", "end": "2024-05-04 13:12:01.052244", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-04 13:12:01.047611" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.852) 0:00:10.404 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024467", "end": "2024-05-04 13:12:01.343529", "rc": 0, "start": "2024-05-04 13:12:01.319062" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.338) 0:00:10.742 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.025) 0:00:10.768 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.032) 0:00:10.801 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.016) 0:00:10.817 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.011) 0:00:10.828 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.013) 0:00:10.842 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.017) 0:00:10.859 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.009) 0:00:10.868 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2024-05-04 13:12:01.786514", "rc": 0, "start": "2024-05-04 13:12:01.782666" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.249) 0:00:11.117 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.009) 0:00:11.127 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.010) 0:00:11.137 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.016) 0:00:11.153 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:12:01 +0000 (0:00:00.009) 0:00:11.163 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714828320.4804833, "block_size": 4096, "blocks": 0, "ctime": 1714828320.4804833, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33272, "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": 1714828320.4804833, "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-cip60394ta/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.244) 0:00:11.407 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.011) 0:00:11.419 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.020) 0:00:11.439 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.010) 0:00:11.450 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.009) 0:00:11.459 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.017) 0:00:11.477 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.010) 0:00:11.487 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003744", "end": "2024-05-04 13:12:02.409417", "rc": 0, "start": "2024-05-04 13:12:02.405673" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.252) 0:00:11.740 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.009) 0:00:11.750 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:12:02 +0000 (0:00:00.009) 0:00:11.760 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:12:03 +0000 (0:00:01.412) 0:00:13.172 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:12:03 +0000 (0:00:00.014) 0:00:13.187 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:12:03 +0000 (0:00:00.015) 0:00:13.202 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013743", "end": "2024-05-04 13:12:04.127466", "rc": 0, "start": "2024-05-04 13:12:04.113723" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.270) 0:00:13.473 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.009) 0:00:13.482 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.008) 0:00:13.490 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.012) 0:00:13.503 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.008) 0:00:13.512 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.020) 0:00:13.532 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.012) 0:00:13.544 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003916", "end": "2024-05-04 13:12:04.461119", "rc": 0, "start": "2024-05-04 13:12:04.457203" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.257) 0:00:13.801 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.012) 0:00:13.814 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.010) 0:00:13.824 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.027) 0:00:13.851 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.011) 0:00:13.863 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.236) 0:00:14.099 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tests_helpers_and_asserts.yml:15 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.010) 0:00:14.110 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.013) 0:00:14.123 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.012) 0:00:14.136 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:04 +0000 (0:00:00.011) 0:00:14.147 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003995", "end": "2024-05-04 13:12:05.061288", "rc": 0, "start": "2024-05-04 13:12:05.057293" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.262) 0:00:14.409 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.022) 0:00:14.432 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.028) 0:00:14.460 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.012) 0:00:14.473 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.007) 0:00:14.481 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.016) 0:00:14.497 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.011) 0:00:14.508 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.010) 0:00:14.519 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003907", "end": "2024-05-04 13:12:05.429181", "rc": 0, "start": "2024-05-04 13:12:05.425274" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.246) 0:00:14.765 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.011) 0:00:14.777 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:12:05 +0000 (0:00:00.015) 0:00:14.792 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:12:06 +0000 (0:00:01.404) 0:00:16.197 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:12:06 +0000 (0:00:00.016) 0:00:16.213 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:12:06 +0000 (0:00:00.013) 0:00:16.227 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:12:06 +0000 (0:00:00.013) 0:00:16.241 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:12:06 +0000 (0:00:00.014) 0:00:16.255 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:12:06 +0000 (0:00:00.028) 0:00:16.284 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.024) 0:00:16.308 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.026) 0:00:16.335 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.013) 0:00:16.348 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.011) 0:00:16.360 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2024-05-04 13:12:07.271493", "rc": 0, "start": "2024-05-04 13:12:07.267704" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.243) 0:00:16.603 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.010) 0:00:16.614 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.014) 0:00:16.628 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.013) 0:00:16.642 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.009) 0:00:16.651 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.241) 0:00:16.893 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.011) 0:00:16.904 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.031) 0:00:16.935 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.011) 0:00:16.947 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.010) 0:00:16.958 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.013) 0:00:16.971 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.021) 0:00:16.993 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004326", "end": "2024-05-04 13:12:07.909522", "rc": 0, "start": "2024-05-04 13:12:07.905196" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.264) 0:00:17.258 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.015) 0:00:17.273 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:12:07 +0000 (0:00:00.028) 0:00:17.302 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:12:09 +0000 (0:00:01.437) 0:00:18.740 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.018) 0:00:18.759 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.020) 0:00:18.779 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.009) 0:00:18.789 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006515", "end": "2024-05-04 13:12:09.720226", "rc": 0, "start": "2024-05-04 13:12:09.713711" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.274) 0:00:19.063 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.009) 0:00:19.072 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.011) 0:00:19.084 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.013) 0:00:19.098 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.017) 0:00:19.115 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:09 +0000 (0:00:00.010) 0:00:19.125 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003817", "end": "2024-05-04 13:12:10.036670", "rc": 0, "start": "2024-05-04 13:12:10.032853" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.242) 0:00:19.368 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.009) 0:00:19.378 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.015) 0:00:19.393 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.019) 0:00:19.413 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.010) 0:00:19.423 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714828329.7175143, "block_size": 4096, "blocks": 0, "ctime": 1714828329.7175143, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33565, "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": 1714828329.7175143, "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-cip60394ta/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.236) 0:00:19.659 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.012) 0:00:19.672 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.019) 0:00:19.691 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.008) 0:00:19.699 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.008) 0:00:19.708 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.010) 0:00:19.719 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.012) 0:00:19.732 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003879", "end": "2024-05-04 13:12:10.637822", "rc": 0, "start": "2024-05-04 13:12:10.633943" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.238) 0:00:19.970 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.017) 0:00:19.988 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:12:10 +0000 (0:00:00.022) 0:00:20.010 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:12:12 +0000 (0:00:01.412) 0:00:21.423 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.016) 0:00:21.439 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:21.448 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:21.457 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:21.467 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011226", "end": "2024-05-04 13:12:12.382447", "rc": 0, "start": "2024-05-04 13:12:12.371221" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.248) 0:00:21.715 ********** 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-cip60394ta/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:21.724 ********** 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-cip60394ta/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.007) 0:00:21.732 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.018) 0:00:21.750 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:21.759 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003878", "end": "2024-05-04 13:12:12.665647", "rc": 0, "start": "2024-05-04 13:12:12.661769" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.236) 0:00:21.996 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:22.006 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.009) 0:00:22.015 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.019) 0:00:22.034 ********** included: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:12:12 +0000 (0:00:00.011) 0:00:22.045 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cip60394ta/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:12:13 +0000 (0:00:00.266) 0:00:22.312 ********** 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 04 May 2024 13:12:13 +0000 (0:00:00.015) 0:00:22.327 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cip60394ta/tests/tests_helpers_and_asserts.yml:3 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 1.89s /WORKDIR/git-weekly-cip60394ta/tests/tasks/el_repo_setup.yml:3 ---------------- Install iproute --------------------------------------------------------- 1.50s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.44s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.40s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.85s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:27 ------- Set up veth as managed by NetworkManager -------------------------------- 0.34s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:35 ------- Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-weekly-cip60394ta/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:49 ------- Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-weekly-cip60394ta/tests/tasks/manage_test_interface.yml:43 ------- Get stat for interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cip60394ta/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cip60394ta/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. ---^---^---^---^---^---