# 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-ci7p3i20q9/.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-ci7p3i20q9/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-ci7p3i20q9/tests/tests_helpers_and_asserts.yml:3 Saturday 13 April 2024 14:09:43 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tests_helpers_and_asserts.yml:6 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.858) 0:00:00.894 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/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-ci7p3i20q9/tests/tasks/el_repo_setup.yml:3 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.012) 0:00:00.906 ******** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/el_repo_setup.yml:17 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.020) 0:00:00.926 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/el_repo_setup.yml:22 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.244) 0:00:01.171 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/el_repo_setup.yml:26 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.014) 0:00:01.186 ******** 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-ci7p3i20q9/tests/tasks/el_repo_setup.yml:51 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.008) 0:00:01.195 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/enable_epel.yml:8 Saturday 13 April 2024 14:09:44 +0000 (0:00:00.022) 0:00:01.217 ******** 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-ci7p3i20q9/tests/tasks/enable_epel.yml:24 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.246) 0:00:01.463 ******** 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-ci7p3i20q9/tests/tasks/enable_epel.yml:30 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.008) 0:00:01.472 ******** 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-ci7p3i20q9/tests/tasks/enable_epel.yml:35 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.008) 0:00:01.481 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241335", "end": "2024-04-13 14:09:45.658618", "rc": 0, "start": "2024-04-13 14:09:45.417283" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/enable_epel.yml:40 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.426) 0:00:01.907 ******** 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-ci7p3i20q9/tests/tests_helpers_and_asserts.yml:9 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.009) 0:00:01.916 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.012) 0:00:01.928 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.010) 0:00:01.939 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.009) 0:00:01.949 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003112", "end": "2024-04-13 14:09:45.888331", "rc": 0, "start": "2024-04-13 14:09:45.885219" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.186) 0:00:02.135 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.010) 0:00:02.145 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.010) 0:00:02.156 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.014) 0:00:02.170 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.007) 0:00:02.178 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.008) 0:00:02.186 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.013) 0:00:02.200 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:45 +0000 (0:00:00.012) 0:00:02.212 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003269", "end": "2024-04-13 14:09:46.153378", "rc": 0, "start": "2024-04-13 14:09:46.150109" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:46 +0000 (0:00:00.187) 0:00:02.400 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:46 +0000 (0:00:00.010) 0:00:02.410 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:09:46 +0000 (0:00:00.009) 0:00:02.420 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:09:49 +0000 (0:00:03.022) 0:00:05.442 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.013) 0:00:05.456 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.008) 0:00:05.464 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.473 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.008) 0:00:05.482 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.491 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.500 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.008) 0:00:05.509 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.013) 0:00:05.522 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.532 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-04-13 14:09:49.472580", "rc": 0, "start": "2024-04-13 14:09:49.469361" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.188) 0:00:05.720 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.729 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.008) 0:00:05.738 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.014) 0:00:05.752 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.762 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.185) 0:00:05.948 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.010) 0:00:05.959 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.015) 0:00:05.974 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:05.983 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.007) 0:00:05.991 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.011) 0:00:06.003 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:06.012 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003116", "end": "2024-04-13 14:09:49.952987", "rc": 0, "start": "2024-04-13 14:09:49.949871" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.187) 0:00:06.200 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.010) 0:00:06.211 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:09:49 +0000 (0:00:00.009) 0:00:06.220 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:09:52 +0000 (0:00:02.583) 0:00:08.803 ******** 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.006167", "end": "2024-04-13 14:09:52.750280", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-04-13 14:09:52.744113" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003682", "end": "2024-04-13 14:09:52.977136", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-04-13 14:09:52.973454" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004563", "end": "2024-04-13 14:09:53.158874", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-04-13 14:09:53.154311" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.603) 0:00:09.407 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022575", "end": "2024-04-13 14:09:53.368930", "rc": 0, "start": "2024-04-13 14:09:53.346355" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.210) 0:00:09.617 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.627 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.008) 0:00:09.635 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.008) 0:00:09.644 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.653 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.007) 0:00:09.660 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.016) 0:00:09.677 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.687 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003145", "end": "2024-04-13 14:09:53.627039", "rc": 0, "start": "2024-04-13 14:09:53.623894" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.187) 0:00:09.874 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.884 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.894 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_present.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.016) 0:00:09.910 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:09.920 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713017392.7473633, "block_size": 4096, "blocks": 0, "ctime": 1713017392.7473633, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35432, "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": 1713017392.7473633, "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-ci7p3i20q9/tests/tasks/assert_device_present.yml:5 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.186) 0:00:10.106 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.010) 0:00:10.117 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.018) 0:00:10.135 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.007) 0:00:10.143 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.007) 0:00:10.150 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.010) 0:00:10.161 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:53 +0000 (0:00:00.009) 0:00:10.171 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003007", "end": "2024-04-13 14:09:54.110197", "rc": 0, "start": "2024-04-13 14:09:54.107190" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:54 +0000 (0:00:00.186) 0:00:10.357 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:54 +0000 (0:00:00.010) 0:00:10.367 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:09:54 +0000 (0:00:00.009) 0:00:10.377 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:09:56 +0000 (0:00:02.604) 0:00:12.981 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:09:56 +0000 (0:00:00.016) 0:00:12.997 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:09:56 +0000 (0:00:00.008) 0:00:13.005 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012690", "end": "2024-04-13 14:09:56.956470", "rc": 0, "start": "2024-04-13 14:09:56.943780" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:09:56 +0000 (0:00:00.200) 0:00:13.206 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:09:56 +0000 (0:00:00.009) 0:00:13.215 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:09:56 +0000 (0:00:00.008) 0:00:13.223 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.233 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.007) 0:00:13.240 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.019) 0:00:13.259 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.269 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003512", "end": "2024-04-13 14:09:57.208220", "rc": 0, "start": "2024-04-13 14:09:57.204708" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.187) 0:00:13.456 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.010) 0:00:13.467 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.476 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.019) 0:00:13.495 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.505 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.186) 0:00:13.692 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tests_helpers_and_asserts.yml:15 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.010) 0:00:13.703 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.013) 0:00:13.716 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.726 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.736 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003159", "end": "2024-04-13 14:09:57.676487", "rc": 0, "start": "2024-04-13 14:09:57.673328" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.187) 0:00:13.924 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.933 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.010) 0:00:13.944 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.012) 0:00:13.956 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.007) 0:00:13.963 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.007) 0:00:13.971 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.010) 0:00:13.982 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:13.992 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003170", "end": "2024-04-13 14:09:57.932686", "rc": 0, "start": "2024-04-13 14:09:57.929516" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.188) 0:00:14.180 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.010) 0:00:14.191 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:09:57 +0000 (0:00:00.009) 0:00:14.200 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:10:00 +0000 (0:00:02.730) 0:00:16.930 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.013) 0:00:16.944 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.008) 0:00:16.952 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.007) 0:00:16.960 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.007) 0:00:16.968 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.009) 0:00:16.978 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.008) 0:00:16.986 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.007) 0:00:16.993 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.015) 0:00:17.008 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.009) 0:00:17.018 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003020", "end": "2024-04-13 14:10:00.958493", "rc": 0, "start": "2024-04-13 14:10:00.955473" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.187) 0:00:17.205 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.009) 0:00:17.215 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 April 2024 14:10:00 +0000 (0:00:00.009) 0:00:17.225 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.013) 0:00:17.238 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.009) 0:00:17.248 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.183) 0:00:17.431 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.011) 0:00:17.442 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.015) 0:00:17.458 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.008) 0:00:17.466 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.007) 0:00:17.473 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.011) 0:00:17.484 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.009) 0:00:17.494 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003066", "end": "2024-04-13 14:10:01.435038", "rc": 0, "start": "2024-04-13 14:10:01.431972" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.188) 0:00:17.682 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.010) 0:00:17.692 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:10:01 +0000 (0:00:00.009) 0:00:17.702 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:10:04 +0000 (0:00:02.580) 0:00:20.283 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.014) 0:00:20.297 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:20.307 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:20.316 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004278", "end": "2024-04-13 14:10:04.259668", "rc": 0, "start": "2024-04-13 14:10:04.255390" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.204) 0:00:20.520 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.010) 0:00:20.531 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:20.540 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.008) 0:00:20.548 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.017) 0:00:20.565 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.010) 0:00:20.576 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-04-13 14:10:04.518248", "rc": 0, "start": "2024-04-13 14:10:04.514767" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.189) 0:00:20.766 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.011) 0:00:20.777 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:20.786 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_present.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.016) 0:00:20.803 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:20.813 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713017404.2585633, "block_size": 4096, "blocks": 0, "ctime": 1713017404.2585633, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35725, "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": 1713017404.2585633, "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-ci7p3i20q9/tests/tasks/assert_device_present.yml:5 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.187) 0:00:21.000 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.010) 0:00:21.011 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.020) 0:00:21.032 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.009) 0:00:21.041 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.008) 0:00:21.050 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.012) 0:00:21.063 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:10:04 +0000 (0:00:00.011) 0:00:21.074 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002969", "end": "2024-04-13 14:10:05.015247", "rc": 0, "start": "2024-04-13 14:10:05.012278" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:10:05 +0000 (0:00:00.187) 0:00:21.262 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:10:05 +0000 (0:00:00.009) 0:00:21.272 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 14:10:05 +0000 (0:00:00.010) 0:00:21.282 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 14:10:07 +0000 (0:00:02.557) 0:00:23.840 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.015) 0:00:23.855 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.009) 0:00:23.865 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.009) 0:00:23.874 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.010) 0:00:23.884 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007276", "end": "2024-04-13 14:10:07.831532", "rc": 0, "start": "2024-04-13 14:10:07.824256" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.195) 0:00:24.080 ******** 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-ci7p3i20q9/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.009) 0:00:24.089 ******** 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-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.008) 0:00:24.098 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.018) 0:00:24.116 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 14:10:07 +0000 (0:00:00.009) 0:00:24.126 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003124", "end": "2024-04-13 14:10:08.064873", "rc": 0, "start": "2024-04-13 14:10:08.061749" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.186) 0:00:24.312 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.009) 0:00:24.322 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.009) 0:00:24.332 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.020) 0:00:24.352 ******** included: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.009) 0:00:24.362 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.184) 0:00:24.546 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 13 April 2024 14:10:08 +0000 (0:00:00.015) 0:00:24.561 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.56s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci7p3i20q9/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/enable_epel.yml:35 ----------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:49 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci7p3i20q9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci7p3i20q9/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. ---^---^---^---^---^---