# 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_hotfix4uovsnzw/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_hotfix4uovsnzw/tests/tests_helpers_and_asserts.yml:3 Tuesday 12 March 2024 21:26:32 +0000 (0:00:00.017) 0:00:00.017 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tests_helpers_and_asserts.yml:6 Tuesday 12 March 2024 21:26:33 +0000 (0:00:01.171) 0:00:01.189 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/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_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:3 Tuesday 12 March 2024 21:26:33 +0000 (0:00:00.023) 0:00:01.213 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:19 Tuesday 12 March 2024 21:26:33 +0000 (0:00:00.575) 0:00:01.788 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:24 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.285) 0:00:02.074 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:28 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.020) 0:00:02.095 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:53 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.023) 0:00:02.119 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml:8 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.050) 0:00:02.169 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml:24 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.013) 0:00:02.183 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml:30 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.013) 0:00:02.197 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml:35 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.021) 0:00:02.218 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/enable_epel.yml:40 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.018) 0:00:02.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tests_helpers_and_asserts.yml:9 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.017) 0:00:02.254 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.033) 0:00:02.288 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.013) 0:00:02.302 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.010) 0:00:02.312 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003828", "end": "2024-03-12 21:26:34.676463", "rc": 0, "start": "2024-03-12 21:26:34.672635" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.310) 0:00:02.623 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.011) 0:00:02.634 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.011) 0:00:02.646 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.026) 0:00:02.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.016) 0:00:02.689 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.011) 0:00:02.700 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.013) 0:00:02.714 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:34 +0000 (0:00:00.011) 0:00:02.725 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003700", "end": "2024-03-12 21:26:35.004598", "rc": 0, "start": "2024-03-12 21:26:35.000898" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:35 +0000 (0:00:00.242) 0:00:02.968 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:35 +0000 (0:00:00.014) 0:00:02.982 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:35 +0000 (0:00:00.011) 0:00:02.993 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:37 +0000 (0:00:02.842) 0:00:05.835 ********* 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_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.017) 0:00:05.853 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.009) 0:00:05.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.010) 0:00:05.873 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.010) 0:00:05.883 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.010) 0:00:05.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.010) 0:00:05.904 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 21:26:37 +0000 (0:00:00.009) 0:00:05.914 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.014) 0:00:05.929 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.017) 0:00:05.946 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004295", "end": "2024-03-12 21:26:38.230726", "rc": 0, "start": "2024-03-12 21:26:38.226431" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.232) 0:00:06.179 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.033) 0:00:06.212 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.018) 0:00:06.230 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.016) 0:00:06.247 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.013) 0:00:06.260 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.232) 0:00:06.493 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.026) 0:00:06.519 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.024) 0:00:06.543 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.030) 0:00:06.574 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.034) 0:00:06.609 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.027) 0:00:06.637 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.014) 0:00:06.651 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004091", "end": "2024-03-12 21:26:38.943148", "rc": 0, "start": "2024-03-12 21:26:38.939057" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:38 +0000 (0:00:00.261) 0:00:06.913 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:39 +0000 (0:00:00.020) 0:00:06.933 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:39 +0000 (0:00:00.017) 0:00:06.951 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:41 +0000 (0:00:02.758) 0:00:09.709 ********* 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.010467", "end": "2024-03-12 21:26:42.010912", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-12 21:26:42.000445" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004505", "end": "2024-03-12 21:26:42.288607", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-12 21:26:42.284102" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004501", "end": "2024-03-12 21:26:42.505979", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-12 21:26:42.501478" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.752) 0:00:10.461 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024217", "end": "2024-03-12 21:26:42.777362", "rc": 0, "start": "2024-03-12 21:26:42.753145" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.263) 0:00:10.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.014) 0:00:10.739 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.023) 0:00:10.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.012) 0:00:10.776 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.014) 0:00:10.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.011) 0:00:10.802 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.039) 0:00:10.842 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:42 +0000 (0:00:00.014) 0:00:10.856 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004073", "end": "2024-03-12 21:26:43.145750", "rc": 0, "start": "2024-03-12 21:26:43.141677" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.239) 0:00:11.096 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.023) 0:00:11.120 ********* 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_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.010) 0:00:11.130 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.023) 0:00:11.154 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.011) 0:00:11.165 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710278802.0047412, "block_size": 4096, "blocks": 0, "ctime": 1710278802.0047412, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32750, "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": 1710278802.0047412, "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_hotfix4uovsnzw/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.242) 0:00:11.408 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.026) 0:00:11.435 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.031) 0:00:11.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.038) 0:00:11.505 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.044) 0:00:11.549 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.071) 0:00:11.620 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.014) 0:00:11.635 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003989", "end": "2024-03-12 21:26:43.945854", "rc": 0, "start": "2024-03-12 21:26:43.941865" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.254) 0:00:11.889 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.011) 0:00:11.901 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:43 +0000 (0:00:00.010) 0:00:11.911 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:46 +0000 (0:00:02.770) 0:00:14.682 ********* 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_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:46 +0000 (0:00:00.051) 0:00:14.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:46 +0000 (0:00:00.018) 0:00:14.752 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020173", "end": "2024-03-12 21:26:47.053808", "rc": 0, "start": "2024-03-12 21:26:47.033635" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.247) 0:00:14.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.012) 0:00:15.012 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.012) 0:00:15.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.010) 0:00:15.035 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.009) 0:00:15.045 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.021) 0:00:15.066 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.010) 0:00:15.077 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004275", "end": "2024-03-12 21:26:47.360605", "rc": 0, "start": "2024-03-12 21:26:47.356330" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.231) 0:00:15.309 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.014) 0:00:15.323 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.009) 0:00:15.333 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.020) 0:00:15.353 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.017) 0:00:15.371 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.232) 0:00:15.603 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tests_helpers_and_asserts.yml:15 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.012) 0:00:15.616 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.031) 0:00:15.648 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.030) 0:00:15.678 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:47 +0000 (0:00:00.035) 0:00:15.713 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003970", "end": "2024-03-12 21:26:48.011463", "rc": 0, "start": "2024-03-12 21:26:48.007493" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.238) 0:00:15.952 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.011) 0:00:15.963 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.009) 0:00:15.973 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.013) 0:00:15.986 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.010) 0:00:15.997 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.010) 0:00:16.007 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.013) 0:00:16.020 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.010) 0:00:16.031 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004003", "end": "2024-03-12 21:26:48.351471", "rc": 0, "start": "2024-03-12 21:26:48.347468" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.268) 0:00:16.299 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.011) 0:00:16.311 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:48 +0000 (0:00:00.010) 0:00:16.321 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:51 +0000 (0:00:02.731) 0:00:19.053 ********* 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_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.027) 0:00:19.080 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.017) 0:00:19.097 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.021) 0:00:19.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.036) 0:00:19.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.022) 0:00:19.178 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.032) 0:00:19.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.010) 0:00:19.222 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.014) 0:00:19.236 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.017) 0:00:19.253 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004004", "end": "2024-03-12 21:26:51.574571", "rc": 0, "start": "2024-03-12 21:26:51.570567" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.290) 0:00:19.544 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.032) 0:00:19.577 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.042) 0:00:19.620 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.021) 0:00:19.642 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.023) 0:00:19.665 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.295) 0:00:19.961 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.023) 0:00:19.985 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.033) 0:00:20.018 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.063) 0:00:20.081 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.067) 0:00:20.148 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.030) 0:00:20.179 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.012) 0:00:20.192 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003745", "end": "2024-03-12 21:26:52.494203", "rc": 0, "start": "2024-03-12 21:26:52.490458" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.275) 0:00:20.467 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.018) 0:00:20.485 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.023) 0:00:20.509 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:55 +0000 (0:00:02.732) 0:00:23.241 ********* 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_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.018) 0:00:23.260 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.010) 0:00:23.271 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.010) 0:00:23.282 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.060435", "end": "2024-03-12 21:26:55.622379", "rc": 0, "start": "2024-03-12 21:26:55.561944" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.291) 0:00:23.574 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.011) 0:00:23.585 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.010) 0:00:23.596 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.008) 0:00:23.604 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.015) 0:00:23.620 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.009) 0:00:23.630 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-03-12 21:26:55.912916", "rc": 0, "start": "2024-03-12 21:26:55.909217" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.220) 0:00:23.851 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.011) 0:00:23.862 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.009) 0:00:23.872 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.016) 0:00:23.889 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:26:55 +0000 (0:00:00.011) 0:00:23.901 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710278815.6198788, "block_size": 4096, "blocks": 0, "ctime": 1710278815.6198788, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33082, "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": 1710278815.6198788, "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_hotfix4uovsnzw/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.213) 0:00:24.114 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.012) 0:00:24.126 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.018) 0:00:24.145 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.008) 0:00:24.154 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.009) 0:00:24.163 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.013) 0:00:24.177 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.010) 0:00:24.187 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003562", "end": "2024-03-12 21:26:56.464434", "rc": 0, "start": "2024-03-12 21:26:56.460872" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.224) 0:00:24.412 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.020) 0:00:24.433 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:26:56 +0000 (0:00:00.020) 0:00:24.453 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:28 Tuesday 12 March 2024 21:26:59 +0000 (0:00:02.725) 0:00:27.179 ********* 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_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.052) 0:00:27.232 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:45 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.044) 0:00:27.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.056) 0:00:27.332 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.045) 0:00:27.378 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011638", "end": "2024-03-12 21:26:59.775803", "rc": 0, "start": "2024-03-12 21:26:59.764165" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.346) 0:00:27.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:71 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.030) 0:00:27.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.018) 0:00:27.774 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.022) 0:00:27.796 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.012) 0:00:27.808 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003681", "end": "2024-03-12 21:27:00.112817", "rc": 0, "start": "2024-03-12 21:27:00.109136" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.252) 0:00:28.061 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.016) 0:00:28.077 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.015) 0:00:28.093 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.024) 0:00:28.117 ********* included: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.015) 0:00:28.132 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.235) 0:00:28.368 ********* 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 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.021) 0:00:28.389 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.84s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.76s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.17s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.75s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/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_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:3 --------- Delete dummy interface dummy1298 ---------------------------------------- 0.35s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_interface_stat.yml:3 ---- Create dummy interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:52 Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/el_repo_setup.yml:19 -------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix4uovsnzw/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. ---^---^---^---^---^---