# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciwoa2auys/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml:3 Saturday 20 January 2024 13:41:39 +0000 (0:00:00.036) 0:00:00.036 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml:6 Saturday 20 January 2024 13:41:39 +0000 (0:00:00.786) 0:00:00.822 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:41:39 +0000 (0:00:00.013) 0:00:00.835 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:17 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.393) 0:00:01.229 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:22 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.271) 0:00:01.500 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:26 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.014) 0:00:01.514 ****** 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-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:51 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.008) 0:00:01.523 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.020) 0:00:01.544 ****** 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-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.247) 0:00:01.791 ****** 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-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.009) 0:00:01.800 ****** 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-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:41:40 +0000 (0:00:00.008) 0:00:01.809 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252685", "end": "2024-01-20 13:41:41.360903", "rc": 0, "start": "2024-01-20 13:41:41.108218" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.455) 0:00:02.264 ****** 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-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml:9 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.010) 0:00:02.275 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.012) 0:00:02.287 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.013) 0:00:02.300 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.009) 0:00:02.310 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003751", "end": "2024-01-20 13:41:41.611059", "rc": 0, "start": "2024-01-20 13:41:41.607308" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.193) 0:00:02.503 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.010) 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-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.008) 0:00:02.522 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.017) 0:00:02.540 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.009) 0:00:02.549 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.008) 0:00:02.558 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.010) 0:00:02.568 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.009) 0:00:02.577 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003920", "end": "2024-01-20 13:41:41.879476", "rc": 0, "start": "2024-01-20 13:41:41.875556" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.192) 0:00:02.770 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.011) 0:00:02.781 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:41:41 +0000 (0:00:00.011) 0:00:02.793 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:41:44 +0000 (0:00:02.830) 0:00:05.623 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.014) 0:00:05.638 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.007) 0:00:05.646 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.008) 0:00:05.654 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.008) 0:00:05.663 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.007) 0:00:05.670 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.008) 0:00:05.679 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.014) 0:00:05.694 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.014) 0:00:05.708 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:44 +0000 (0:00:00.016) 0:00:05.725 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-01-20 13:41:45.039669", "rc": 0, "start": "2024-01-20 13:41:45.035856" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.214) 0:00:05.939 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.020) 0:00:05.960 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.009) 0:00:05.969 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.014) 0:00:05.984 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.018) 0:00:06.002 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.201) 0:00:06.203 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.011) 0:00:06.215 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.015) 0:00:06.230 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.007) 0:00:06.238 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.007) 0:00:06.245 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.011) 0:00:06.257 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.012) 0:00:06.269 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003792", "end": "2024-01-20 13:41:45.572414", "rc": 0, "start": "2024-01-20 13:41:45.568622" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.199) 0:00:06.469 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.011) 0:00:06.480 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:41:45 +0000 (0:00:00.014) 0:00:06.495 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:41:48 +0000 (0:00:02.626) 0:00:09.122 ****** 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.014465", "end": "2024-01-20 13:41:48.436108", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-20 13:41:48.421643" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004336", "end": "2024-01-20 13:41:48.666911", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-20 13:41:48.662575" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005076", "end": "2024-01-20 13:41:48.862490", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-20 13:41:48.857414" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:41:48 +0000 (0:00:00.645) 0:00:09.768 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024806", "end": "2024-01-20 13:41:49.092696", "rc": 0, "start": "2024-01-20 13:41:49.067890" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.217) 0:00:09.985 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.012) 0:00:09.998 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.008) 0:00:10.006 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.013) 0:00:10.019 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.023) 0:00:10.043 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.010) 0:00:10.053 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.026) 0:00:10.079 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.012) 0:00:10.092 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003466", "end": "2024-01-20 13:41:49.406395", "rc": 0, "start": "2024-01-20 13:41:49.402929" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.216) 0:00:10.308 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.023) 0:00:10.332 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.014) 0:00:10.346 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.038) 0:00:10.385 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.014) 0:00:10.399 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705758108.4258864, "block_size": 4096, "blocks": 0, "ctime": 1705758108.4258864, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31515, "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": 1705758108.4258864, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.218) 0:00:10.618 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.011) 0:00:10.629 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.022) 0:00:10.652 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.009) 0:00:10.661 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.017) 0:00:10.679 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.014) 0:00:10.693 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:49 +0000 (0:00:00.017) 0:00:10.711 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003902", "end": "2024-01-20 13:41:50.018760", "rc": 0, "start": "2024-01-20 13:41:50.014858" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:50 +0000 (0:00:00.209) 0:00:10.921 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:50 +0000 (0:00:00.019) 0:00:10.941 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:41:50 +0000 (0:00:00.012) 0:00:10.953 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:41:52 +0000 (0:00:02.643) 0:00:13.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-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:41:52 +0000 (0:00:00.033) 0:00:13.630 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:41:52 +0000 (0:00:00.013) 0:00:13.643 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012076", "end": "2024-01-20 13:41:52.955550", "rc": 0, "start": "2024-01-20 13:41:52.943474" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:41:52 +0000 (0:00:00.219) 0:00:13.862 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.018) 0:00:13.880 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.015) 0:00:13.896 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.023) 0:00:13.920 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.014) 0:00:13.935 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.025) 0:00:13.960 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.012) 0:00:13.973 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003913", "end": "2024-01-20 13:41:53.273198", "rc": 0, "start": "2024-01-20 13:41:53.269285" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.203) 0:00:14.176 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.016) 0:00:14.192 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.202 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.025) 0:00:14.228 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.021) 0:00:14.250 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.195) 0:00:14.445 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml:15 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.456 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.014) 0:00:14.471 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.481 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.492 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003742", "end": "2024-01-20 13:41:53.794782", "rc": 0, "start": "2024-01-20 13:41:53.791040" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.193) 0:00:14.686 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.009) 0:00:14.696 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.706 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.012) 0:00:14.718 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.007) 0:00:14.725 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.007) 0:00:14.733 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.010) 0:00:14.743 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:53 +0000 (0:00:00.009) 0:00:14.753 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003716", "end": "2024-01-20 13:41:54.053752", "rc": 0, "start": "2024-01-20 13:41:54.050036" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:54 +0000 (0:00:00.191) 0:00:14.944 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:54 +0000 (0:00:00.010) 0:00:14.954 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:41:54 +0000 (0:00:00.009) 0:00:14.963 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:41:56 +0000 (0:00:02.604) 0:00:17.568 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.013) 0:00:17.582 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.007) 0:00:17.590 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.007) 0:00:17.598 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.007) 0:00:17.605 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.008) 0:00:17.614 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.009) 0:00:17.623 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.007) 0:00:17.630 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.013) 0:00:17.643 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.008) 0:00:17.652 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003677", "end": "2024-01-20 13:41:56.952730", "rc": 0, "start": "2024-01-20 13:41:56.949053" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.191) 0:00:17.843 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.009) 0:00:17.853 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:41:56 +0000 (0:00:00.009) 0:00:17.863 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.013) 0:00:17.876 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.009) 0:00:17.885 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.194) 0:00:18.080 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.016) 0:00:18.097 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.024) 0:00:18.121 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.012) 0:00:18.134 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.012) 0:00:18.147 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.028) 0:00:18.175 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.015) 0:00:18.190 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003625", "end": "2024-01-20 13:41:57.499653", "rc": 0, "start": "2024-01-20 13:41:57.496028" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.204) 0:00:18.395 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.010) 0:00:18.406 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:41:57 +0000 (0:00:00.010) 0:00:18.416 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:42:00 +0000 (0:00:02.632) 0:00:21.048 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.023) 0:00:21.071 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.015) 0:00:21.087 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.009) 0:00:21.096 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010599", "end": "2024-01-20 13:42:00.406683", "rc": 0, "start": "2024-01-20 13:42:00.396084" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.214) 0:00:21.311 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.015) 0:00:21.327 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.009) 0:00:21.337 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.011) 0:00:21.349 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.017) 0:00:21.367 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.011) 0:00:21.378 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-01-20 13:42:00.712822", "rc": 0, "start": "2024-01-20 13:42:00.709123" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.233) 0:00:21.612 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.011) 0:00:21.623 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.011) 0:00:21.634 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.016) 0:00:21.651 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.015) 0:00:21.666 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705758120.4060316, "block_size": 4096, "blocks": 0, "ctime": 1705758120.4060316, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31838, "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": 1705758120.4060316, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.194) 0:00:21.861 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:42:00 +0000 (0:00:00.010) 0:00:21.872 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.017) 0:00:21.890 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.009) 0:00:21.899 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.007) 0:00:21.906 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.012) 0:00:21.918 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.009) 0:00:21.928 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003844", "end": "2024-01-20 13:42:01.227693", "rc": 0, "start": "2024-01-20 13:42:01.223849" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.196) 0:00:22.124 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.012) 0:00:22.137 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:42:01 +0000 (0:00:00.015) 0:00:22.152 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:42:03 +0000 (0:00:02.605) 0:00:24.757 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:42:03 +0000 (0:00:00.026) 0:00:24.784 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:42:03 +0000 (0:00:00.009) 0:00:24.793 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:42:03 +0000 (0:00:00.009) 0:00:24.803 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:42:03 +0000 (0:00:00.009) 0:00:24.812 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011425", "end": "2024-01-20 13:42:04.123326", "rc": 0, "start": "2024-01-20 13:42:04.111901" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.204) 0:00:25.017 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.012) 0:00:25.029 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.009) 0:00:25.038 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.020) 0:00:25.058 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.014) 0:00:25.073 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003995", "end": "2024-01-20 13:42:04.379190", "rc": 0, "start": "2024-01-20 13:42:04.375195" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.200) 0:00:25.273 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.011) 0:00:25.284 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.015) 0:00:25.300 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.020) 0:00:25.321 ****** included: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.011) 0:00:25.332 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:42:04 +0000 (0:00:00.193) 0:00:25.526 ****** 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 20 January 2024 13:42:04 +0000 (0:00:00.015) 0:00:25.542 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.83s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-weekly-ciwoa2auys/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.39s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:39 ------- Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_interface_stat.yml:3 ----------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:31 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ciwoa2auys/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ciwoa2auys/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. ---^---^---^---^---^---