# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml:3 Thursday 29 February 2024 00:08:43 +0000 (0:00:00.015) 0:00:00.015 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml:6 Thursday 29 February 2024 00:08:44 +0000 (0:00:01.107) 0:00:01.123 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:08:44 +0000 (0:00:00.023) 0:00:01.146 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:19 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.580) 0:00:01.727 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:24 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.278) 0:00:02.006 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:28 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.021) 0:00:02.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:53 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.019) 0:00:02.046 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.031) 0:00:02.078 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.010) 0:00:02.089 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.008) 0:00:02.097 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.009) 0:00:02.107 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.008) 0:00:02.115 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml:9 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.008) 0:00:02.124 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.013) 0:00:02.138 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.011) 0:00:02.149 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.010) 0:00:02.159 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004299", "end": "2024-02-29 00:08:45.958607", "rc": 0, "start": "2024-02-29 00:08:45.954308" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.277) 0:00:02.437 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:45 +0000 (0:00:00.011) 0:00:02.448 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.011) 0:00:02.460 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.015) 0:00:02.475 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.019) 0:00:02.495 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.010) 0:00:02.505 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.013) 0:00:02.519 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.010) 0:00:02.530 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004392", "end": "2024-02-29 00:08:46.275700", "rc": 0, "start": "2024-02-29 00:08:46.271308" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.223) 0:00:02.753 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.011) 0:00:02.764 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:08:46 +0000 (0:00:00.009) 0:00:02.774 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:08:49 +0000 (0:00:02.888) 0:00:05.663 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.023) 0:00:05.687 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.024) 0:00:05.711 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.016) 0:00:05.727 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.015) 0:00:05.743 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.013) 0:00:05.757 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.010) 0:00:05.768 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.025) 0:00:05.793 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.014) 0:00:05.808 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.033) 0:00:05.842 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004702", "end": "2024-02-29 00:08:49.592870", "rc": 0, "start": "2024-02-29 00:08:49.588168" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.229) 0:00:06.071 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.010) 0:00:06.082 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.012) 0:00:06.094 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.014) 0:00:06.109 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.014) 0:00:06.123 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.230) 0:00:06.353 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.012) 0:00:06.365 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.016) 0:00:06.382 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.009) 0:00:06.391 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.011) 0:00:06.403 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.013) 0:00:06.416 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:49 +0000 (0:00:00.018) 0:00:06.434 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004351", "end": "2024-02-29 00:08:50.183245", "rc": 0, "start": "2024-02-29 00:08:50.178894" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:50 +0000 (0:00:00.228) 0:00:06.663 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:50 +0000 (0:00:00.011) 0:00:06.674 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:08:50 +0000 (0:00:00.009) 0:00:06.684 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:08:53 +0000 (0:00:02.800) 0:00:09.485 ***** ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.009332", "end": "2024-02-29 00:08:53.241980", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-29 00:08:53.232648" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004662", "end": "2024-02-29 00:08:53.525083", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-29 00:08:53.520421" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004593", "end": "2024-02-29 00:08:53.744726", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-29 00:08:53.740133" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:08:53 +0000 (0:00:00.738) 0:00:10.224 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025164", "end": "2024-02-29 00:08:53.994701", "rc": 0, "start": "2024-02-29 00:08:53.969537" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.250) 0:00:10.474 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:10.486 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:10.496 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:10.507 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:10.517 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:10.528 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.017) 0:00:10.546 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:10.558 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004165", "end": "2024-02-29 00:08:54.306485", "rc": 0, "start": "2024-02-29 00:08:54.302320" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.225) 0:00:10.784 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:10.795 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:10.805 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.018) 0:00:10.824 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.012) 0:00:10.836 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165333.2375128, "block_size": 4096, "blocks": 0, "ctime": 1709165333.2375128, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31348, "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": 1709165333.2375128, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.224) 0:00:11.061 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.014) 0:00:11.076 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.018) 0:00:11.094 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.009) 0:00:11.104 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.008) 0:00:11.112 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:11.124 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:11.135 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004166", "end": "2024-02-29 00:08:54.880168", "rc": 0, "start": "2024-02-29 00:08:54.876002" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.228) 0:00:11.363 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.011) 0:00:11.375 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:08:54 +0000 (0:00:00.010) 0:00:11.386 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:08:57 +0000 (0:00:02.808) 0:00:14.194 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:08:57 +0000 (0:00:00.018) 0:00:14.212 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:08:57 +0000 (0:00:00.010) 0:00:14.223 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020947", "end": "2024-02-29 00:08:57.992153", "rc": 0, "start": "2024-02-29 00:08:57.971206" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.252) 0:00:14.475 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.010) 0:00:14.486 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.009) 0:00:14.496 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.010) 0:00:14.506 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.008) 0:00:14.515 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.018) 0:00:14.534 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.009) 0:00:14.544 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004325", "end": "2024-02-29 00:08:58.288996", "rc": 0, "start": "2024-02-29 00:08:58.284671" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.223) 0:00:14.767 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.011) 0:00:14.778 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.009) 0:00:14.787 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.020) 0:00:14.808 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.011) 0:00:14.820 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.221) 0:00:15.041 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml:15 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.011) 0:00:15.053 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.013) 0:00:15.066 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.011) 0:00:15.078 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.009) 0:00:15.088 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004315", "end": "2024-02-29 00:08:58.836785", "rc": 0, "start": "2024-02-29 00:08:58.832470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.228) 0:00:15.316 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.010) 0:00:15.327 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.010) 0:00:15.337 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.012) 0:00:15.350 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.009) 0:00:15.360 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.008) 0:00:15.369 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.013) 0:00:15.382 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:08:58 +0000 (0:00:00.010) 0:00:15.392 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004429", "end": "2024-02-29 00:08:59.145841", "rc": 0, "start": "2024-02-29 00:08:59.141412" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:08:59 +0000 (0:00:00.232) 0:00:15.625 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:08:59 +0000 (0:00:00.011) 0:00:15.636 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:08:59 +0000 (0:00:00.009) 0:00:15.646 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:09:02 +0000 (0:00:02.826) 0:00:18.472 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.019) 0:00:18.492 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.011) 0:00:18.503 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.012) 0:00:18.516 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.011) 0:00:18.527 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.014) 0:00:18.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.014) 0:00:18.557 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.010) 0:00:18.567 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.016) 0:00:18.583 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.021) 0:00:18.605 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004553", "end": "2024-02-29 00:09:02.359899", "rc": 0, "start": "2024-02-29 00:09:02.355346" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.233) 0:00:18.839 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.011) 0:00:18.850 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.010) 0:00:18.861 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.014) 0:00:18.875 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.043) 0:00:18.918 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.251) 0:00:19.169 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.013) 0:00:19.183 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.016) 0:00:19.199 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.010) 0:00:19.210 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.012) 0:00:19.222 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.012) 0:00:19.234 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:09:02 +0000 (0:00:00.012) 0:00:19.247 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004266", "end": "2024-02-29 00:09:02.999855", "rc": 0, "start": "2024-02-29 00:09:02.995589" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:09:03 +0000 (0:00:00.232) 0:00:19.479 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:09:03 +0000 (0:00:00.017) 0:00:19.496 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:09:03 +0000 (0:00:00.011) 0:00:19.507 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:09:05 +0000 (0:00:02.800) 0:00:22.308 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:09:05 +0000 (0:00:00.019) 0:00:22.327 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:09:05 +0000 (0:00:00.011) 0:00:22.338 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:09:05 +0000 (0:00:00.010) 0:00:22.349 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.037759", "end": "2024-02-29 00:09:06.134881", "rc": 0, "start": "2024-02-29 00:09:06.097122" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.277) 0:00:22.627 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.011) 0:00:22.638 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.012) 0:00:22.651 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.010) 0:00:22.661 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.016) 0:00:22.678 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.014) 0:00:22.693 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004348", "end": "2024-02-29 00:09:06.442478", "rc": 0, "start": "2024-02-29 00:09:06.438130" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.229) 0:00:22.922 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.011) 0:00:22.933 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.009) 0:00:22.943 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.019) 0:00:22.962 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.011) 0:00:22.974 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165346.133492, "block_size": 4096, "blocks": 0, "ctime": 1709165346.133492, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31680, "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": 1709165346.133492, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.226) 0:00:23.200 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.012) 0:00:23.212 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.025) 0:00:23.238 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.011) 0:00:23.249 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.018) 0:00:23.268 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.027) 0:00:23.296 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:09:06 +0000 (0:00:00.011) 0:00:23.308 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005364", "end": "2024-02-29 00:09:08.067598", "rc": 0, "start": "2024-02-29 00:09:07.062234" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:09:08 +0000 (0:00:01.240) 0:00:24.548 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:09:08 +0000 (0:00:00.011) 0:00:24.560 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:09:08 +0000 (0:00:00.013) 0:00:24.573 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:09:10 +0000 (0:00:02.805) 0:00:27.378 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:09:10 +0000 (0:00:00.018) 0:00:27.397 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:09:10 +0000 (0:00:00.011) 0:00:27.408 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:09:10 +0000 (0:00:00.011) 0:00:27.420 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:09:10 +0000 (0:00:00.013) 0:00:27.433 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009505", "end": "2024-02-29 00:09:11.191039", "rc": 0, "start": "2024-02-29 00:09:11.181534" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.243) 0:00:27.676 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.010) 0:00:27.687 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.010) 0:00:27.698 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.019) 0:00:27.717 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.010) 0:00:27.728 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004292", "end": "2024-02-29 00:09:11.475362", "rc": 0, "start": "2024-02-29 00:09:11.471070" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.225) 0:00:27.953 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.011) 0:00:27.965 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.010) 0:00:27.975 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.021) 0:00:27.996 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.013) 0:00:28.009 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.222) 0:00:28.232 ***** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 29 February 2024 00:09:11 +0000 (0:00:00.011) 0:00:28.243 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.83s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.81s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.81s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.80s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.80s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 1.11s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.74s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.58s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:19 -------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:52 Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:45 Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:37 Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---