# 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-ci_fix2fs5_5_v/.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-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml:3 Tuesday 23 January 2024 19:38:32 +0000 (0:00:00.039) 0:00:00.039 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml:6 Tuesday 23 January 2024 19:38:33 +0000 (0:00:00.821) 0:00:00.860 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/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-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:3 Tuesday 23 January 2024 19:38:33 +0000 (0:00:00.039) 0:00:00.899 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:17 Tuesday 23 January 2024 19:38:33 +0000 (0:00:00.450) 0:00:01.350 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:22 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.254) 0:00:01.604 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:26 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.020) 0:00:01.625 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:51 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.017) 0:00:01.643 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml:8 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.031) 0:00:01.674 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml:24 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.015) 0:00:01.689 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml:30 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.030) 0:00:01.719 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml:35 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.012) 0:00:01.732 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/enable_epel.yml:40 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.011) 0:00:01.743 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml:9 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.016) 0:00:01.759 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:3 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.017) 0:00:01.776 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.011) 0:00:01.788 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.022) 0:00:01.810 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003367", "end": "2024-01-23 19:38:34.735003", "rc": 0, "start": "2024-01-23 19:38:34.731636" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.348) 0:00:02.159 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.038) 0:00:02.197 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:5 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.049) 0:00:02.246 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.051) 0:00:02.298 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:34 +0000 (0:00:00.065) 0:00:02.363 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.071) 0:00:02.435 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.077) 0:00:02.512 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.014) 0:00:02.526 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-01-23 19:38:35.359052", "rc": 0, "start": "2024-01-23 19:38:35.355669" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.237) 0:00:02.764 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.024) 0:00:02.788 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:35 +0000 (0:00:00.014) 0:00:02.803 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:36 +0000 (0:00:01.069) 0:00:03.872 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.026) 0:00:03.899 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.044) 0:00:03.943 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.014) 0:00:03.958 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.012) 0:00:03.971 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.015) 0:00:03.986 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.026) 0:00:04.013 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:9 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.024) 0:00:04.037 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.021) 0:00:04.058 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.018) 0:00:04.077 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2024-01-23 19:38:36.907185", "rc": 0, "start": "2024-01-23 19:38:36.903734" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.230) 0:00:04.308 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.017) 0:00:04.325 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:11 Tuesday 23 January 2024 19:38:36 +0000 (0:00:00.020) 0:00:04.346 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.044) 0:00:04.391 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.020) 0:00:04.411 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.205) 0:00:04.616 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:14 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.033) 0:00:04.649 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.043) 0:00:04.692 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.080) 0:00:04.772 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.041) 0:00:04.814 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.033) 0:00:04.848 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.046) 0:00:04.895 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-01-23 19:38:37.747326", "rc": 0, "start": "2024-01-23 19:38:37.743943" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.265) 0:00:05.160 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.030) 0:00:05.190 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:37 +0000 (0:00:00.015) 0:00:05.206 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:38 +0000 (0:00:00.935) 0:00:06.142 ******* 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.010874", "end": "2024-01-23 19:38:38.947412", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-23 19:38:38.936538" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003702", "end": "2024-01-23 19:38:39.166895", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-23 19:38:39.163193" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003679", "end": "2024-01-23 19:38:39.365492", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-23 19:38:39.361813" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.626) 0:00:06.768 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022061", "end": "2024-01-23 19:38:39.581062", "rc": 0, "start": "2024-01-23 19:38:39.559001" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.214) 0:00:06.983 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.016) 0:00:07.000 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.011) 0:00:07.011 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.016) 0:00:07.028 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.011) 0:00:07.039 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:18 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.015) 0:00:07.054 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.024) 0:00:07.079 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.013) 0:00:07.092 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-01-23 19:38:39.886003", "rc": 0, "start": "2024-01-23 19:38:39.882620" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.202) 0:00:07.295 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.010) 0:00:07.305 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:20 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.017) 0:00:07.322 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.025) 0:00:07.348 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:39 +0000 (0:00:00.022) 0:00:07.371 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038718.9404428, "block_size": 4096, "blocks": 0, "ctime": 1706038718.9404428, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27901, "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": 1706038718.9404428, "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-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.191) 0:00:07.563 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:23 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.020) 0:00:07.583 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.022) 0:00:07.605 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.030) 0:00:07.636 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.025) 0:00:07.662 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.028) 0:00:07.690 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.018) 0:00:07.709 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003364", "end": "2024-01-23 19:38:40.550723", "rc": 0, "start": "2024-01-23 19:38:40.547359" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.239) 0:00:07.949 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.011) 0:00:07.960 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:40 +0000 (0:00:00.009) 0:00:07.970 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.878) 0:00:08.848 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.019) 0:00:08.867 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.008) 0:00:08.876 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008521", "end": "2024-01-23 19:38:41.675260", "rc": 0, "start": "2024-01-23 19:38:41.666739" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.215) 0:00:09.091 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.019) 0:00:09.110 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.021) 0:00:09.132 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.015) 0:00:09.147 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:27 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.021) 0:00:09.168 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.019) 0:00:09.187 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:41 +0000 (0:00:00.028) 0:00:09.215 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003736", "end": "2024-01-23 19:38:42.032056", "rc": 0, "start": "2024-01-23 19:38:42.028320" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.220) 0:00:09.436 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.012) 0:00:09.448 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:29 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.009) 0:00:09.458 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.019) 0:00:09.477 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.009) 0:00:09.487 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.225) 0:00:09.713 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml:15 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.021) 0:00:09.734 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.019) 0:00:09.754 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.015) 0:00:09.770 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.015) 0:00:09.785 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003457", "end": "2024-01-23 19:38:42.579636", "rc": 0, "start": "2024-01-23 19:38:42.576179" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.207) 0:00:09.992 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.011) 0:00:10.004 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:5 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.024) 0:00:10.029 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.019) 0:00:10.048 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.011) 0:00:10.059 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.025) 0:00:10.084 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.015) 0:00:10.100 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.016) 0:00:10.117 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003397", "end": "2024-01-23 19:38:42.909496", "rc": 0, "start": "2024-01-23 19:38:42.906099" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:42 +0000 (0:00:00.219) 0:00:10.337 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.045) 0:00:10.382 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.030) 0:00:10.413 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.900) 0:00:11.314 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.028) 0:00:11.342 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.012) 0:00:11.355 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:43 +0000 (0:00:00.020) 0:00:11.375 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.024) 0:00:11.400 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.018) 0:00:11.418 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.033) 0:00:11.452 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:9 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.021) 0:00:11.473 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.031) 0:00:11.504 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.012) 0:00:11.516 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2024-01-23 19:38:44.310568", "rc": 0, "start": "2024-01-23 19:38:44.307245" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.204) 0:00:11.721 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.026) 0:00:11.747 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:11 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.011) 0:00:11.759 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.020) 0:00:11.780 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.029) 0:00:11.809 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.327) 0:00:12.136 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:14 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.026) 0:00:12.163 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.077) 0:00:12.241 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.010) 0:00:12.251 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.036) 0:00:12.287 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.041) 0:00:12.329 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:44 +0000 (0:00:00.040) 0:00:12.369 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-01-23 19:38:45.193838", "rc": 0, "start": "2024-01-23 19:38:45.190516" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:45 +0000 (0:00:00.247) 0:00:12.616 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:45 +0000 (0:00:00.024) 0:00:12.641 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:45 +0000 (0:00:00.016) 0:00:12.657 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.950) 0:00:13.607 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.022) 0:00:13.630 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.013) 0:00:13.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 dummy1298] **************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.019) 0:00:13.663 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.036072", "end": "2024-01-23 19:38:46.558309", "rc": 0, "start": "2024-01-23 19:38:46.522237" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.321) 0:00:13.984 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.013) 0:00:13.998 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.032) 0:00:14.030 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:18 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.012) 0:00:14.043 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.018) 0:00:14.061 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.033) 0:00:14.094 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003680", "end": "2024-01-23 19:38:46.888757", "rc": 0, "start": "2024-01-23 19:38:46.885077" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.197) 0:00:14.292 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.025) 0:00:14.318 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:20 Tuesday 23 January 2024 19:38:46 +0000 (0:00:00.046) 0:00:14.364 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.029) 0:00:14.393 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.036) 0:00:14.430 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706038726.5555887, "block_size": 4096, "blocks": 0, "ctime": 1706038726.5555887, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28229, "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": 1706038726.5555887, "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-ci_fix2fs5_5_v/tests/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.208) 0:00:14.638 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:23 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.035) 0:00:14.673 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.033) 0:00:14.707 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.036) 0:00:14.744 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.033) 0:00:14.777 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.030) 0:00:14.808 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.031) 0:00:14.840 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003361", "end": "2024-01-23 19:38:47.677764", "rc": 0, "start": "2024-01-23 19:38:47.674403" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.235) 0:00:15.076 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.014) 0:00:15.090 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:38:47 +0000 (0:00:00.028) 0:00:15.119 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.896) 0:00:16.016 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.031) 0:00:16.047 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.011) 0:00:16.059 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.024) 0:00:16.083 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.027) 0:00:16.110 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007410", "end": "2024-01-23 19:38:48.930016", "rc": 0, "start": "2024-01-23 19:38:48.922606" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.238) 0:00:16.349 ******* 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-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:38:48 +0000 (0:00:00.030) 0:00:16.379 ******* 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-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:27 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.028) 0:00:16.408 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.020) 0:00:16.429 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.010) 0:00:16.440 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-01-23 19:38:49.257518", "rc": 0, "start": "2024-01-23 19:38:49.253920" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.240) 0:00:16.680 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.028) 0:00:16.708 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/create_and_remove_interface.yml:29 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.023) 0:00:16.732 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.026) 0:00:16.759 ******* included: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.027) 0:00:16.786 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.240) 0:00:17.027 ******* 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 Tuesday 23 January 2024 19:38:49 +0000 (0:00:00.019) 0:00:17.046 ******* =============================================================================== Install iproute --------------------------------------------------------- 1.07s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:16 ---------- Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-ci_fix2fs5_5_v/tests/tests_helpers_and_asserts.yml:3 ------------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:23 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.45s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:3 ------------------- Gather current interface info ------------------------------------------- 0.35s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 ---------- Get stat for interface dummy1298 ---------------------------------------- 0.33s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 -------------- Create dummy interface dummy1298 ---------------------------------------- 0.32s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:45 ---------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 ---------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/el_repo_setup.yml:17 ------------------ Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 ---------- Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_interface_stat.yml:3 -------------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/get_current_interfaces.yml:3 ---------- Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-ci_fix2fs5_5_v/tests/tasks/manage_test_interface.yml:50 ---------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-ci_fix2fs5_5_v/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. ---^---^---^---^---^---