ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Sunday 04 August 2024 17:11:28 -0400 (0:00:00.019) 0:00:00.019 ********* ok: [managed_node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:6 Sunday 04 August 2024 17:11:28 -0400 (0:00:00.923) 0:00:00.943 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Sunday 04 August 2024 17:11:28 -0400 (0:00:00.033) 0:00:00.976 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Sunday 04 August 2024 17:11:29 -0400 (0:00:00.513) 0:00:01.489 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Sunday 04 August 2024 17:11:29 -0400 (0:00:00.450) 0:00:01.940 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Sunday 04 August 2024 17:11:29 -0400 (0:00:00.035) 0:00:01.975 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Sunday 04 August 2024 17:11:29 -0400 (0:00:00.031) 0:00:02.006 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Sunday 04 August 2024 17:11:30 -0400 (0:00:00.058) 0:00:02.064 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24 Sunday 04 August 2024 17:11:30 -0400 (0:00:00.434) 0:00:02.499 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30 Sunday 04 August 2024 17:11:30 -0400 (0:00:00.018) 0:00:02.517 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 Sunday 04 August 2024 17:11:30 -0400 (0:00:00.016) 0:00:02.534 ********* [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.253234", "end": "2024-08-04 17:11:31.082573", "rc": 0, "start": "2024-08-04 17:11:30.829339" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.614) 0:00:03.148 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:9 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.015) 0:00:03.163 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed_node1 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.020) 0:00:03.184 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.016) 0:00:03.200 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.017) 0:00:03.218 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002820", "end": "2024-08-04 17:11:31.502087", "rc": 0, "start": "2024-08-04 17:11:31.499267" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.348) 0:00:03.567 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.017) 0:00:03.584 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.014) 0:00:03.599 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.024) 0:00:03.624 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.016) 0:00:03.640 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.014) 0:00:03.655 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.017) 0:00:03.672 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:31 -0400 (0:00:00.018) 0:00:03.690 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003043", "end": "2024-08-04 17:11:31.976436", "rc": 0, "start": "2024-08-04 17:11:31.973393" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:32 -0400 (0:00:00.349) 0:00:04.039 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:32 -0400 (0:00:00.015) 0:00:04.055 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:32 -0400 (0:00:00.013) 0:00:04.069 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:35 -0400 (0:00:03.193) 0:00:07.262 ********* skipping: [managed_node1] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.030) 0:00:07.293 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.016) 0:00:07.309 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.016) 0:00:07.326 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.015) 0:00:07.341 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.017) 0:00:07.359 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.015) 0:00:07.374 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.014) 0:00:07.388 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.020) 0:00:07.409 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.015) 0:00:07.425 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002919", "end": "2024-08-04 17:11:35.711799", "rc": 0, "start": "2024-08-04 17:11:35.708880" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.353) 0:00:07.779 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.016) 0:00:07.795 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.014) 0:00:07.809 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.023) 0:00:07.832 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:11:35 -0400 (0:00:00.016) 0:00:07.849 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.353) 0:00:08.203 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.018) 0:00:08.221 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.027) 0:00:08.248 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.012) 0:00:08.261 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.013) 0:00:08.274 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.018) 0:00:08.292 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.015) 0:00:08.308 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002959", "end": "2024-08-04 17:11:36.588319", "rc": 0, "start": "2024-08-04 17:11:36.585360" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.344) 0:00:08.653 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.015) 0:00:08.668 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:36 -0400 (0:00:00.014) 0:00:08.683 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:39 -0400 (0:00:02.933) 0:00:11.616 ********* ok: [managed_node1] => (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.013977", "end": "2024-08-04 17:11:39.923245", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-08-04 17:11:39.909268" } ok: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003616", "end": "2024-08-04 17:11:40.323850", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-08-04 17:11:40.320234" } ok: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004029", "end": "2024-08-04 17:11:40.671002", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-08-04 17:11:40.666973" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:40 -0400 (0:00:01.121) 0:00:12.738 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024111", "end": "2024-08-04 17:11:41.054400", "rc": 0, "start": "2024-08-04 17:11:41.030289" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.383) 0:00:13.121 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.017) 0:00:13.139 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.154 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.170 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.185 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.201 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.025) 0:00:13.226 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.242 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003098", "end": "2024-08-04 17:11:41.535722", "rc": 0, "start": "2024-08-04 17:11:41.532624" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.359) 0:00:13.602 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.015) 0:00:13.618 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.014) 0:00:13.632 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.029) 0:00:13.662 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:11:41 -0400 (0:00:00.017) 0:00:13.679 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722805899.9129417, "block_size": 4096, "blocks": 0, "ctime": 1722805899.9129417, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 51984, "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": 1722805899.9129417, "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: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.358) 0:00:14.037 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.018) 0:00:14.055 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.030) 0:00:14.085 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.013) 0:00:14.099 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.012) 0:00:14.111 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.021) 0:00:14.132 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.015) 0:00:14.148 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003068", "end": "2024-08-04 17:11:42.431094", "rc": 0, "start": "2024-08-04 17:11:42.428026" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.347) 0:00:14.495 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.015) 0:00:14.511 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:42 -0400 (0:00:00.013) 0:00:14.525 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:45 -0400 (0:00:02.784) 0:00:17.310 ********* skipping: [managed_node1] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.027) 0:00:17.337 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.014) 0:00:17.352 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008826", "end": "2024-08-04 17:11:45.645724", "rc": 0, "start": "2024-08-04 17:11:45.636898" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.359) 0:00:17.712 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.015) 0:00:17.727 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.015) 0:00:17.743 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.015) 0:00:17.758 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.013) 0:00:17.771 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.029) 0:00:17.801 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:45 -0400 (0:00:00.014) 0:00:17.816 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003079", "end": "2024-08-04 17:11:46.101652", "rc": 0, "start": "2024-08-04 17:11:46.098573" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.349) 0:00:18.165 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.016) 0:00:18.181 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.014) 0:00:18.196 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.031) 0:00:18.227 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.016) 0:00:18.243 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.357) 0:00:18.601 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:15 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.019) 0:00:18.620 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed_node1 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.021) 0:00:18.642 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.016) 0:00:18.658 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:46 -0400 (0:00:00.016) 0:00:18.674 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003140", "end": "2024-08-04 17:11:46.965032", "rc": 0, "start": "2024-08-04 17:11:46.961892" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.357) 0:00:19.032 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.016) 0:00:19.048 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.014) 0:00:19.062 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.021) 0:00:19.083 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.013) 0:00:19.097 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.013) 0:00:19.110 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.017) 0:00:19.127 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.040) 0:00:19.167 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002906", "end": "2024-08-04 17:11:47.451207", "rc": 0, "start": "2024-08-04 17:11:47.448301" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.348) 0:00:19.516 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.016) 0:00:19.532 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:47 -0400 (0:00:00.014) 0:00:19.546 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:50 -0400 (0:00:02.796) 0:00:22.343 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.026) 0:00:22.370 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.015) 0:00:22.386 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.016) 0:00:22.402 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.015) 0:00:22.417 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.015) 0:00:22.432 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.016) 0:00:22.448 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.015) 0:00:22.464 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.020) 0:00:22.485 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.015) 0:00:22.500 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002997", "end": "2024-08-04 17:11:50.787536", "rc": 0, "start": "2024-08-04 17:11:50.784539" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.353) 0:00:22.854 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.018) 0:00:22.872 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.017) 0:00:22.890 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.022) 0:00:22.912 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:11:50 -0400 (0:00:00.018) 0:00:22.931 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.358) 0:00:23.289 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.018) 0:00:23.307 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.028) 0:00:23.335 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.015) 0:00:23.351 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.014) 0:00:23.365 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.017) 0:00:23.383 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.017) 0:00:23.401 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003027", "end": "2024-08-04 17:11:51.688177", "rc": 0, "start": "2024-08-04 17:11:51.685150" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.352) 0:00:23.753 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.016) 0:00:23.769 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:51 -0400 (0:00:00.014) 0:00:23.783 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:54 -0400 (0:00:02.782) 0:00:26.566 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:54 -0400 (0:00:00.027) 0:00:26.593 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:54 -0400 (0:00:00.015) 0:00:26.609 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:54 -0400 (0:00:00.015) 0:00:26.625 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004393", "end": "2024-08-04 17:11:54.920753", "rc": 0, "start": "2024-08-04 17:11:54.916360" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:54 -0400 (0:00:00.371) 0:00:26.996 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:54 -0400 (0:00:00.016) 0:00:27.013 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.016) 0:00:27.029 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.014) 0:00:27.044 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.026) 0:00:27.070 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.016) 0:00:27.086 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002714", "end": "2024-08-04 17:11:55.373051", "rc": 0, "start": "2024-08-04 17:11:55.370337" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.351) 0:00:27.438 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.016) 0:00:27.455 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.016) 0:00:27.471 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.024) 0:00:27.496 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.016) 0:00:27.513 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722805914.9196239, "block_size": 4096, "blocks": 0, "ctime": 1722805914.9196239, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 52277, "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": 1722805914.9196239, "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: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.347) 0:00:27.860 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.018) 0:00:27.879 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.029) 0:00:27.908 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.013) 0:00:27.921 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.013) 0:00:27.934 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.018) 0:00:27.953 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:55 -0400 (0:00:00.015) 0:00:27.969 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002902", "end": "2024-08-04 17:11:56.255690", "rc": 0, "start": "2024-08-04 17:11:56.252788" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:11:56 -0400 (0:00:00.352) 0:00:28.321 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:11:56 -0400 (0:00:00.016) 0:00:28.337 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Sunday 04 August 2024 17:11:56 -0400 (0:00:00.015) 0:00:28.352 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Sunday 04 August 2024 17:11:59 -0400 (0:00:02.917) 0:00:31.270 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.026) 0:00:31.296 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.016) 0:00:31.312 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.014) 0:00:31.327 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.014) 0:00:31.342 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011438", "end": "2024-08-04 17:11:59.640594", "rc": 0, "start": "2024-08-04 17:11:59.629156" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.365) 0:00:31.707 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.015) 0:00:31.723 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.014) 0:00:31.737 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.052) 0:00:31.790 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Sunday 04 August 2024 17:11:59 -0400 (0:00:00.016) 0:00:31.807 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003043", "end": "2024-08-04 17:12:00.096362", "rc": 0, "start": "2024-08-04 17:12:00.093319" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.353) 0:00:32.160 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.016) 0:00:32.176 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.016) 0:00:32.193 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.029) 0:00:32.223 ********* included: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.017) 0:00:32.240 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.361) 0:00:32.601 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Sunday 04 August 2024 17:12:00 -0400 (0:00:00.016) 0:00:32.617 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.19s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.93s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.92s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.80s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.78s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.78s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 1.12s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.92s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Enable EPEL 8 ----------------------------------------------------------- 0.61s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 Gather the minimum subset of ansible_facts required by the network role test --- 0.51s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 0.45s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Create EPEL 8 ----------------------------------------------------------- 0.43s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Set up veth as managed by NetworkManager -------------------------------- 0.38s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.37s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.37s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Get stat for interface dummy1298 ---------------------------------------- 0.36s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.36s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.36s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.36s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.36s /tmp/tmp.bY63gt8Mwc/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3