# 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_fixslgi2sy4/.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_fixslgi2sy4/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_fixslgi2sy4/tests/tests_helpers_and_asserts.yml:3 Tuesday 23 January 2024 19:46:08 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tests_helpers_and_asserts.yml:6 Tuesday 23 January 2024 19:46:08 +0000 (0:00:00.783) 0:00:00.818 ******* included: /WORKDIR/git-ci_fixslgi2sy4/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_fixslgi2sy4/tests/tasks/el_repo_setup.yml:3 Tuesday 23 January 2024 19:46:08 +0000 (0:00:00.011) 0:00:00.829 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/el_repo_setup.yml:17 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.367) 0:00:01.197 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/el_repo_setup.yml:22 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.247) 0:00:01.444 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/el_repo_setup.yml:26 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.013) 0:00:01.458 ******* 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_fixslgi2sy4/tests/tasks/el_repo_setup.yml:51 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.007) 0:00:01.466 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:8 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.019) 0:00:01.485 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:24 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.250) 0:00:01.736 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:30 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.008) 0:00:01.744 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:35 Tuesday 23 January 2024 19:46:09 +0000 (0:00:00.008) 0:00:01.752 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246990", "end": "2024-01-23 19:46:10.205420", "rc": 0, "start": "2024-01-23 19:46:09.958430" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:40 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.438) 0:00:02.191 ******* 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_fixslgi2sy4/tests/tests_helpers_and_asserts.yml:9 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.008) 0:00:02.200 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.011) 0:00:02.212 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.010) 0:00:02.222 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.009) 0:00:02.232 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003432", "end": "2024-01-23 19:46:10.438370", "rc": 0, "start": "2024-01-23 19:46:10.434938" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.192) 0:00:02.424 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.009) 0:00:02.434 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:5 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.009) 0:00:02.443 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.013) 0:00:02.457 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.007) 0:00:02.464 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.007) 0:00:02.472 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.010) 0:00:02.482 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.008) 0:00:02.491 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2024-01-23 19:46:10.699126", "rc": 0, "start": "2024-01-23 19:46:10.695464" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.194) 0:00:02.685 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.008) 0:00:02.694 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:10 +0000 (0:00:00.008) 0:00:02.702 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:13 +0000 (0:00:02.894) 0:00:05.596 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.017) 0:00:05.613 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.008) 0:00:05.622 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.009) 0:00:05.631 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.009) 0:00:05.641 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.008) 0:00:05.650 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.010) 0:00:05.660 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:9 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.022) 0:00:05.682 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.015) 0:00:05.697 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.010) 0:00:05.708 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003381", "end": "2024-01-23 19:46:13.916850", "rc": 0, "start": "2024-01-23 19:46:13.913469" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.194) 0:00:05.902 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.011) 0:00:05.914 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:11 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.008) 0:00:05.923 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.014) 0:00:05.937 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:13 +0000 (0:00:00.011) 0:00:05.949 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.187) 0:00:06.136 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:14 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.012) 0:00:06.149 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.014) 0:00:06.163 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.007) 0:00:06.171 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.007) 0:00:06.178 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.010) 0:00:06.188 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.008) 0:00:06.197 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003526", "end": "2024-01-23 19:46:14.404341", "rc": 0, "start": "2024-01-23 19:46:14.400815" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.192) 0:00:06.390 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.010) 0:00:06.401 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:14 +0000 (0:00:00.009) 0:00:06.410 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:17 +0000 (0:00:02.590) 0:00:09.000 ******* 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.014186", "end": "2024-01-23 19:46:17.223701", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-23 19:46:17.209515" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004085", "end": "2024-01-23 19:46:17.451906", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-23 19:46:17.447821" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004383", "end": "2024-01-23 19:46:17.638884", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-23 19:46:17.634501" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.624) 0:00:09.624 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024384", "end": "2024-01-23 19:46:17.852498", "rc": 0, "start": "2024-01-23 19:46:17.828114" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.214) 0:00:09.839 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.009) 0:00:09.848 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.007) 0:00:09.856 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.007) 0:00:09.863 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.007) 0:00:09.871 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:18 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.007) 0:00:09.878 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.015) 0:00:09.894 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:17 +0000 (0:00:00.008) 0:00:09.903 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003513", "end": "2024-01-23 19:46:18.112131", "rc": 0, "start": "2024-01-23 19:46:18.108618" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.195) 0:00:10.098 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.009) 0:00:10.108 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:20 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.009) 0:00:10.117 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.015) 0:00:10.133 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.009) 0:00:10.142 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706039177.2133987, "block_size": 4096, "blocks": 0, "ctime": 1706039177.2133987, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31070, "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": 1706039177.2133987, "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_fixslgi2sy4/tests/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.187) 0:00:10.330 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:23 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.009) 0:00:10.340 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.017) 0:00:10.358 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.007) 0:00:10.365 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.007) 0:00:10.372 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.010) 0:00:10.383 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.008) 0:00:10.392 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003461", "end": "2024-01-23 19:46:18.594355", "rc": 0, "start": "2024-01-23 19:46:18.590894" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.187) 0:00:10.579 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.010) 0:00:10.590 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:18 +0000 (0:00:00.009) 0:00:10.600 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:21 +0000 (0:00:02.666) 0:00:13.266 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.017) 0:00:13.283 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.009) 0:00:13.292 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010724", "end": "2024-01-23 19:46:21.508313", "rc": 0, "start": "2024-01-23 19:46:21.497589" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.203) 0:00:13.496 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.008) 0:00:13.504 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.007) 0:00:13.512 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.008) 0:00:13.520 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:27 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.007) 0:00:13.527 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.018) 0:00:13.546 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.010) 0:00:13.556 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003408", "end": "2024-01-23 19:46:21.757620", "rc": 0, "start": "2024-01-23 19:46:21.754212" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.185) 0:00:13.742 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.014) 0:00:13.756 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:29 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.009) 0:00:13.766 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.018) 0:00:13.785 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:21 +0000 (0:00:00.009) 0:00:13.794 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.181) 0:00:13.976 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tests_helpers_and_asserts.yml:15 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.010) 0:00:13.987 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.013) 0:00:14.001 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.009) 0:00:14.011 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.008) 0:00:14.020 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003326", "end": "2024-01-23 19:46:22.221671", "rc": 0, "start": "2024-01-23 19:46:22.218345" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.186) 0:00:14.206 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.011) 0:00:14.217 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:5 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.010) 0:00:14.228 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.012) 0:00:14.240 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.007) 0:00:14.247 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.007) 0:00:14.255 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.010) 0:00:14.266 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.009) 0:00:14.275 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003474", "end": "2024-01-23 19:46:22.478060", "rc": 0, "start": "2024-01-23 19:46:22.474586" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.188) 0:00:14.463 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.009) 0:00:14.473 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:22 +0000 (0:00:00.008) 0:00:14.482 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:25 +0000 (0:00:02.599) 0:00:17.081 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.013) 0:00:17.095 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.007) 0:00:17.103 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.008) 0:00:17.111 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.008) 0:00:17.119 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.008) 0:00:17.127 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.137 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:9 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.007) 0:00:17.144 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.013) 0:00:17.157 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.167 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003386", "end": "2024-01-23 19:46:25.374352", "rc": 0, "start": "2024-01-23 19:46:25.370966" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.192) 0:00:17.359 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.369 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:11 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.008) 0:00:17.377 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.013) 0:00:17.391 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.400 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.184) 0:00:17.585 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:14 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.010) 0:00:17.595 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.015) 0:00:17.611 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.007) 0:00:17.619 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.007) 0:00:17.626 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.010) 0:00:17.636 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.646 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003372", "end": "2024-01-23 19:46:25.849218", "rc": 0, "start": "2024-01-23 19:46:25.845846" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.187) 0:00:17.834 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.009) 0:00:17.843 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:25 +0000 (0:00:00.008) 0:00:17.852 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:28 +0000 (0:00:02.592) 0:00:20.444 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.020) 0:00:20.464 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.009) 0:00:20.473 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.008) 0:00:20.482 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010756", "end": "2024-01-23 19:46:28.694954", "rc": 0, "start": "2024-01-23 19:46:28.684198" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.206) 0:00:20.689 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.009) 0:00:20.698 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.008) 0:00:20.707 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:18 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.007) 0:00:20.714 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.015) 0:00:20.729 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.008) 0:00:20.738 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-01-23 19:46:28.942580", "rc": 0, "start": "2024-01-23 19:46:28.938890" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.189) 0:00:20.928 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.009) 0:00:20.938 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:20 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.009) 0:00:20.947 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_present.yml:3 Tuesday 23 January 2024 19:46:28 +0000 (0:00:00.015) 0:00:20.963 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.009) 0:00:20.973 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706039188.6924887, "block_size": 4096, "blocks": 0, "ctime": 1706039188.6924887, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31393, "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": 1706039188.6924887, "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_fixslgi2sy4/tests/tasks/assert_device_present.yml:5 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.188) 0:00:21.161 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:23 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.010) 0:00:21.172 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:3 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.018) 0:00:21.190 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:8 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.008) 0:00:21.199 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:13 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.007) 0:00:21.207 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.010) 0:00:21.217 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.009) 0:00:21.227 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003480", "end": "2024-01-23 19:46:29.432289", "rc": 0, "start": "2024-01-23 19:46:29.428809" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.190) 0:00:21.417 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.009) 0:00:21.427 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 Tuesday 23 January 2024 19:46:29 +0000 (0:00:00.008) 0:00:21.436 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 Tuesday 23 January 2024 19:46:32 +0000 (0:00:02.597) 0:00:24.033 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.013) 0:00:24.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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.007) 0:00:24.055 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.008) 0:00:24.063 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.007) 0:00:24.071 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007421", "end": "2024-01-23 19:46:32.280136", "rc": 0, "start": "2024-01-23 19:46:32.272715" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:56 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.194) 0:00:24.265 ******* 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_fixslgi2sy4/tests/tasks/manage_test_interface.yml:61 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.009) 0:00:24.274 ******* 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_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:27 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.007) 0:00:24.282 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:3 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.017) 0:00:24.300 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.008) 0:00:24.308 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003130", "end": "2024-01-23 19:46:32.510330", "rc": 0, "start": "2024-01-23 19:46:32.507200" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:9 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.186) 0:00:24.495 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/show_interfaces.yml:5 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.009) 0:00:24.505 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/create_and_remove_interface.yml:29 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.008) 0:00:24.513 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:3 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.019) 0:00:24.533 ******* included: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_interface_stat.yml:3 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.009) 0:00:24.542 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/assert_device_absent.yml:5 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.183) 0:00:24.726 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Tuesday 23 January 2024 19:46:32 +0000 (0:00:00.014) 0:00:24.741 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:16 ---------- Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-ci_fixslgi2sy4/tests/tests_helpers_and_asserts.yml:3 ------------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:23 ---------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:35 -------------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/el_repo_setup.yml:3 ------------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/enable_epel.yml:8 --------------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/el_repo_setup.yml:17 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:31 ---------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:45 ---------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:39 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 ---------- Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/manage_test_interface.yml:50 ---------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-ci_fixslgi2sy4/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-ci_fixslgi2sy4/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. ---^---^---^---^---^---