# 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_hotfixm4y2jkmm/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_hotfixm4y2jkmm/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 13:00:09 +0000 (0:00:00.013) 0:00:00.013 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 13:00:10 +0000 (0:00:01.003) 0:00:01.017 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/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_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.022) 0:00:01.039 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:19 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.520) 0:00:01.560 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:24 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.254) 0:00:01.815 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:28 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.021) 0:00:01.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:53 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.017) 0:00:01.854 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 13:00:10 +0000 (0:00:00.031) 0:00:01.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.009) 0:00:01.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.008) 0:00:01.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.009) 0:00:01.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.008) 0:00:01.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.008) 0:00:01.929 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.012) 0:00:01.942 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.011) 0:00:01.953 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.010) 0:00:01.964 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003770", "end": "2024-02-18 13:00:11.307827", "rc": 0, "start": "2024-02-18 13:00:11.304057" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.251) 0:00:02.216 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.011) 0:00:02.227 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.010) 0:00:02.238 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.014) 0:00:02.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.009) 0:00:02.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.009) 0:00:02.272 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.011) 0:00:02.284 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:00:11 +0000 (0:00:00.011) 0:00:02.296 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004761", "end": "2024-02-18 13:00:12.591768", "rc": 0, "start": "2024-02-18 13:00:11.587007" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:00:12 +0000 (0:00:01.204) 0:00:03.500 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:00:12 +0000 (0:00:00.010) 0:00:03.511 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:00:12 +0000 (0:00:00.009) 0:00:03.521 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:02:15 +0000 (0:02:02.635) 0:02:06.157 ******* 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_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.018) 0:02:06.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.009) 0:02:06.240 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.013) 0:02:06.253 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:02:15 +0000 (0:00:00.010) 0:02:06.264 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004910", "end": "2024-02-18 13:02:16.562620", "rc": 0, "start": "2024-02-18 13:02:15.557710" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:02:16 +0000 (0:00:01.206) 0:02:07.470 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.011) 0:02:07.481 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.009) 0:02:07.491 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.014) 0:02:07.506 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.011) 0:02:07.517 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.198) 0:02:07.716 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.012) 0:02:07.728 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.016) 0:02:07.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.009) 0:02:07.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.009) 0:02:07.764 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.011) 0:02:07.776 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:02:16 +0000 (0:00:00.010) 0:02:07.786 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004732", "end": "2024-02-18 13:02:18.079433", "rc": 0, "start": "2024-02-18 13:02:17.074701" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:02:18 +0000 (0:00:01.201) 0:02:08.988 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:02:18 +0000 (0:00:00.011) 0:02:08.999 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:02:18 +0000 (0:00:00.009) 0:02:09.009 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:04:20 +0000 (0:02:02.457) 0:04:11.466 ******* 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.005671", "end": "2024-02-18 13:04:20.768626", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 13:04:20.762955" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003838", "end": "2024-02-18 13:04:21.023501", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 13:04:21.019663" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004345", "end": "2024-02-18 13:04:21.220033", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 13:04:21.215688" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.663) 0:04:12.130 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022775", "end": "2024-02-18 13:04:21.443226", "rc": 0, "start": "2024-02-18 13:04:21.420451" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.223) 0:04:12.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.011) 0:04:12.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.011) 0:04:12.375 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.011) 0:04:12.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.010) 0:04:12.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.010) 0:04:12.407 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.016) 0:04:12.423 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.010) 0:04:12.434 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003612", "end": "2024-02-18 13:04:21.725041", "rc": 0, "start": "2024-02-18 13:04:21.721429" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.199) 0:04:12.634 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.011) 0:04:12.645 ******* 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_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.009) 0:04:12.655 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.018) 0:04:12.673 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:04:21 +0000 (0:00:00.011) 0:04:12.685 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708261460.7668762, "block_size": 4096, "blocks": 0, "ctime": 1708261460.7668762, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33262, "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": 1708261460.7668762, "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_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.203) 0:04:12.888 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.012) 0:04:12.900 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.020) 0:04:12.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.010) 0:04:12.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.008) 0:04:12.940 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.013) 0:04:12.954 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:04:22 +0000 (0:00:00.011) 0:04:12.966 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004883", "end": "2024-02-18 13:04:23.263525", "rc": 0, "start": "2024-02-18 13:04:22.258642" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:04:23 +0000 (0:00:01.206) 0:04:14.172 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:04:23 +0000 (0:00:00.011) 0:04:14.183 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:04:23 +0000 (0:00:00.010) 0:04:14.193 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:06:25 +0000 (0:02:02.469) 0:06:16.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_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:06:25 +0000 (0:00:00.018) 0:06:16.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:06:25 +0000 (0:00:00.010) 0:06:16.692 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008238", "end": "2024-02-18 13:06:25.999289", "rc": 0, "start": "2024-02-18 13:06:25.991051" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.227) 0:06:16.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:16.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:16.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:16.953 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:16.963 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.019) 0:06:16.983 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:16.994 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2024-02-18 13:06:26.286993", "rc": 0, "start": "2024-02-18 13:06:26.283331" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.201) 0:06:17.195 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:17.207 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.009) 0:06:17.216 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.022) 0:06:17.239 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:17.251 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.194) 0:06:17.445 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.014) 0:06:17.459 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.014) 0:06:17.474 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.012) 0:06:17.486 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:17.497 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2024-02-18 13:06:26.787774", "rc": 0, "start": "2024-02-18 13:06:26.784062" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.222) 0:06:17.720 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:17.731 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:17.742 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.013) 0:06:17.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:17.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:17.775 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.011) 0:06:17.787 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:06:26 +0000 (0:00:00.010) 0:06:17.798 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004758", "end": "2024-02-18 13:06:28.094648", "rc": 0, "start": "2024-02-18 13:06:27.089890" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:06:28 +0000 (0:00:01.204) 0:06:19.003 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:06:28 +0000 (0:00:00.011) 0:06:19.014 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:06:28 +0000 (0:00:00.010) 0:06:19.024 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:08:30 +0000 (0:02:02.629) 0:08:21.654 ******* 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_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.017) 0:08:21.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.011) 0:08:21.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.011) 0:08:21.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.011) 0:08:21.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.010) 0:08:21.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.033) 0:08:21.751 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.010) 0:08:21.761 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.014) 0:08:21.776 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:08:30 +0000 (0:00:00.010) 0:08:21.786 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003792", "end": "2024-02-18 13:08:31.080702", "rc": 0, "start": "2024-02-18 13:08:31.076910" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.203) 0:08:21.990 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.011) 0:08:22.001 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.010) 0:08:22.012 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.014) 0:08:22.026 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.013) 0:08:22.040 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.205) 0:08:22.245 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.012) 0:08:22.257 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.016) 0:08:22.274 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.010) 0:08:22.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.009) 0:08:22.294 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.012) 0:08:22.307 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.011) 0:08:22.319 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003710", "end": "2024-02-18 13:08:31.612835", "rc": 0, "start": "2024-02-18 13:08:31.609125" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.202) 0:08:22.521 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.011) 0:08:22.532 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:08:31 +0000 (0:00:00.011) 0:08:22.543 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:10:34 +0000 (0:02:02.481) 0:10:25.025 ******* 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_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.017) 0:10:25.042 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.011) 0:10:25.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.010) 0:10:25.064 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006470", "end": "2024-02-18 13:10:34.364235", "rc": 0, "start": "2024-02-18 13:10:34.357765" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.215) 0:10:25.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.011) 0:10:25.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.011) 0:10:25.303 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.010) 0:10:25.313 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.016) 0:10:25.329 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:10:34 +0000 (0:00:00.010) 0:10:25.340 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004796", "end": "2024-02-18 13:10:35.635444", "rc": 0, "start": "2024-02-18 13:10:34.630648" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:10:35 +0000 (0:00:01.204) 0:10:26.544 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.011) 0:10:26.555 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.009) 0:10:26.565 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.018) 0:10:26.584 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.012) 0:10:26.596 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708261834.3612409, "block_size": 4096, "blocks": 0, "ctime": 1708261834.3612409, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33555, "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": 1708261834.3612409, "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_hotfixm4y2jkmm/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.201) 0:10:26.798 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.012) 0:10:26.811 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.019) 0:10:26.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.010) 0:10:26.841 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.008) 0:10:26.850 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.012) 0:10:26.862 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:10:35 +0000 (0:00:00.011) 0:10:26.873 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003634", "end": "2024-02-18 13:10:36.167737", "rc": 0, "start": "2024-02-18 13:10:36.164103" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:10:36 +0000 (0:00:00.202) 0:10:27.076 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:10:36 +0000 (0:00:00.011) 0:10:27.087 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:10:36 +0000 (0:00:00.010) 0:10:27.098 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 13:12:38 +0000 (0:02:02.584) 0:12:29.682 ******* 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_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 13:12:38 +0000 (0:00:00.018) 0:12:29.701 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 13:12:38 +0000 (0:00:00.011) 0:12:29.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 13:12:38 +0000 (0:00:00.011) 0:12:29.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 13:12:38 +0000 (0:00:00.010) 0:12:29.734 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008853", "end": "2024-02-18 13:12:39.036074", "rc": 0, "start": "2024-02-18 13:12:39.027221" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.217) 0:12:29.952 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.011) 0:12:29.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.011) 0:12:29.974 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.020) 0:12:29.994 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.011) 0:12:30.006 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003642", "end": "2024-02-18 13:12:39.300359", "rc": 0, "start": "2024-02-18 13:12:39.296717" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.202) 0:12:30.209 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.011) 0:12:30.220 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.011) 0:12:30.232 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.020) 0:12:30.253 ******* included: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.013) 0:12:30.266 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.200) 0:12:30.466 ******* 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 Sunday 18 February 2024 13:12:39 +0000 (0:00:00.010) 0:12:30.477 ******* =============================================================================== Install iproute ------------------------------------------------------- 122.64s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.63s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.58s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.48s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.47s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.46s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.52s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/el_repo_setup.yml:19 -------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:45 Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixm4y2jkmm/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. ---^---^---^---^---^---