ansible-playbook [core 2.17.9] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-5ok executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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 /tmp/collections-5ok/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/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 12 March 2025 15:14:26 -0400 (0:00:00.073) 0:00:00.073 ******* [WARNING]: Platform linux on host managed-node5 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node5] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 12 March 2025 15:14:28 -0400 (0:00:02.241) 0:00:02.314 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node5 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 March 2025 15:14:28 -0400 (0:00:00.074) 0:00:02.390 ******* ok: [managed-node5] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 March 2025 15:14:29 -0400 (0:00:00.949) 0:00:03.339 ******* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.792) 0:00:04.131 ******* ok: [managed-node5] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.082) 0:00:04.214 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.070) 0:00:04.285 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node5 TASK [Create EPEL 40] ********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.153) 0:00:04.439 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.032) 0:00:04.473 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.025) 0:00:04.499 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.047) 0:00:04.546 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.052) 0:00:04.599 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:9 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.030) 0:00:04.629 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed-node5 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.047) 0:00:04.676 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.033) 0:00:04.709 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:30 -0400 (0:00:00.031) 0:00:04.741 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003767", "end": "2025-03-12 15:14:31.129785", "rc": 0, "start": "2025-03-12 15:14:31.126018" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.510) 0:00:05.252 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.022) 0:00:05.275 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.022) 0:00:05.297 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.038) 0:00:05.336 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.015) 0:00:05.352 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.038) 0:00:05.391 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.077) 0:00:05.468 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:31 -0400 (0:00:00.084) 0:00:05.553 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003527", "end": "2025-03-12 15:14:31.980534", "rc": 0, "start": "2025-03-12 15:14:31.977007" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:32 -0400 (0:00:00.597) 0:00:06.151 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:32 -0400 (0:00:00.092) 0:00:06.243 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:14:32 -0400 (0:00:00.096) 0:00:06.340 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:14:34 -0400 (0:00:02.297) 0:00:08.637 ******* skipping: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.045) 0:00:08.683 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.044) 0:00:08.727 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.029) 0:00:08.757 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.030) 0:00:08.788 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.026) 0:00:08.814 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.025) 0:00:08.840 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.026) 0:00:08.866 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.038) 0:00:08.904 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:34 -0400 (0:00:00.044) 0:00:08.949 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003916", "end": "2025-03-12 15:14:35.390794", "rc": 0, "start": "2025-03-12 15:14:35.386878" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:35 -0400 (0:00:00.593) 0:00:09.543 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:35 -0400 (0:00:00.073) 0:00:09.617 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Wednesday 12 March 2025 15:14:35 -0400 (0:00:00.052) 0:00:09.670 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:14:35 -0400 (0:00:00.099) 0:00:09.769 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:14:35 -0400 (0:00:00.062) 0:00:09.831 ******* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.505) 0:00:10.337 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.042) 0:00:10.379 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.064) 0:00:10.443 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.021) 0:00:10.464 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.017) 0:00:10.482 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.027) 0:00:10.510 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.024) 0:00:10.535 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003589", "end": "2025-03-12 15:14:36.849632", "rc": 0, "start": "2025-03-12 15:14:36.846043" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:36 -0400 (0:00:00.462) 0:00:10.997 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:37 -0400 (0:00:00.074) 0:00:11.071 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:14:37 -0400 (0:00:00.092) 0:00:11.164 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:14:38 -0400 (0:00:01.841) 0:00:13.006 ******* ok: [managed-node5] => (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.005247", "end": "2025-03-12 15:14:39.391363", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2025-03-12 15:14:39.386116" } ok: [managed-node5] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004466", "end": "2025-03-12 15:14:39.964914", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2025-03-12 15:14:39.960448" } ok: [managed-node5] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004043", "end": "2025-03-12 15:14:40.453354", "item": "ip link set veth1298 up", "rc": 0, "start": "2025-03-12 15:14:40.449311" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:14:40 -0400 (0:00:01.579) 0:00:14.586 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022388", "end": "2025-03-12 15:14:41.011678", "rc": 0, "start": "2025-03-12 15:14:40.989290" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.615) 0:00:15.201 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.062) 0:00:15.264 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.056) 0:00:15.321 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.054) 0:00:15.377 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.039) 0:00:15.416 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.027) 0:00:15.443 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.056) 0:00:15.500 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.042) 0:00:15.542 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004059", "end": "2025-03-12 15:14:41.902229", "rc": 0, "start": "2025-03-12 15:14:41.898170" } STDOUT: bonding_masters eth0 eth1 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.480) 0:00:16.023 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:41 -0400 (0:00:00.021) 0:00:16.044 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.019) 0:00:16.064 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.033) 0:00:16.097 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.021) 0:00:16.119 ******* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1741806879.3900938, "block_size": 4096, "blocks": 0, "ctime": 1741806879.3900938, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37402, "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": 1741806879.3900938, "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/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.465) 0:00:16.585 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.040) 0:00:16.625 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.076) 0:00:16.701 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.024) 0:00:16.726 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.038) 0:00:16.764 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.052) 0:00:16.817 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:42 -0400 (0:00:00.025) 0:00:16.842 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004080", "end": "2025-03-12 15:14:43.161005", "rc": 0, "start": "2025-03-12 15:14:43.156925" } STDOUT: bonding_masters eth0 eth1 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:43 -0400 (0:00:00.439) 0:00:17.281 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:43 -0400 (0:00:00.025) 0:00:17.307 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:14:43 -0400 (0:00:00.023) 0:00:17.330 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:14:44 -0400 (0:00:01.665) 0:00:18.996 ******* skipping: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.091) 0:00:19.088 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.047) 0:00:19.135 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010967", "end": "2025-03-12 15:14:45.557469", "rc": 0, "start": "2025-03-12 15:14:45.546502" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.595) 0:00:19.730 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.080) 0:00:19.811 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.074) 0:00:19.886 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.083) 0:00:19.969 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Wednesday 12 March 2025 15:14:45 -0400 (0:00:00.067) 0:00:20.036 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:46 -0400 (0:00:00.126) 0:00:20.163 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:46 -0400 (0:00:00.073) 0:00:20.237 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003579", "end": "2025-03-12 15:14:46.658304", "rc": 0, "start": "2025-03-12 15:14:46.654725" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:46 -0400 (0:00:00.582) 0:00:20.819 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:46 -0400 (0:00:00.100) 0:00:20.920 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Wednesday 12 March 2025 15:14:46 -0400 (0:00:00.089) 0:00:21.010 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.195) 0:00:21.205 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.067) 0:00:21.273 ******* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.539) 0:00:21.812 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:15 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.031) 0:00:21.844 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed-node5 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.043) 0:00:21.887 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.032) 0:00:21.920 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:47 -0400 (0:00:00.031) 0:00:21.951 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004152", "end": "2025-03-12 15:14:48.292445", "rc": 0, "start": "2025-03-12 15:14:48.288293" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.510) 0:00:22.462 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.097) 0:00:22.559 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.083) 0:00:22.643 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.144) 0:00:22.788 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.067) 0:00:22.855 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.082) 0:00:22.938 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:48 -0400 (0:00:00.094) 0:00:23.032 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:49 -0400 (0:00:00.080) 0:00:23.113 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2025-03-12 15:14:49.586949", "rc": 0, "start": "2025-03-12 15:14:49.583339" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:49 -0400 (0:00:00.646) 0:00:23.759 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:49 -0400 (0:00:00.089) 0:00:23.848 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:14:49 -0400 (0:00:00.089) 0:00:23.938 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:14:51 -0400 (0:00:01.887) 0:00:25.825 ******* skipping: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:14:51 -0400 (0:00:00.100) 0:00:25.926 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:14:51 -0400 (0:00:00.091) 0:00:26.017 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.085) 0:00:26.102 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.062) 0:00:26.165 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.085) 0:00:26.251 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.090) 0:00:26.341 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.065) 0:00:26.406 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.140) 0:00:26.546 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:52 -0400 (0:00:00.106) 0:00:26.653 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004254", "end": "2025-03-12 15:14:53.120476", "rc": 0, "start": "2025-03-12 15:14:53.116222" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:53 -0400 (0:00:00.644) 0:00:27.297 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:53 -0400 (0:00:00.099) 0:00:27.397 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Wednesday 12 March 2025 15:14:53 -0400 (0:00:00.096) 0:00:27.494 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:14:53 -0400 (0:00:00.174) 0:00:27.669 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:14:53 -0400 (0:00:00.121) 0:00:27.791 ******* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:14:54 -0400 (0:00:00.660) 0:00:28.452 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 12 March 2025 15:14:54 -0400 (0:00:00.121) 0:00:28.573 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:14:54 -0400 (0:00:00.206) 0:00:28.780 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:14:54 -0400 (0:00:00.086) 0:00:28.867 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:14:54 -0400 (0:00:00.081) 0:00:28.949 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:55 -0400 (0:00:00.115) 0:00:29.064 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:55 -0400 (0:00:00.091) 0:00:29.155 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004160", "end": "2025-03-12 15:14:55.550946", "rc": 0, "start": "2025-03-12 15:14:55.546786" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:55 -0400 (0:00:00.576) 0:00:29.732 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:55 -0400 (0:00:00.075) 0:00:29.808 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:14:55 -0400 (0:00:00.068) 0:00:29.877 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:14:57 -0400 (0:00:01.819) 0:00:31.696 ******* skipping: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:14:57 -0400 (0:00:00.126) 0:00:31.823 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:14:57 -0400 (0:00:00.050) 0:00:31.874 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:14:57 -0400 (0:00:00.079) 0:00:31.953 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011648", "end": "2025-03-12 15:14:58.441750", "rc": 0, "start": "2025-03-12 15:14:58.430102" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.659) 0:00:32.612 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.067) 0:00:32.680 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.068) 0:00:32.748 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.084) 0:00:32.834 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.177) 0:00:33.011 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:14:58 -0400 (0:00:00.047) 0:00:33.059 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003630", "end": "2025-03-12 15:14:59.491514", "rc": 0, "start": "2025-03-12 15:14:59.487884" } STDOUT: bonding_masters dummy1298 eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:14:59 -0400 (0:00:00.598) 0:00:33.660 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:14:59 -0400 (0:00:00.073) 0:00:33.737 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 12 March 2025 15:14:59 -0400 (0:00:00.069) 0:00:33.808 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 15:14:59 -0400 (0:00:00.106) 0:00:33.914 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:14:59 -0400 (0:00:00.070) 0:00:33.985 ******* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1741806898.4409707, "block_size": 4096, "blocks": 0, "ctime": 1741806898.4409707, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37643, "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": 1741806898.4409707, "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/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 15:15:00 -0400 (0:00:00.597) 0:00:34.582 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Wednesday 12 March 2025 15:15:00 -0400 (0:00:00.091) 0:00:34.673 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node5 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.390) 0:00:35.064 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.062) 0:00:35.127 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.064) 0:00:35.191 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.094) 0:00:35.286 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.085) 0:00:35.371 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003488", "end": "2025-03-12 15:15:01.810577", "rc": 0, "start": "2025-03-12 15:15:01.807089" } STDOUT: bonding_masters dummy1298 eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:01 -0400 (0:00:00.612) 0:00:35.983 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:02 -0400 (0:00:00.103) 0:00:36.087 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 15:15:02 -0400 (0:00:00.111) 0:00:36.198 ******* ok: [managed-node5] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 15:15:04 -0400 (0:00:01.914) 0:00:38.112 ******* skipping: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => (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: [managed-node5] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.096) 0:00:38.209 ******* skipping: [managed-node5] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.062) 0:00:38.271 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.074) 0:00:38.345 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.041) 0:00:38.387 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006945", "end": "2025-03-12 15:15:04.795125", "rc": 0, "start": "2025-03-12 15:15:04.788180" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.573) 0:00:38.960 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 15:15:04 -0400 (0:00:00.075) 0:00:39.036 ******* skipping: [managed-node5] => { "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: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.036) 0:00:39.072 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node5 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.102) 0:00:39.175 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node5 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.034) 0:00:39.210 ******* ok: [managed-node5] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003547", "end": "2025-03-12 15:15:05.620972", "rc": 0, "start": "2025-03-12 15:15:05.617425" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.583) 0:00:39.794 ******* ok: [managed-node5] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.097) 0:00:39.891 ******* ok: [managed-node5] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Wednesday 12 March 2025 15:15:05 -0400 (0:00:00.139) 0:00:40.031 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node5 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Wednesday 12 March 2025 15:15:06 -0400 (0:00:00.214) 0:00:40.245 ******* included: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node5 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 15:15:06 -0400 (0:00:00.074) 0:00:40.320 ******* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Wednesday 12 March 2025 15:15:06 -0400 (0:00:00.631) 0:00:40.952 ******* ok: [managed-node5] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node5 : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Wednesday 12 March 2025 15:15:06 -0400 (0:00:00.085) 0:00:41.037 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.30s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 2.24s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Install iproute --------------------------------------------------------- 1.91s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.89s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.84s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.82s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.67s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 1.58s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.95s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 0.79s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Get stat for interface dummy1298 ---------------------------------------- 0.66s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.66s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.65s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.64s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.63s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.62s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.61s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.60s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.60s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.60s /tmp/collections-5ok/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3