# 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_hotfixx_wcrngk/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_hotfixx_wcrngk/tests/tests_helpers_and_asserts.yml:3 Tuesday 20 February 2024 20:37:40 +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_hotfixx_wcrngk/tests/tests_helpers_and_asserts.yml:6 Tuesday 20 February 2024 20:37:41 +0000 (0:00:00.764) 0:00:00.778 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/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_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:3 Tuesday 20 February 2024 20:37:41 +0000 (0:00:00.022) 0:00:00.800 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:19 Tuesday 20 February 2024 20:37:41 +0000 (0:00:00.357) 0:00:01.158 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:24 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.298) 0:00:01.456 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:28 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.034) 0:00:01.491 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:53 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.045) 0:00:01.536 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:8 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.032) 0:00:01.569 ****** 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_hotfixx_wcrngk/tests/tasks/enable_epel.yml:24 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.269) 0:00:01.838 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:30 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.039) 0:00:01.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:35 Tuesday 20 February 2024 20:37:42 +0000 (0:00:00.023) 0:00:01.901 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242670", "end": "2024-02-20 20:37:43.094256", "rc": 0, "start": "2024-02-20 20:37:42.851586" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:40 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.472) 0:00:02.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tests_helpers_and_asserts.yml:9 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.022) 0:00:02.395 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.046) 0:00:02.442 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.029) 0:00:02.471 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.020) 0:00:02.492 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003276", "end": "2024-02-20 20:37:43.419041", "rc": 0, "start": "2024-02-20 20:37:43.415765" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.187) 0:00:02.680 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.019) 0:00:02.700 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.017) 0:00:02.718 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.027) 0:00:02.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.022) 0:00:02.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.030) 0:00:02.800 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.019) 0:00:02.819 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.048) 0:00:02.868 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003261", "end": "2024-02-20 20:37:43.808377", "rc": 0, "start": "2024-02-20 20:37:43.805116" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.212) 0:00:03.081 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.017) 0:00:03.099 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:37:43 +0000 (0:00:00.021) 0:00:03.120 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:37:46 +0000 (0:00:03.076) 0:00:06.196 ****** 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_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:37:46 +0000 (0:00:00.036) 0:00:06.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.023) 0:00:06.256 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.012) 0:00:06.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.010) 0:00:06.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.016) 0:00:06.297 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.026) 0:00:06.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.014) 0:00:06.338 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.016) 0:00:06.355 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.009) 0:00:06.365 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003121", "end": "2024-02-20 20:37:47.291675", "rc": 0, "start": "2024-02-20 20:37:47.288554" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.204) 0:00:06.569 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.023) 0:00:06.593 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.013) 0:00:06.606 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.032) 0:00:06.638 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.017) 0:00:06.656 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.235) 0:00:06.891 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.047) 0:00:06.939 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.041) 0:00:06.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.012) 0:00:06.992 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.028) 0:00:07.021 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.015) 0:00:07.037 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:47 +0000 (0:00:00.018) 0:00:07.055 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003060", "end": "2024-02-20 20:37:48.036792", "rc": 0, "start": "2024-02-20 20:37:48.033732" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:48 +0000 (0:00:00.246) 0:00:07.302 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:48 +0000 (0:00:00.038) 0:00:07.341 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:37:48 +0000 (0:00:00.014) 0:00:07.355 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:37:50 +0000 (0:00:02.520) 0:00:09.875 ****** 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.013271", "end": "2024-02-20 20:37:50.821950", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-20 20:37:50.808679" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003617", "end": "2024-02-20 20:37:51.038153", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-20 20:37:51.034536" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004418", "end": "2024-02-20 20:37:51.214558", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-20 20:37:51.210140" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.615) 0:00:10.491 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023820", "end": "2024-02-20 20:37:51.457958", "rc": 0, "start": "2024-02-20 20:37:51.434138" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.232) 0:00:10.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.011) 0:00:10.735 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.015) 0:00:10.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.023) 0:00:10.774 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.024) 0:00:10.798 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.012) 0:00:10.811 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.016) 0:00:10.827 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.012) 0:00:10.840 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003117", "end": "2024-02-20 20:37:51.777578", "rc": 0, "start": "2024-02-20 20:37:51.774461" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.196) 0:00:11.036 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.020) 0:00:11.057 ****** 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_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.010) 0:00:11.067 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.027) 0:00:11.095 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:37:51 +0000 (0:00:00.011) 0:00:11.106 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461470.8122582, "block_size": 4096, "blocks": 0, "ctime": 1708461470.8122582, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33152, "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": 1708461470.8122582, "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_hotfixx_wcrngk/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.189) 0:00:11.296 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.029) 0:00:11.325 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.049) 0:00:11.375 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.018) 0:00:11.393 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.021) 0:00:11.415 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.011) 0:00:11.427 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.010) 0:00:11.437 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003100", "end": "2024-02-20 20:37:52.399417", "rc": 0, "start": "2024-02-20 20:37:52.396317" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.223) 0:00:11.660 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.025) 0:00:11.686 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:37:52 +0000 (0:00:00.012) 0:00:11.698 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:37:55 +0000 (0:00:02.589) 0:00:14.287 ****** 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_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.021) 0:00:14.308 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.009) 0:00:14.318 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011679", "end": "2024-02-20 20:37:55.250652", "rc": 0, "start": "2024-02-20 20:37:55.238973" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.207) 0:00:14.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.016) 0:00:14.541 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.011) 0:00:14.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.010) 0:00:14.564 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.014) 0:00:14.578 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.035) 0:00:14.613 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.020) 0:00:14.634 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003341", "end": "2024-02-20 20:37:55.559594", "rc": 0, "start": "2024-02-20 20:37:55.556253" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.194) 0:00:14.829 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.016) 0:00:14.845 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.031) 0:00:14.877 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.032) 0:00:14.909 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.018) 0:00:14.927 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.249) 0:00:15.176 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tests_helpers_and_asserts.yml:15 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.020) 0:00:15.197 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:37:55 +0000 (0:00:00.031) 0:00:15.229 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.053) 0:00:15.282 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.029) 0:00:15.312 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002948", "end": "2024-02-20 20:37:56.236783", "rc": 0, "start": "2024-02-20 20:37:56.233835" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.196) 0:00:15.509 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.044) 0:00:15.553 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.031) 0:00:15.585 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.024) 0:00:15.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.025) 0:00:15.635 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.030) 0:00:15.665 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.029) 0:00:15.695 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.018) 0:00:15.714 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003087", "end": "2024-02-20 20:37:56.641379", "rc": 0, "start": "2024-02-20 20:37:56.638292" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.188) 0:00:15.903 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.034) 0:00:15.937 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:37:56 +0000 (0:00:00.039) 0:00:15.976 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:37:59 +0000 (0:00:02.583) 0:00:18.560 ****** 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_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.021) 0:00:18.581 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.012) 0:00:18.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.016) 0:00:18.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.010) 0:00:18.621 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:18.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:18.641 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:18.650 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.012) 0:00:18.663 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.010) 0:00:18.674 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003046", "end": "2024-02-20 20:37:59.595221", "rc": 0, "start": "2024-02-20 20:37:59.592175" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.178) 0:00:18.853 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:18.862 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.011) 0:00:18.873 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.013) 0:00:18.886 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.010) 0:00:18.896 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.174) 0:00:19.071 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.010) 0:00:19.082 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.015) 0:00:19.097 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:19.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.010) 0:00:19.118 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.011) 0:00:19.129 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:37:59 +0000 (0:00:00.009) 0:00:19.139 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003281", "end": "2024-02-20 20:38:00.062469", "rc": 0, "start": "2024-02-20 20:38:00.059188" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:38:00 +0000 (0:00:00.183) 0:00:19.323 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:38:00 +0000 (0:00:00.016) 0:00:19.339 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:38:00 +0000 (0:00:00.010) 0:00:19.350 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:38:02 +0000 (0:00:02.540) 0:00:21.890 ****** 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_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:38:02 +0000 (0:00:00.038) 0:00:21.929 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:38:02 +0000 (0:00:00.020) 0:00:21.949 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:38:02 +0000 (0:00:00.040) 0:00:21.990 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009163", "end": "2024-02-20 20:38:02.956704", "rc": 0, "start": "2024-02-20 20:38:02.947541" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:38:02 +0000 (0:00:00.240) 0:00:22.230 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.019) 0:00:22.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.011) 0:00:22.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.008) 0:00:22.270 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.015) 0:00:22.286 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.013) 0:00:22.300 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003068", "end": "2024-02-20 20:38:03.239477", "rc": 0, "start": "2024-02-20 20:38:03.236409" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.197) 0:00:22.498 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.014) 0:00:22.512 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.015) 0:00:22.527 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.017) 0:00:22.545 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.010) 0:00:22.556 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461482.955686, "block_size": 4096, "blocks": 0, "ctime": 1708461482.955686, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33475, "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": 1708461482.955686, "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_hotfixx_wcrngk/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.190) 0:00:22.747 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.013) 0:00:22.760 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.021) 0:00:22.781 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.012) 0:00:22.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.010) 0:00:22.804 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.025) 0:00:22.830 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.021) 0:00:22.851 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002999", "end": "2024-02-20 20:38:03.790807", "rc": 0, "start": "2024-02-20 20:38:03.787808" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.197) 0:00:23.048 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.011) 0:00:23.060 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:38:03 +0000 (0:00:00.009) 0:00:23.069 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Tuesday 20 February 2024 20:38:06 +0000 (0:00:02.529) 0:00:25.599 ****** 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_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.040) 0:00:25.640 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:45 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.065) 0:00:25.705 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.050) 0:00:25.756 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.017) 0:00:25.773 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007236", "end": "2024-02-20 20:38:06.769362", "rc": 0, "start": "2024-02-20 20:38:06.762126" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.264) 0:00:26.037 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:71 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.046) 0:00:26.083 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.011) 0:00:26.095 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.053) 0:00:26.148 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:38:06 +0000 (0:00:00.046) 0:00:26.195 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002994", "end": "2024-02-20 20:38:07.180619", "rc": 0, "start": "2024-02-20 20:38:07.177625" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.260) 0:00:26.456 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.038) 0:00:26.494 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.030) 0:00:26.524 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.049) 0:00:26.574 ****** included: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.078) 0:00:26.653 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.215) 0:00:26.868 ****** 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 Tuesday 20 February 2024 20:38:07 +0000 (0:00:00.035) 0:00:26.904 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.08s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.54s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:28 Enable EPEL 8 ----------------------------------------------------------- 0.47s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/el_repo_setup.yml:19 -------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/enable_epel.yml:8 ----------- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:52 Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixx_wcrngk/tests/tasks/get_current_interfaces.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. ---^---^---^---^---^---