# 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_fixzjzx14j9/.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_fixzjzx14j9/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_fixzjzx14j9/tests/tests_helpers_and_asserts.yml:3 Saturday 27 January 2024 00:42:45 +0000 (0:00:00.035) 0:00:00.035 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tests_helpers_and_asserts.yml:6 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.825) 0:00:00.861 ****** included: /WORKDIR/git-ci_fixzjzx14j9/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_fixzjzx14j9/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.011) 0:00:00.872 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/el_repo_setup.yml:17 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.376) 0:00:01.248 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/el_repo_setup.yml:22 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.254) 0:00:01.503 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/el_repo_setup.yml:26 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.013) 0:00:01.517 ****** 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_fixzjzx14j9/tests/tasks/el_repo_setup.yml:51 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.008) 0:00:01.525 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.021) 0:00:01.547 ****** 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_fixzjzx14j9/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 00:42:46 +0000 (0:00:00.245) 0:00:01.792 ****** 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_fixzjzx14j9/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.008) 0:00:01.801 ****** 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_fixzjzx14j9/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.008) 0:00:01.810 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.265352", "end": "2024-01-27 00:42:47.447632", "rc": 0, "start": "2024-01-27 00:42:47.182280" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.455) 0:00:02.265 ****** 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_fixzjzx14j9/tests/tests_helpers_and_asserts.yml:9 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.008) 0:00:02.274 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.011) 0:00:02.286 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.010) 0:00:02.296 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.009) 0:00:02.306 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003932", "end": "2024-01-27 00:42:47.686933", "rc": 0, "start": "2024-01-27 00:42:47.683001" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.197) 0:00:02.503 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.009) 0:00:02.513 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.010) 0:00:02.523 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.013) 0:00:02.537 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.008) 0:00:02.546 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.007) 0:00:02.553 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.010) 0:00:02.564 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.009) 0:00:02.573 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004037", "end": "2024-01-27 00:42:47.953675", "rc": 0, "start": "2024-01-27 00:42:47.949638" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.196) 0:00:02.769 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:47 +0000 (0:00:00.009) 0:00:02.779 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:42:48 +0000 (0:00:00.020) 0:00:02.799 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:42:51 +0000 (0:00:03.062) 0:00:05.862 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.013) 0:00:05.875 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.883 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.891 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.899 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.906 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.914 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:05.921 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.012) 0:00:05.933 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.008) 0:00:05.942 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004193", "end": "2024-01-27 00:42:51.325703", "rc": 0, "start": "2024-01-27 00:42:51.321510" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.199) 0:00:06.142 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.009) 0:00:06.151 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.008) 0:00:06.160 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.014) 0:00:06.174 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.009) 0:00:06.184 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.192) 0:00:06.376 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.009) 0:00:06.386 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.015) 0:00:06.401 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:06.409 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.007) 0:00:06.416 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.010) 0:00:06.427 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.009) 0:00:06.436 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003901", "end": "2024-01-27 00:42:51.816459", "rc": 0, "start": "2024-01-27 00:42:51.812558" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.195) 0:00:06.632 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.009) 0:00:06.641 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:42:51 +0000 (0:00:00.008) 0:00:06.650 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:42:54 +0000 (0:00:02.758) 0:00:09.408 ****** 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.015366", "end": "2024-01-27 00:42:54.802223", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-27 00:42:54.786857" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004987", "end": "2024-01-27 00:42:55.032697", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-27 00:42:55.027710" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004893", "end": "2024-01-27 00:42:55.222695", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-27 00:42:55.217802" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.630) 0:00:10.038 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025749", "end": "2024-01-27 00:42:55.440065", "rc": 0, "start": "2024-01-27 00:42:55.414316" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.218) 0:00:10.257 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.009) 0:00:10.266 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.008) 0:00:10.274 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.007) 0:00:10.282 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.008) 0:00:10.290 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.007) 0:00:10.298 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.015) 0:00:10.314 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.009) 0:00:10.323 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003660", "end": "2024-01-27 00:42:55.699677", "rc": 0, "start": "2024-01-27 00:42:55.696017" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.191) 0:00:10.514 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.009) 0:00:10.523 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.009) 0:00:10.533 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.017) 0:00:10.551 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.010) 0:00:10.561 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706316174.791096, "block_size": 4096, "blocks": 0, "ctime": 1706316174.791096, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31034, "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": 1706316174.791096, "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_fixzjzx14j9/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.190) 0:00:10.751 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.010) 0:00:10.762 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.018) 0:00:10.780 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:42:55 +0000 (0:00:00.009) 0:00:10.789 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.008) 0:00:10.798 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.011) 0:00:10.809 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.009) 0:00:10.819 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003923", "end": "2024-01-27 00:42:56.197652", "rc": 0, "start": "2024-01-27 00:42:56.193729" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.195) 0:00:11.014 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.010) 0:00:11.025 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:42:56 +0000 (0:00:00.009) 0:00:11.034 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:42:58 +0000 (0:00:02.633) 0:00:13.667 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:42:58 +0000 (0:00:00.031) 0:00:13.699 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:42:58 +0000 (0:00:00.023) 0:00:13.722 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009387", "end": "2024-01-27 00:42:59.109139", "rc": 0, "start": "2024-01-27 00:42:59.099752" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.203) 0:00:13.926 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:13.935 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.007) 0:00:13.943 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.008) 0:00:13.952 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.007) 0:00:13.959 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.018) 0:00:13.977 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:13.986 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-01-27 00:42:59.363422", "rc": 0, "start": "2024-01-27 00:42:59.359643" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.192) 0:00:14.179 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.189 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.008) 0:00:14.198 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.018) 0:00:14.216 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.226 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.186) 0:00:14.412 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tests_helpers_and_asserts.yml:15 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.010) 0:00:14.423 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.013) 0:00:14.437 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.447 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.456 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003826", "end": "2024-01-27 00:42:59.832618", "rc": 0, "start": "2024-01-27 00:42:59.828792" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.191) 0:00:14.647 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.657 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.667 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.011) 0:00:14.679 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.007) 0:00:14.686 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.007) 0:00:14.693 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.010) 0:00:14.704 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:42:59 +0000 (0:00:00.009) 0:00:14.713 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004126", "end": "2024-01-27 00:43:00.096200", "rc": 0, "start": "2024-01-27 00:43:00.092074" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:00 +0000 (0:00:00.198) 0:00:14.912 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:00 +0000 (0:00:00.009) 0:00:14.922 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:43:00 +0000 (0:00:00.009) 0:00:14.932 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:43:02 +0000 (0:00:02.656) 0:00:17.589 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.013) 0:00:17.602 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.007) 0:00:17.610 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.008) 0:00:17.619 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.008) 0:00:17.628 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.007) 0:00:17.636 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.008) 0:00:17.644 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.007) 0:00:17.652 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.013) 0:00:17.665 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:43:02 +0000 (0:00:00.009) 0:00:17.674 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004122", "end": "2024-01-27 00:43:03.055124", "rc": 0, "start": "2024-01-27 00:43:03.051002" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.196) 0:00:17.871 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.009) 0:00:17.881 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.008) 0:00:17.889 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.013) 0:00:17.902 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.009) 0:00:17.912 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.191) 0:00:18.104 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.009) 0:00:18.113 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.015) 0:00:18.129 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.007) 0:00:18.136 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.007) 0:00:18.143 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.010) 0:00:18.154 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.009) 0:00:18.163 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003832", "end": "2024-01-27 00:43:03.541186", "rc": 0, "start": "2024-01-27 00:43:03.537354" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.193) 0:00:18.356 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.009) 0:00:18.366 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:43:03 +0000 (0:00:00.008) 0:00:18.374 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:43:06 +0000 (0:00:02.638) 0:00:21.013 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.019) 0:00:21.033 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.042 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.008) 0:00:21.051 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010762", "end": "2024-01-27 00:43:06.435907", "rc": 0, "start": "2024-01-27 00:43:06.425145" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.211) 0:00:21.262 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.008) 0:00:21.271 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.280 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.007) 0:00:21.287 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.015) 0:00:21.303 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.312 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003863", "end": "2024-01-27 00:43:06.688272", "rc": 0, "start": "2024-01-27 00:43:06.684409" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.190) 0:00:21.502 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.010) 0:00:21.513 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.523 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.015) 0:00:21.538 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.548 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706316186.4352334, "block_size": 4096, "blocks": 0, "ctime": 1706316186.4352334, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31357, "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": 1706316186.4352334, "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_fixzjzx14j9/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.194) 0:00:21.742 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.011) 0:00:21.753 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.018) 0:00:21.772 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.009) 0:00:21.781 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 00:43:06 +0000 (0:00:00.008) 0:00:21.790 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:43:07 +0000 (0:00:00.011) 0:00:21.802 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:43:07 +0000 (0:00:00.010) 0:00:21.813 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003700", "end": "2024-01-27 00:43:07.189292", "rc": 0, "start": "2024-01-27 00:43:07.185592" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:07 +0000 (0:00:00.192) 0:00:22.005 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:07 +0000 (0:00:00.010) 0:00:22.016 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 00:43:07 +0000 (0:00:00.016) 0:00:22.032 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 00:43:09 +0000 (0:00:02.667) 0:00:24.700 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 00:43:09 +0000 (0:00:00.013) 0:00:24.714 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 00:43:09 +0000 (0:00:00.007) 0:00:24.721 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 00:43:09 +0000 (0:00:00.008) 0:00:24.730 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 00:43:09 +0000 (0:00:00.007) 0:00:24.737 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008429", "end": "2024-01-27 00:43:10.122123", "rc": 0, "start": "2024-01-27 00:43:10.113694" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.200) 0:00:24.938 ****** 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_fixzjzx14j9/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.009) 0:00:24.947 ****** 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_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.007) 0:00:24.955 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.018) 0:00:24.973 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.009) 0:00:24.982 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-01-27 00:43:10.359957", "rc": 0, "start": "2024-01-27 00:43:10.356267" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.191) 0:00:25.174 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.009) 0:00:25.184 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.008) 0:00:25.192 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.019) 0:00:25.212 ****** included: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.009) 0:00:25.222 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.187) 0:00:25.409 ****** 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 Saturday 27 January 2024 00:43:10 +0000 (0:00:00.014) 0:00:25.423 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.76s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:16 ---------- Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-ci_fixzjzx14j9/tests/tests_helpers_and_asserts.yml:3 ------------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:23 ---------- Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/enable_epel.yml:35 -------------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/el_repo_setup.yml:3 ------------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/el_repo_setup.yml:17 ------------------ Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/enable_epel.yml:8 --------------------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:31 ---------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:45 ---------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:39 ---------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/manage_test_interface.yml:50 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixzjzx14j9/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixzjzx14j9/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. ---^---^---^---^---^---