# 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-ci8qje5d8s/.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-ci8qje5d8s/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-ci8qje5d8s/tests/tests_helpers_and_asserts.yml:3 Saturday 22 June 2024 17:42:19 +0000 (0:00:00.036) 0:00:00.036 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tests_helpers_and_asserts.yml:6 Saturday 22 June 2024 17:42:20 +0000 (0:00:00.862) 0:00:00.899 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/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-ci8qje5d8s/tests/tasks/el_repo_setup.yml:3 Saturday 22 June 2024 17:42:20 +0000 (0:00:00.026) 0:00:00.925 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/el_repo_setup.yml:17 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.367) 0:00:01.293 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/el_repo_setup.yml:22 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.254) 0:00:01.547 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/el_repo_setup.yml:26 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.035) 0:00:01.582 ********* 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-ci8qje5d8s/tests/tasks/el_repo_setup.yml:51 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.019) 0:00:01.602 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/enable_epel.yml:8 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.025) 0:00:01.627 ********* 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-ci8qje5d8s/tests/tasks/enable_epel.yml:24 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.261) 0:00:01.888 ********* 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-ci8qje5d8s/tests/tasks/enable_epel.yml:30 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.047) 0:00:01.936 ********* 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-ci8qje5d8s/tests/tasks/enable_epel.yml:35 Saturday 22 June 2024 17:42:21 +0000 (0:00:00.010) 0:00:01.946 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241756", "end": "2024-06-22 17:42:22.276470", "rc": 0, "start": "2024-06-22 17:42:22.034714" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/enable_epel.yml:40 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.444) 0:00:02.390 ********* 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-ci8qje5d8s/tests/tests_helpers_and_asserts.yml:9 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.026) 0:00:02.417 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.021) 0:00:02.438 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.015) 0:00:02.454 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.014) 0:00:02.468 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003163", "end": "2024-06-22 17:42:22.548318", "rc": 0, "start": "2024-06-22 17:42:22.545155" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.197) 0:00:02.666 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.047) 0:00:02.714 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:5 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.014) 0:00:02.728 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.028) 0:00:02.757 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.021) 0:00:02.779 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.014) 0:00:02.794 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.022) 0:00:02.816 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.016) 0:00:02.832 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002831", "end": "2024-06-22 17:42:22.930781", "rc": 0, "start": "2024-06-22 17:42:22.927950" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.212) 0:00:03.045 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.013) 0:00:03.058 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:22 +0000 (0:00:00.011) 0:00:03.070 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:25 +0000 (0:00:02.957) 0:00:06.028 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:25 +0000 (0:00:00.017) 0:00:06.045 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:25 +0000 (0:00:00.011) 0:00:06.057 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:25 +0000 (0:00:00.010) 0:00:06.067 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.031) 0:00:06.099 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.010) 0:00:06.110 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.011) 0:00:06.121 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:9 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.011) 0:00:06.132 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.013) 0:00:06.146 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.012) 0:00:06.158 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003073", "end": "2024-06-22 17:42:26.251504", "rc": 0, "start": "2024-06-22 17:42:26.248431" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.201) 0:00:06.360 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.013) 0:00:06.374 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:11 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.012) 0:00:06.386 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.032) 0:00:06.418 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.020) 0:00:06.438 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.211) 0:00:06.650 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:14 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.011) 0:00:06.662 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.020) 0:00:06.682 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.011) 0:00:06.693 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.009) 0:00:06.702 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.024) 0:00:06.727 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.014) 0:00:06.742 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003066", "end": "2024-06-22 17:42:26.843364", "rc": 0, "start": "2024-06-22 17:42:26.840298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.209) 0:00:06.952 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.013) 0:00:06.965 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:26 +0000 (0:00:00.022) 0:00:06.987 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:29 +0000 (0:00:02.766) 0:00:09.753 ********* 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.013254", "end": "2024-06-22 17:42:29.846750", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-22 17:42:29.833496" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003163", "end": "2024-06-22 17:42:30.069801", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-22 17:42:30.066638" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003909", "end": "2024-06-22 17:42:30.282996", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-22 17:42:30.279087" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.645) 0:00:10.399 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023147", "end": "2024-06-22 17:42:30.497351", "rc": 0, "start": "2024-06-22 17:42:30.474204" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.209) 0:00:10.608 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.019) 0:00:10.628 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.028) 0:00:10.656 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.100) 0:00:10.757 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.040) 0:00:10.797 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:18 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.013) 0:00:10.811 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.034) 0:00:10.846 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.014) 0:00:10.860 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003110", "end": "2024-06-22 17:42:30.937287", "rc": 0, "start": "2024-06-22 17:42:30.934177" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.185) 0:00:11.046 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.017) 0:00:11.064 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:20 Saturday 22 June 2024 17:42:30 +0000 (0:00:00.014) 0:00:11.078 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.017) 0:00:11.096 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.010) 0:00:11.106 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078149.8371606, "block_size": 4096, "blocks": 0, "ctime": 1719078149.8371606, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30182, "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": 1719078149.8371606, "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-ci8qje5d8s/tests/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.227) 0:00:11.334 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:23 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.022) 0:00:11.357 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.021) 0:00:11.379 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.008) 0:00:11.387 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.007) 0:00:11.395 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.011) 0:00:11.406 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.020) 0:00:11.426 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003142", "end": "2024-06-22 17:42:31.514201", "rc": 0, "start": "2024-06-22 17:42:31.511059" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.205) 0:00:11.632 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.019) 0:00:11.651 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:31 +0000 (0:00:00.010) 0:00:11.661 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:34 +0000 (0:00:02.618) 0:00:14.280 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.035) 0:00:14.315 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.011) 0:00:14.327 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010958", "end": "2024-06-22 17:42:34.433743", "rc": 0, "start": "2024-06-22 17:42:34.422785" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.221) 0:00:14.548 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.019) 0:00:14.567 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.021) 0:00:14.589 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.013) 0:00:14.603 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:27 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.020) 0:00:14.623 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.024) 0:00:14.648 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.019) 0:00:14.667 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003275", "end": "2024-06-22 17:42:34.766358", "rc": 0, "start": "2024-06-22 17:42:34.763083" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.211) 0:00:14.879 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.013) 0:00:14.892 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:29 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.010) 0:00:14.903 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.023) 0:00:14.926 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:34 +0000 (0:00:00.015) 0:00:14.942 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.185) 0:00:15.127 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tests_helpers_and_asserts.yml:15 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.012) 0:00:15.140 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.018) 0:00:15.159 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.013) 0:00:15.172 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.011) 0:00:15.183 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002806", "end": "2024-06-22 17:42:35.260682", "rc": 0, "start": "2024-06-22 17:42:35.257876" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.197) 0:00:15.381 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.023) 0:00:15.405 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:5 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.016) 0:00:15.421 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.014) 0:00:15.435 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.023) 0:00:15.459 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.010) 0:00:15.469 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.014) 0:00:15.484 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.021) 0:00:15.505 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002771", "end": "2024-06-22 17:42:35.588272", "rc": 0, "start": "2024-06-22 17:42:35.585501" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.192) 0:00:15.697 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.010) 0:00:15.707 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:35 +0000 (0:00:00.009) 0:00:15.717 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:38 +0000 (0:00:02.584) 0:00:18.302 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.037) 0:00:18.339 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.019) 0:00:18.358 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.013) 0:00:18.371 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.016) 0:00:18.388 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.017) 0:00:18.405 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.021) 0:00:18.427 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:9 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.013) 0:00:18.441 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.029) 0:00:18.470 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.021) 0:00:18.492 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002835", "end": "2024-06-22 17:42:38.575265", "rc": 0, "start": "2024-06-22 17:42:38.572430" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.192) 0:00:18.684 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.010) 0:00:18.695 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:11 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.011) 0:00:18.706 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.019) 0:00:18.726 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.017) 0:00:18.743 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.186) 0:00:18.930 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:14 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.014) 0:00:18.944 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.016) 0:00:18.961 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.017) 0:00:18.978 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.015) 0:00:18.993 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.013) 0:00:19.007 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:38 +0000 (0:00:00.013) 0:00:19.020 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003121", "end": "2024-06-22 17:42:39.103631", "rc": 0, "start": "2024-06-22 17:42:39.100510" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:39 +0000 (0:00:00.192) 0:00:19.213 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:39 +0000 (0:00:00.010) 0:00:19.223 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:39 +0000 (0:00:00.009) 0:00:19.233 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:41 +0000 (0:00:02.595) 0:00:21.829 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:41 +0000 (0:00:00.019) 0:00:21.848 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:41 +0000 (0:00:00.010) 0:00:21.858 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:41 +0000 (0:00:00.020) 0:00:21.879 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008684", "end": "2024-06-22 17:42:42.007522", "rc": 0, "start": "2024-06-22 17:42:41.998838" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.250) 0:00:22.130 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.014) 0:00:22.144 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.011) 0:00:22.156 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:18 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.033) 0:00:22.189 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.018) 0:00:22.207 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.010) 0:00:22.218 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003215", "end": "2024-06-22 17:42:42.340904", "rc": 0, "start": "2024-06-22 17:42:42.337689" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.232) 0:00:22.450 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.013) 0:00:22.463 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:20 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.010) 0:00:22.474 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.017) 0:00:22.491 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.010) 0:00:22.502 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078162.006911, "block_size": 4096, "blocks": 0, "ctime": 1719078162.006911, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30505, "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": 1719078162.006911, "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-ci8qje5d8s/tests/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.193) 0:00:22.696 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:23 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.036) 0:00:22.732 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.043) 0:00:22.775 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.023) 0:00:22.798 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.045) 0:00:22.844 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.035) 0:00:22.879 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:42 +0000 (0:00:00.017) 0:00:22.896 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003168", "end": "2024-06-22 17:42:42.999050", "rc": 0, "start": "2024-06-22 17:42:42.995882" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:43 +0000 (0:00:00.214) 0:00:23.111 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:43 +0000 (0:00:00.011) 0:00:23.123 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:42:43 +0000 (0:00:00.012) 0:00:23.136 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 Saturday 22 June 2024 17:42:45 +0000 (0:00:02.731) 0:00:25.867 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:35 Saturday 22 June 2024 17:42:45 +0000 (0:00:00.053) 0:00:25.921 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 Saturday 22 June 2024 17:42:45 +0000 (0:00:00.042) 0:00:25.963 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 Saturday 22 June 2024 17:42:45 +0000 (0:00:00.009) 0:00:25.972 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 Saturday 22 June 2024 17:42:45 +0000 (0:00:00.030) 0:00:26.003 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008957", "end": "2024-06-22 17:42:46.094503", "rc": 0, "start": "2024-06-22 17:42:46.085546" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:60 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.216) 0:00:26.219 ********* 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-ci8qje5d8s/tests/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.024) 0:00:26.243 ********* 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-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:27 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.011) 0:00:26.255 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.034) 0:00:26.289 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.026) 0:00:26.316 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003139", "end": "2024-06-22 17:42:46.414081", "rc": 0, "start": "2024-06-22 17:42:46.410942" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.209) 0:00:26.526 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.009) 0:00:26.536 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/create_and_remove_interface.yml:29 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.014) 0:00:26.550 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:3 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.021) 0:00:26.572 ********* included: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.011) 0:00:26.583 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/assert_device_absent.yml:5 Saturday 22 June 2024 17:42:46 +0000 (0:00:00.188) 0:00:26.772 ********* 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 22 June 2024 17:42:46 +0000 (0:00:00.049) 0:00:26.822 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci8qje5d8s/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/el_repo_setup.yml:17 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.yml:3 ----------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.21s /WORKDIR/git-weekly-ci8qje5d8s/tests/tasks/get_interface_stat.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. ---^---^---^---^---^---