# 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_hotfixlf4ubb0x/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_hotfixlf4ubb0x/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 15:17:51 +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_hotfixlf4ubb0x/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 15:17:52 +0000 (0:00:00.758) 0:00:00.771 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/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_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 15:17:52 +0000 (0:00:00.021) 0:00:00.793 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:19 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.444) 0:00:01.238 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:24 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.274) 0:00:01.512 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:28 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.032) 0:00:01.545 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:53 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.017) 0:00:01.563 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.030) 0:00:01.593 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.253) 0:00:01.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.010) 0:00:01.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 15:17:53 +0000 (0:00:00.011) 0:00:01.869 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.273996", "end": "2024-02-18 15:17:54.276642", "rc": 0, "start": "2024-02-18 15:17:54.002646" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.480) 0:00:02.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.009) 0:00:02.359 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.012) 0:00:02.372 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.010) 0:00:02.382 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.009) 0:00:02.392 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003748", "end": "2024-02-18 15:17:54.526738", "rc": 0, "start": "2024-02-18 15:17:54.522990" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.207) 0:00:02.599 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.011) 0:00:02.610 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.008) 0:00:02.619 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.014) 0:00:02.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.008) 0:00:02.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.009) 0:00:02.652 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.011) 0:00:02.663 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.010) 0:00:02.673 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003990", "end": "2024-02-18 15:17:54.806801", "rc": 0, "start": "2024-02-18 15:17:54.802811" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.206) 0:00:02.879 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.010) 0:00:02.890 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:17:54 +0000 (0:00:00.009) 0:00:02.900 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:21:58 +0000 (0:04:03.272) 0:04:06.172 ******* 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_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.017) 0:04:06.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.010) 0:04:06.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.011) 0:04:06.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.010) 0:04:06.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.251 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.013) 0:04:06.264 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.274 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003869", "end": "2024-02-18 15:21:58.411187", "rc": 0, "start": "2024-02-18 15:21:58.407318" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.209) 0:04:06.483 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.012) 0:04:06.496 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.505 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.014) 0:04:06.520 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.011) 0:04:06.531 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.204) 0:04:06.736 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.012) 0:04:06.749 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.015) 0:04:06.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:06.784 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.011) 0:04:06.795 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.010) 0:04:06.805 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003810", "end": "2024-02-18 15:21:58.941492", "rc": 0, "start": "2024-02-18 15:21:58.937682" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.208) 0:04:07.014 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.010) 0:04:07.025 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:21:58 +0000 (0:00:00.009) 0:04:07.035 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:26:01 +0000 (0:04:02.915) 0:08:09.950 ******* 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.014238", "end": "2024-02-18 15:26:02.102846", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 15:26:02.088608" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004537", "end": "2024-02-18 15:26:02.344230", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 15:26:02.339693" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004814", "end": "2024-02-18 15:26:02.548934", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 15:26:02.544120" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.672) 0:08:10.622 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024338", "end": "2024-02-18 15:26:02.781242", "rc": 0, "start": "2024-02-18 15:26:02.756904" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.232) 0:08:10.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.011) 0:08:10.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.012) 0:08:10.879 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.010) 0:08:10.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.010) 0:08:10.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.008) 0:08:10.909 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.016) 0:08:10.926 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:26:02 +0000 (0:00:00.011) 0:08:10.937 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003997", "end": "2024-02-18 15:26:03.073817", "rc": 0, "start": "2024-02-18 15:26:03.069820" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.208) 0:08:11.145 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.010) 0:08:11.156 ******* 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_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.009) 0:08:11.166 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.016) 0:08:11.183 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.011) 0:08:11.194 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708269962.0928261, "block_size": 4096, "blocks": 0, "ctime": 1708269962.0928261, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33426, "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": 1708269962.0928261, "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_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.205) 0:08:11.400 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.012) 0:08:11.412 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.019) 0:08:11.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.009) 0:08:11.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.008) 0:08:11.450 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.011) 0:08:11.461 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.009) 0:08:11.471 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003881", "end": "2024-02-18 15:26:03.605923", "rc": 0, "start": "2024-02-18 15:26:03.602042" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.207) 0:08:11.678 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.011) 0:08:11.689 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:26:03 +0000 (0:00:00.009) 0:08:11.699 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:30:06 +0000 (0:04:02.899) 0:12:14.598 ******* 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_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.017) 0:12:14.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.010) 0:12:14.626 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011694", "end": "2024-02-18 15:30:06.775896", "rc": 0, "start": "2024-02-18 15:30:06.764202" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.223) 0:12:14.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.010) 0:12:14.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.011) 0:12:14.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.010) 0:12:14.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.009) 0:12:14.893 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.019) 0:12:14.912 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:30:06 +0000 (0:00:00.010) 0:12:14.922 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003863", "end": "2024-02-18 15:30:07.060902", "rc": 0, "start": "2024-02-18 15:30:07.057039" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.210) 0:12:15.132 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.011) 0:12:15.143 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.009) 0:12:15.153 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.019) 0:12:15.173 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.010) 0:12:15.184 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.203) 0:12:15.387 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.012) 0:12:15.400 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.013) 0:12:15.413 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.010) 0:12:15.424 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.009) 0:12:15.434 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003713", "end": "2024-02-18 15:30:07.568060", "rc": 0, "start": "2024-02-18 15:30:07.564347" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.206) 0:12:15.640 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.011) 0:12:15.651 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.009) 0:12:15.661 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.013) 0:12:15.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.009) 0:12:15.684 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.008) 0:12:15.692 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.012) 0:12:15.705 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.010) 0:12:15.715 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003760", "end": "2024-02-18 15:30:07.851247", "rc": 0, "start": "2024-02-18 15:30:07.847487" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.219) 0:12:15.934 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.011) 0:12:15.946 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:30:07 +0000 (0:00:00.016) 0:12:15.962 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:34:10 +0000 (0:04:02.903) 0:16:18.865 ******* 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_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.017) 0:16:18.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.010) 0:16:18.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.010) 0:16:18.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.010) 0:16:18.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.010) 0:16:18.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.010) 0:16:18.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.009) 0:16:18.946 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.014) 0:16:18.960 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:34:10 +0000 (0:00:00.009) 0:16:18.970 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003663", "end": "2024-02-18 15:34:11.104847", "rc": 0, "start": "2024-02-18 15:34:11.101184" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.207) 0:16:19.177 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.009) 0:16:19.187 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.009) 0:16:19.196 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.013) 0:16:19.210 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.011) 0:16:19.222 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.205) 0:16:19.427 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.011) 0:16:19.439 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.015) 0:16:19.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.008) 0:16:19.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.009) 0:16:19.473 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.011) 0:16:19.484 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.011) 0:16:19.495 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003821", "end": "2024-02-18 15:34:11.630202", "rc": 0, "start": "2024-02-18 15:34:11.626381" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.206) 0:16:19.702 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.011) 0:16:19.713 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:34:11 +0000 (0:00:00.009) 0:16:19.723 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:38:14 +0000 (0:04:02.900) 0:20:22.623 ******* 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_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.018) 0:20:22.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.009) 0:20:22.651 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.009) 0:20:22.660 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007076", "end": "2024-02-18 15:38:14.801950", "rc": 0, "start": "2024-02-18 15:38:14.794874" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.221) 0:20:22.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.010) 0:20:22.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.036) 0:20:22.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.009) 0:20:22.938 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.015) 0:20:22.954 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:38:14 +0000 (0:00:00.010) 0:20:22.965 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003932", "end": "2024-02-18 15:38:15.101179", "rc": 0, "start": "2024-02-18 15:38:15.097247" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.208) 0:20:23.173 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.010) 0:20:23.184 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.009) 0:20:23.194 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.017) 0:20:23.211 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.010) 0:20:23.222 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708270694.7985456, "block_size": 4096, "blocks": 0, "ctime": 1708270694.7985456, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33719, "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": 1708270694.7985456, "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_hotfixlf4ubb0x/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.208) 0:20:23.431 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.011) 0:20:23.442 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.018) 0:20:23.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.009) 0:20:23.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.008) 0:20:23.479 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.011) 0:20:23.490 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.011) 0:20:23.502 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003816", "end": "2024-02-18 15:38:15.638508", "rc": 0, "start": "2024-02-18 15:38:15.634692" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.208) 0:20:23.710 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.010) 0:20:23.721 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:38:15 +0000 (0:00:00.009) 0:20:23.731 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 15:42:18 +0000 (0:04:02.906) 0:24:26.637 ******* 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_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.017) 0:24:26.655 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.009) 0:24:26.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.009) 0:24:26.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.010) 0:24:26.684 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009108", "end": "2024-02-18 15:42:18.830601", "rc": 0, "start": "2024-02-18 15:42:18.821493" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.219) 0:24:26.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.010) 0:24:26.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.009) 0:24:26.924 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.018) 0:24:26.943 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:42:18 +0000 (0:00:00.009) 0:24:26.953 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003851", "end": "2024-02-18 15:42:19.088567", "rc": 0, "start": "2024-02-18 15:42:19.084716" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.207) 0:24:27.161 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.030) 0:24:27.191 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.010) 0:24:27.201 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.020) 0:24:27.221 ******* included: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.010) 0:24:27.232 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.204) 0:24:27.436 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Sunday 18 February 2024 15:42:19 +0000 (0:00:00.009) 0:24:27.445 ******* =============================================================================== Install iproute ------------------------------------------------------- 243.27s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.92s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.91s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.90s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.90s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.90s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:28 Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.44s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/el_repo_setup.yml:19 -------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/enable_epel.yml:8 ----------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:37 Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:45 Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:52 Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixlf4ubb0x/tests/tasks/get_interface_stat.yml:3 ---- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---