ansible-playbook [core 2.17.14] 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-phW executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Saturday 25 October 2025 08:47:16 -0400 (0:00:00.242) 0:00:00.242 ****** [WARNING]: Platform linux on host managed-node4 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-node4] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:6 Saturday 25 October 2025 08:47:21 -0400 (0:00:04.348) 0:00:04.591 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 25 October 2025 08:47:21 -0400 (0:00:00.181) 0:00:04.773 ****** ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 25 October 2025 08:47:22 -0400 (0:00:00.807) 0:00:05.580 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 25 October 2025 08:47:23 -0400 (0:00:01.021) 0:00:06.601 ****** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 25 October 2025 08:47:23 -0400 (0:00:00.133) 0:00:06.735 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:9 Saturday 25 October 2025 08:47:23 -0400 (0:00:00.073) 0:00:06.808 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed-node4 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Saturday 25 October 2025 08:47:23 -0400 (0:00:00.110) 0:00:06.918 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:23 -0400 (0:00:00.091) 0:00:07.010 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:23 -0400 (0:00:00.095) 0:00:07.105 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003300", "end": "2025-10-25 08:47:24.358549", "rc": 0, "start": "2025-10-25 08:47:24.355249" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.899) 0:00:08.004 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.103) 0:00:08.108 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.096) 0:00:08.205 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.109) 0:00:08.315 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.067) 0:00:08.383 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.061) 0:00:08.444 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:24 -0400 (0:00:00.083) 0:00:08.527 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:25 -0400 (0:00:00.066) 0:00:08.594 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003109", "end": "2025-10-25 08:47:25.479973", "rc": 0, "start": "2025-10-25 08:47:25.476864" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:25 -0400 (0:00:00.549) 0:00:09.144 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:25 -0400 (0:00:00.101) 0:00:09.246 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:25 -0400 (0:00:00.097) 0:00:09.343 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:27 -0400 (0:00:01.616) 0:00:10.959 ****** skipping: [managed-node4] => (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-node4] => (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-node4] => (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-node4] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.076) 0:00:11.035 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.050) 0:00:11.086 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.041) 0:00:11.127 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.055) 0:00:11.182 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.050) 0:00:11.233 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.030) 0:00:11.263 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.035) 0:00:11.299 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.046) 0:00:11.345 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:27 -0400 (0:00:00.076) 0:00:11.421 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003338", "end": "2025-10-25 08:47:28.372422", "rc": 0, "start": "2025-10-25 08:47:28.369084" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:28 -0400 (0:00:00.596) 0:00:12.018 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:28 -0400 (0:00:00.065) 0:00:12.083 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Saturday 25 October 2025 08:47:28 -0400 (0:00:00.054) 0:00:12.138 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:47:28 -0400 (0:00:00.137) 0:00:12.275 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:28 -0400 (0:00:00.068) 0:00:12.344 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.519) 0:00:12.863 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.074) 0:00:12.938 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.120) 0:00:13.058 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.062) 0:00:13.121 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.069) 0:00:13.191 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.129) 0:00:13.321 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:29 -0400 (0:00:00.101) 0:00:13.423 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003257", "end": "2025-10-25 08:47:30.389161", "rc": 0, "start": "2025-10-25 08:47:30.385904" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:30 -0400 (0:00:00.621) 0:00:14.045 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:30 -0400 (0:00:00.081) 0:00:14.126 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:30 -0400 (0:00:00.088) 0:00:14.215 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:31 -0400 (0:00:01.125) 0:00:15.341 ****** ok: [managed-node4] => (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.005790", "end": "2025-10-25 08:47:32.342748", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2025-10-25 08:47:32.336958" } ok: [managed-node4] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003929", "end": "2025-10-25 08:47:32.900274", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2025-10-25 08:47:32.896345" } ok: [managed-node4] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003929", "end": "2025-10-25 08:47:33.396697", "item": "ip link set veth1298 up", "rc": 0, "start": "2025-10-25 08:47:33.392768" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:33 -0400 (0:00:01.706) 0:00:17.047 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.019724", "end": "2025-10-25 08:47:33.901727", "rc": 0, "start": "2025-10-25 08:47:33.882003" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:33 -0400 (0:00:00.471) 0:00:17.518 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.050) 0:00:17.569 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.044) 0:00:17.613 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.048) 0:00:17.661 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.057) 0:00:17.719 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.047) 0:00:17.766 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.069) 0:00:17.836 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.086) 0:00:17.923 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003389", "end": "2025-10-25 08:47:34.828758", "rc": 0, "start": "2025-10-25 08:47:34.825369" } STDOUT: eth0 eth1 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.533) 0:00:18.456 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:34 -0400 (0:00:00.072) 0:00:18.528 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Saturday 25 October 2025 08:47:35 -0400 (0:00:00.067) 0:00:18.595 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Saturday 25 October 2025 08:47:35 -0400 (0:00:00.157) 0:00:18.753 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:35 -0400 (0:00:00.063) 0:00:18.817 ****** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1761396452.3411734, "block_size": 4096, "blocks": 0, "ctime": 1761396452.3411734, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27095, "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": 1761396452.3411734, "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Saturday 25 October 2025 08:47:35 -0400 (0:00:00.515) 0:00:19.333 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Saturday 25 October 2025 08:47:35 -0400 (0:00:00.130) 0:00:19.463 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:36 -0400 (0:00:00.320) 0:00:19.783 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:36 -0400 (0:00:00.120) 0:00:19.904 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:36 -0400 (0:00:00.127) 0:00:20.031 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:36 -0400 (0:00:00.131) 0:00:20.162 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:36 -0400 (0:00:00.046) 0:00:20.209 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003757", "end": "2025-10-25 08:47:37.065882", "rc": 0, "start": "2025-10-25 08:47:37.062125" } STDOUT: eth0 eth1 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:37 -0400 (0:00:00.487) 0:00:20.697 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:37 -0400 (0:00:00.079) 0:00:20.776 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:37 -0400 (0:00:00.084) 0:00:20.861 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:38 -0400 (0:00:01.137) 0:00:21.998 ****** skipping: [managed-node4] => (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-node4] => (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-node4] => (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-node4] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:38 -0400 (0:00:00.145) 0:00:22.144 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:38 -0400 (0:00:00.083) 0:00:22.228 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009880", "end": "2025-10-25 08:47:39.212832", "rc": 0, "start": "2025-10-25 08:47:39.202952" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.671) 0:00:22.900 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.091) 0:00:22.992 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.114) 0:00:23.106 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.091) 0:00:23.197 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.094) 0:00:23.292 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:39 -0400 (0:00:00.252) 0:00:23.546 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:40 -0400 (0:00:00.131) 0:00:23.678 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003165", "end": "2025-10-25 08:47:40.641110", "rc": 0, "start": "2025-10-25 08:47:40.637945" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:40 -0400 (0:00:00.614) 0:00:24.292 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:40 -0400 (0:00:00.112) 0:00:24.405 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Saturday 25 October 2025 08:47:40 -0400 (0:00:00.081) 0:00:24.487 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:47:41 -0400 (0:00:00.160) 0:00:24.648 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:41 -0400 (0:00:00.090) 0:00:24.739 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:47:41 -0400 (0:00:00.580) 0:00:25.319 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management with dummy interface] ********************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:15 Saturday 25 October 2025 08:47:41 -0400 (0:00:00.069) 0:00:25.389 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed-node4 TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:3 Saturday 25 October 2025 08:47:41 -0400 (0:00:00.096) 0:00:25.486 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.072) 0:00:25.558 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.075) 0:00:25.634 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003674", "end": "2025-10-25 08:47:42.571281", "rc": 0, "start": "2025-10-25 08:47:42.567607" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.599) 0:00:26.233 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.080) 0:00:26.314 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:5 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.029) 0:00:26.343 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.097) 0:00:26.441 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:42 -0400 (0:00:00.072) 0:00:26.514 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:43 -0400 (0:00:00.071) 0:00:26.585 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:43 -0400 (0:00:00.123) 0:00:26.708 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:43 -0400 (0:00:00.098) 0:00:26.807 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004975", "end": "2025-10-25 08:47:44.726961", "rc": 0, "start": "2025-10-25 08:47:43.721986" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:44 -0400 (0:00:01.578) 0:00:28.386 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:44 -0400 (0:00:00.102) 0:00:28.488 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:45 -0400 (0:00:00.093) 0:00:28.581 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:46 -0400 (0:00:01.127) 0:00:29.709 ****** skipping: [managed-node4] => (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-node4] => (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-node4] => (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-node4] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.106) 0:00:29.815 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.071) 0:00:29.887 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.092) 0:00:29.979 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.092) 0:00:30.071 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.083) 0:00:30.155 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.071) 0:00:30.226 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:9 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.063) 0:00:30.289 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.095) 0:00:30.385 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:46 -0400 (0:00:00.053) 0:00:30.438 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003085", "end": "2025-10-25 08:47:47.384211", "rc": 0, "start": "2025-10-25 08:47:47.381126" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:47 -0400 (0:00:00.596) 0:00:31.035 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:47 -0400 (0:00:00.077) 0:00:31.113 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:11 Saturday 25 October 2025 08:47:47 -0400 (0:00:00.093) 0:00:31.206 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:47:47 -0400 (0:00:00.137) 0:00:31.344 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:47 -0400 (0:00:00.103) 0:00:31.448 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.618) 0:00:32.067 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:14 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.096) 0:00:32.164 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.134) 0:00:32.298 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.087) 0:00:32.385 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.054) 0:00:32.440 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:48 -0400 (0:00:00.100) 0:00:32.540 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:49 -0400 (0:00:00.112) 0:00:32.653 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003005", "end": "2025-10-25 08:47:49.573437", "rc": 0, "start": "2025-10-25 08:47:49.570432" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:49 -0400 (0:00:00.580) 0:00:33.233 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:49 -0400 (0:00:00.096) 0:00:33.330 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:49 -0400 (0:00:00.103) 0:00:33.433 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:50 -0400 (0:00:01.092) 0:00:34.526 ****** skipping: [managed-node4] => (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-node4] => (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-node4] => (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-node4] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.047) 0:00:34.573 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.029) 0:00:34.603 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.061) 0:00:34.664 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011363", "end": "2025-10-25 08:47:51.575229", "rc": 0, "start": "2025-10-25 08:47:51.563866" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.550) 0:00:35.215 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.038) 0:00:35.253 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.028) 0:00:35.281 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:18 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.029) 0:00:35.311 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.060) 0:00:35.372 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:51 -0400 (0:00:00.058) 0:00:35.431 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003251", "end": "2025-10-25 08:47:52.274400", "rc": 0, "start": "2025-10-25 08:47:52.271149" } STDOUT: dummy1298 eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.468) 0:00:35.899 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.057) 0:00:35.957 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:20 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.028) 0:00:35.986 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:3 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.060) 0:00:36.046 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.039) 0:00:36.086 ****** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1761396471.572554, "block_size": 4096, "blocks": 0, "ctime": 1761396471.572554, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27338, "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": 1761396471.572554, "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml:5 Saturday 25 October 2025 08:47:52 -0400 (0:00:00.414) 0:00:36.500 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:23 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.070) 0:00:36.571 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.137) 0:00:36.709 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.068) 0:00:36.777 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.077) 0:00:36.855 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.361) 0:00:37.216 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.073) 0:00:37.289 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002983", "end": "2025-10-25 08:47:54.208023", "rc": 0, "start": "2025-10-25 08:47:54.205040" } STDOUT: dummy1298 eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:54 -0400 (0:00:00.533) 0:00:37.822 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:54 -0400 (0:00:00.039) 0:00:37.862 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:47:54 -0400 (0:00:00.037) 0:00:37.900 ****** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.940) 0:00:38.840 ****** skipping: [managed-node4] => (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-node4] => (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-node4] => (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-node4] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.167) 0:00:39.007 ****** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.094) 0:00:39.102 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.075) 0:00:39.177 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.078) 0:00:39.256 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008271", "end": "2025-10-25 08:47:56.191114", "rc": 0, "start": "2025-10-25 08:47:56.182843" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:47:56 -0400 (0:00:00.589) 0:00:39.846 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:47:56 -0400 (0:00:00.080) 0:00:39.926 ****** skipping: [managed-node4] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:27 Saturday 25 October 2025 08:47:56 -0400 (0:00:00.079) 0:00:40.005 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:47:56 -0400 (0:00:00.155) 0:00:40.161 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:47:56 -0400 (0:00:00.075) 0:00:40.236 ****** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003551", "end": "2025-10-25 08:47:57.166413", "rc": 0, "start": "2025-10-25 08:47:57.162862" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.592) 0:00:40.828 ****** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.085) 0:00:40.914 ****** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml:29 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.064) 0:00:40.978 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.231) 0:00:41.210 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.109) 0:00:41.320 ****** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:47:58 -0400 (0:00:00.649) 0:00:41.969 ****** ok: [managed-node4] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node4 : ok=118 changed=0 unreachable=0 failed=0 skipped=50 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 08:47:58 -0400 (0:00:00.080) 0:00:42.050 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 4.35s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 1.71s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:27 Install iproute --------------------------------------------------------- 1.62s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.58s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Install iproute --------------------------------------------------------- 1.14s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.13s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.13s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.09s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Check if system is ostree ----------------------------------------------- 1.02s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Install iproute --------------------------------------------------------- 0.94s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 0.90s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.81s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.67s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:43 Get stat for interface dummy1298 ---------------------------------------- 0.65s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.62s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.62s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.61s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.60s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.60s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.60s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3