# 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-ci60of86qe/.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-ci60of86qe/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-ci60of86qe/tests/tests_helpers_and_asserts.yml:3 Saturday 06 July 2024 17:20:38 +0000 (0:00:00.062) 0:00:00.062 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci60of86qe/tests/tests_helpers_and_asserts.yml:6 Saturday 06 July 2024 17:20:39 +0000 (0:00:00.909) 0:00:00.971 ********* included: /WORKDIR/git-weekly-ci60of86qe/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-ci60of86qe/tests/tasks/el_repo_setup.yml:3 Saturday 06 July 2024 17:20:39 +0000 (0:00:00.012) 0:00:00.984 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/el_repo_setup.yml:17 Saturday 06 July 2024 17:20:39 +0000 (0:00:00.362) 0:00:01.346 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/el_repo_setup.yml:22 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.277) 0:00:01.624 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/el_repo_setup.yml:26 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.013) 0:00:01.638 ********* 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-ci60of86qe/tests/tasks/el_repo_setup.yml:51 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.013) 0:00:01.651 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/enable_epel.yml:8 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.022) 0:00:01.674 ********* 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-ci60of86qe/tests/tasks/enable_epel.yml:24 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.263) 0:00:01.937 ********* 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-ci60of86qe/tests/tasks/enable_epel.yml:30 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.009) 0:00:01.946 ********* 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-ci60of86qe/tests/tasks/enable_epel.yml:35 Saturday 06 July 2024 17:20:40 +0000 (0:00:00.012) 0:00:01.959 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.250216", "end": "2024-07-06 17:20:41.003029", "rc": 0, "start": "2024-07-06 17:20:40.752813" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/enable_epel.yml:40 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.473) 0:00:02.433 ********* 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-ci60of86qe/tests/tests_helpers_and_asserts.yml:9 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.018) 0:00:02.451 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.017) 0:00:02.468 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.020) 0:00:02.489 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.015) 0:00:02.505 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003227", "end": "2024-07-06 17:20:41.286853", "rc": 0, "start": "2024-07-06 17:20:41.283626" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.216) 0:00:02.721 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.025) 0:00:02.746 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.016) 0:00:02.763 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.016) 0:00:02.792 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.026) 0:00:02.819 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.025) 0:00:02.844 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.018) 0:00:02.862 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.032) 0:00:02.895 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003226", "end": "2024-07-06 17:20:41.714612", "rc": 0, "start": "2024-07-06 17:20:41.711386" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.244) 0:00:03.139 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.014) 0:00:03.154 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:20:41 +0000 (0:00:00.014) 0:00:03.168 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:20:45 +0000 (0:00:03.350) 0:00:06.519 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.057) 0:00:06.577 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.042) 0:00:06.619 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.102) 0:00:06.721 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.036) 0:00:06.757 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.015) 0:00:06.773 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.015) 0:00:06.788 ********* 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-ci60of86qe/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.014) 0:00:06.802 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.031) 0:00:06.834 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.011) 0:00:06.845 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003045", "end": "2024-07-06 17:20:45.624199", "rc": 0, "start": "2024-07-06 17:20:45.621154" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.225) 0:00:07.070 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.014) 0:00:07.084 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.025) 0:00:07.110 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.040) 0:00:07.151 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:20:45 +0000 (0:00:00.014) 0:00:07.165 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.283) 0:00:07.449 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.018) 0:00:07.467 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.036) 0:00:07.503 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.016) 0:00:07.519 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.022) 0:00:07.542 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.015) 0:00:07.558 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.040) 0:00:07.599 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2024-07-06 17:20:46.397856", "rc": 0, "start": "2024-07-06 17:20:46.394613" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.215) 0:00:07.814 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.010) 0:00:07.824 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:20:46 +0000 (0:00:00.011) 0:00:07.836 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:20:49 +0000 (0:00:02.656) 0:00:10.493 ********* 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.013782", "end": "2024-07-06 17:20:49.279452", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-06 17:20:49.265670" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003775", "end": "2024-07-06 17:20:49.499141", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-06 17:20:49.495366" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003750", "end": "2024-07-06 17:20:49.700617", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-06 17:20:49.696867" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:20:49 +0000 (0:00:00.628) 0:00:11.122 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022383", "end": "2024-07-06 17:20:49.924567", "rc": 0, "start": "2024-07-06 17:20:49.902184" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:20:49 +0000 (0:00:00.231) 0:00:11.353 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:20:49 +0000 (0:00:00.025) 0:00:11.378 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:20:49 +0000 (0:00:00.019) 0:00:11.398 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.018) 0:00:11.416 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.010) 0:00:11.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-ci60of86qe/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.010) 0:00:11.438 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.023) 0:00:11.462 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.011) 0:00:11.473 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003083", "end": "2024-07-06 17:20:50.243256", "rc": 0, "start": "2024-07-06 17:20:50.240173" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.188) 0:00:11.662 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.010) 0:00:11.673 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.012) 0:00:11.685 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.017) 0:00:11.703 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.011) 0:00:11.714 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286449.269185, "block_size": 4096, "blocks": 0, "ctime": 1720286449.269185, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29040, "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": 1720286449.269185, "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-ci60of86qe/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.201) 0:00:11.916 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.027) 0:00:11.944 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.041) 0:00:11.985 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.019) 0:00:12.005 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.021) 0:00:12.027 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.015) 0:00:12.042 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.013) 0:00:12.056 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003192", "end": "2024-07-06 17:20:50.833473", "rc": 0, "start": "2024-07-06 17:20:50.830281" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.195) 0:00:12.252 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.029) 0:00:12.282 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:20:50 +0000 (0:00:00.012) 0:00:12.294 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:20:53 +0000 (0:00:02.620) 0:00:14.915 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.037) 0:00:14.953 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.025) 0:00:14.978 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009868", "end": "2024-07-06 17:20:53.774162", "rc": 0, "start": "2024-07-06 17:20:53.764294" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.221) 0:00:15.200 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.022) 0:00:15.222 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.032) 0:00:15.255 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.027) 0:00:15.283 ********* 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-ci60of86qe/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.012) 0:00:15.295 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.051) 0:00:15.347 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:53 +0000 (0:00:00.020) 0:00:15.367 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003195", "end": "2024-07-06 17:20:54.189185", "rc": 0, "start": "2024-07-06 17:20:54.185990" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.248) 0:00:15.615 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.022) 0:00:15.638 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.065) 0:00:15.703 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.042) 0:00:15.746 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.022) 0:00:15.768 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.212) 0:00:15.981 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tests_helpers_and_asserts.yml:15 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.011) 0:00:15.993 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.026) 0:00:16.019 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.024) 0:00:16.044 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.030) 0:00:16.075 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003114", "end": "2024-07-06 17:20:54.850751", "rc": 0, "start": "2024-07-06 17:20:54.847637" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.217) 0:00:16.292 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.019) 0:00:16.312 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.012) 0:00:16.325 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.021) 0:00:16.346 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.022) 0:00:16.369 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:20:54 +0000 (0:00:00.021) 0:00:16.390 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:55 +0000 (0:00:00.013) 0:00:16.404 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:55 +0000 (0:00:00.012) 0:00:16.416 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003139", "end": "2024-07-06 17:20:55.185625", "rc": 0, "start": "2024-07-06 17:20:55.182486" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:55 +0000 (0:00:00.184) 0:00:16.601 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:55 +0000 (0:00:00.009) 0:00:16.611 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:20:55 +0000 (0:00:00.009) 0:00:16.621 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:20:57 +0000 (0:00:02.604) 0:00:19.225 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.014) 0:00:19.240 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.007) 0:00:19.248 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.008) 0:00:19.256 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.008) 0:00:19.265 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.007) 0:00:19.272 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.007) 0:00:19.280 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.010) 0:00:19.291 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.012) 0:00:19.303 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:57 +0000 (0:00:00.009) 0:00:19.312 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003100", "end": "2024-07-06 17:20:58.081878", "rc": 0, "start": "2024-07-06 17:20:58.078778" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.185) 0:00:19.498 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.012) 0:00:19.510 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.011) 0:00:19.521 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.020) 0:00:19.542 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.011) 0:00:19.553 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.199) 0:00:19.753 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.015) 0:00:19.768 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.016) 0:00:19.785 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.008) 0:00:19.794 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.009) 0:00:19.804 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.012) 0:00:19.816 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.011) 0:00:19.827 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003159", "end": "2024-07-06 17:20:58.609666", "rc": 0, "start": "2024-07-06 17:20:58.606507" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.205) 0:00:20.033 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.025) 0:00:20.059 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:20:58 +0000 (0:00:00.014) 0:00:20.073 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:21:01 +0000 (0:00:02.634) 0:00:22.708 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.031) 0:00:22.740 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.012) 0:00:22.752 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.013) 0:00:22.765 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011579", "end": "2024-07-06 17:21:01.557550", "rc": 0, "start": "2024-07-06 17:21:01.545971" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.218) 0:00:22.984 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.017) 0:00:23.002 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.009) 0:00:23.011 ********* 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-ci60of86qe/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.013) 0:00:23.025 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.019) 0:00:23.044 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.014) 0:00:23.058 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003345", "end": "2024-07-06 17:21:01.830181", "rc": 0, "start": "2024-07-06 17:21:01.826836" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.187) 0:00:23.246 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.010) 0:00:23.257 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.012) 0:00:23.270 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.018) 0:00:23.288 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:21:01 +0000 (0:00:00.032) 0:00:23.320 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286461.5542006, "block_size": 4096, "blocks": 0, "ctime": 1720286461.5542006, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29363, "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": 1720286461.5542006, "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-ci60of86qe/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.248) 0:00:23.569 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.015) 0:00:23.584 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.023) 0:00:23.608 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.011) 0:00:23.619 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.008) 0:00:23.628 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.015) 0:00:23.644 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.015) 0:00:23.659 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003214", "end": "2024-07-06 17:21:02.443270", "rc": 0, "start": "2024-07-06 17:21:02.440056" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.213) 0:00:23.872 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.028) 0:00:23.901 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:21:02 +0000 (0:00:00.044) 0:00:23.945 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:27 Saturday 06 July 2024 17:21:05 +0000 (0:00:02.638) 0:00:26.584 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:35 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.031) 0:00:26.615 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:43 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.017) 0:00:26.633 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:49 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.028) 0:00:26.662 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:54 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.012) 0:00:26.675 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009451", "end": "2024-07-06 17:21:05.457077", "rc": 0, "start": "2024-07-06 17:21:05.447626" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:60 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.207) 0:00:26.883 ********* 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-ci60of86qe/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.015) 0:00:26.898 ********* 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-ci60of86qe/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.010) 0:00:26.909 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.022) 0:00:26.931 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.017) 0:00:26.948 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003246", "end": "2024-07-06 17:21:05.724647", "rc": 0, "start": "2024-07-06 17:21:05.721401" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.192) 0:00:27.140 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.010) 0:00:27.151 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.010) 0:00:27.161 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.022) 0:00:27.184 ********* included: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.012) 0:00:27.196 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci60of86qe/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:21:05 +0000 (0:00:00.195) 0:00:27.391 ********* 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 06 July 2024 17:21:06 +0000 (0:00:00.028) 0:00:27.419 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.35s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-ci60of86qe/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.47s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/el_repo_setup.yml:3 ---------------- Get stat for interface veth1298 ----------------------------------------- 0.28s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 ----------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/enable_epel.yml:8 ------------------ Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci60of86qe/tests/tasks/manage_test_interface.yml:49 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---