# 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_hotfix_jagk25i/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_hotfix_jagk25i/tests/tests_helpers_and_asserts.yml:3 Thursday 22 February 2024 03:27:37 +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_hotfix_jagk25i/tests/tests_helpers_and_asserts.yml:6 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.711) 0:00:00.724 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.021) 0:00:00.746 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:19 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.339) 0:00:01.086 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:24 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.253) 0:00:01.339 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:28 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.018) 0:00:01.358 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:53 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.016) 0:00:01.375 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 03:27:38 +0000 (0:00:00.029) 0:00:01.404 ***** 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_hotfix_jagk25i/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 03:27:39 +0000 (0:00:00.247) 0:00:01.652 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 03:27:39 +0000 (0:00:00.010) 0:00:01.663 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 03:27:39 +0000 (0:00:00.010) 0:00:01.673 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.257842", "end": "2024-02-22 03:27:40.456758", "rc": 0, "start": "2024-02-22 03:27:39.198916" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 03:27:40 +0000 (0:00:01.448) 0:00:03.122 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_helpers_and_asserts.yml:9 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.132 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.012) 0:00:03.145 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.010) 0:00:03.155 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.165 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003680", "end": "2024-02-22 03:27:40.687797", "rc": 0, "start": "2024-02-22 03:27:40.684117" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.189) 0:00:03.354 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.364 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.008) 0:00:03.373 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.014) 0:00:03.387 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.008) 0:00:03.395 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.007) 0:00:03.403 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.011) 0:00:03.414 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.423 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-02-22 03:27:40.946307", "rc": 0, "start": "2024-02-22 03:27:40.942720" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.188) 0:00:03.611 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.621 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:40 +0000 (0:00:00.009) 0:00:03.630 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:27:43 +0000 (0:00:02.740) 0:00:06.371 ***** 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_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.017) 0:00:06.388 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.010) 0:00:06.399 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.010) 0:00:06.409 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.010) 0:00:06.419 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.011) 0:00:06.431 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.010) 0:00:06.441 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.008) 0:00:06.449 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.016) 0:00:06.466 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:43 +0000 (0:00:00.009) 0:00:06.475 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003692", "end": "2024-02-22 03:27:43.999056", "rc": 0, "start": "2024-02-22 03:27:43.995364" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.190) 0:00:06.666 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.011) 0:00:06.678 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.009) 0:00:06.687 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.013) 0:00:06.701 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.011) 0:00:06.712 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.188) 0:00:06.900 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.012) 0:00:06.913 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.017) 0:00:06.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.011) 0:00:06.942 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.009) 0:00:06.952 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.012) 0:00:06.964 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.017) 0:00:06.981 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003521", "end": "2024-02-22 03:27:44.504821", "rc": 0, "start": "2024-02-22 03:27:44.501300" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.200) 0:00:07.182 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.023) 0:00:07.206 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:44 +0000 (0:00:00.013) 0:00:07.219 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:27:47 +0000 (0:00:02.590) 0:00:09.810 ***** 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.012005", "end": "2024-02-22 03:27:47.349808", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-22 03:27:47.337803" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004043", "end": "2024-02-22 03:27:47.577927", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-22 03:27:47.573884" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004833", "end": "2024-02-22 03:27:47.763990", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-22 03:27:47.759157" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:27:47 +0000 (0:00:00.619) 0:00:10.430 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025563", "end": "2024-02-22 03:27:47.979467", "rc": 0, "start": "2024-02-22 03:27:47.953904" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:27:47 +0000 (0:00:00.216) 0:00:10.647 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.011) 0:00:10.659 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:10.669 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:10.680 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.009) 0:00:10.689 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.008) 0:00:10.698 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.015) 0:00:10.713 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.013) 0:00:10.727 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003476", "end": "2024-02-22 03:27:48.251321", "rc": 0, "start": "2024-02-22 03:27:48.247845" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.189) 0:00:10.917 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:10.928 ***** 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_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.009) 0:00:10.937 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.017) 0:00:10.955 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:10.966 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708572467.3416762, "block_size": 4096, "blocks": 0, "ctime": 1708572467.3416762, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27670, "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": 1708572467.3416762, "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_hotfix_jagk25i/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.209) 0:00:11.175 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:11.186 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.019) 0:00:11.205 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.009) 0:00:11.215 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.008) 0:00:11.223 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.012) 0:00:11.236 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.010) 0:00:11.246 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003542", "end": "2024-02-22 03:27:48.771614", "rc": 0, "start": "2024-02-22 03:27:48.768072" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.191) 0:00:11.437 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.009) 0:00:11.447 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:48 +0000 (0:00:00.009) 0:00:11.457 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:27:51 +0000 (0:00:02.587) 0:00:14.044 ***** 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_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.016) 0:00:14.061 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.009) 0:00:14.070 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011095", "end": "2024-02-22 03:27:51.604823", "rc": 0, "start": "2024-02-22 03:27:51.593728" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.201) 0:00:14.272 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.010) 0:00:14.283 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.010) 0:00:14.293 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.009) 0:00:14.302 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.008) 0:00:14.311 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.018) 0:00:14.330 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.010) 0:00:14.340 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003535", "end": "2024-02-22 03:27:51.865076", "rc": 0, "start": "2024-02-22 03:27:51.861541" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.190) 0:00:14.531 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.009) 0:00:14.541 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.009) 0:00:14.550 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.019) 0:00:14.569 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:27:51 +0000 (0:00:00.011) 0:00:14.581 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.185) 0:00:14.767 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_helpers_and_asserts.yml:15 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.011) 0:00:14.778 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.013) 0:00:14.791 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.011) 0:00:14.802 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.010) 0:00:14.813 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003720", "end": "2024-02-22 03:27:52.339641", "rc": 0, "start": "2024-02-22 03:27:52.335921" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.193) 0:00:15.006 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.009) 0:00:15.016 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.010) 0:00:15.026 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.012) 0:00:15.038 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.008) 0:00:15.047 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.008) 0:00:15.056 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.012) 0:00:15.068 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.009) 0:00:15.078 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003549", "end": "2024-02-22 03:27:52.607039", "rc": 0, "start": "2024-02-22 03:27:52.603490" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.195) 0:00:15.273 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.010) 0:00:15.284 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:52 +0000 (0:00:00.009) 0:00:15.294 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:27:55 +0000 (0:00:02.608) 0:00:17.902 ***** 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_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.016) 0:00:17.919 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.010) 0:00:17.929 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.009) 0:00:17.939 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.009) 0:00:17.948 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.009) 0:00:17.957 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.010) 0:00:17.968 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.009) 0:00:17.977 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.014) 0:00:17.991 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.010) 0:00:18.002 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003467", "end": "2024-02-22 03:27:55.525745", "rc": 0, "start": "2024-02-22 03:27:55.522278" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.188) 0:00:18.191 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.011) 0:00:18.202 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.009) 0:00:18.212 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.013) 0:00:18.225 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.011) 0:00:18.237 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.188) 0:00:18.426 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.012) 0:00:18.438 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.016) 0:00:18.455 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.010) 0:00:18.466 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.010) 0:00:18.476 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.012) 0:00:18.489 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:55 +0000 (0:00:00.011) 0:00:18.500 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003627", "end": "2024-02-22 03:27:56.028244", "rc": 0, "start": "2024-02-22 03:27:56.024617" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:56 +0000 (0:00:00.193) 0:00:18.694 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:56 +0000 (0:00:00.009) 0:00:18.704 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:56 +0000 (0:00:00.009) 0:00:18.713 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:27:58 +0000 (0:00:02.620) 0:00:21.334 ***** 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_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.016) 0:00:21.351 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.009) 0:00:21.360 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.010) 0:00:21.370 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012630", "end": "2024-02-22 03:27:58.908249", "rc": 0, "start": "2024-02-22 03:27:58.895619" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.212) 0:00:21.583 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.010) 0:00:21.593 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.010) 0:00:21.604 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.008) 0:00:21.612 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.015) 0:00:21.628 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:58 +0000 (0:00:00.009) 0:00:21.637 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2024-02-22 03:27:59.163872", "rc": 0, "start": "2024-02-22 03:27:59.160083" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.192) 0:00:21.830 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.011) 0:00:21.841 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.009) 0:00:21.851 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.016) 0:00:21.867 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.011) 0:00:21.879 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708572478.9067652, "block_size": 4096, "blocks": 0, "ctime": 1708572478.9067652, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27993, "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": 1708572478.9067652, "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_hotfix_jagk25i/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.191) 0:00:22.070 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.010) 0:00:22.081 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.018) 0:00:22.099 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.008) 0:00:22.108 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.008) 0:00:22.116 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.011) 0:00:22.127 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.011) 0:00:22.139 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003483", "end": "2024-02-22 03:27:59.666742", "rc": 0, "start": "2024-02-22 03:27:59.663259" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.193) 0:00:22.333 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.015) 0:00:22.348 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:27:59 +0000 (0:00:00.011) 0:00:22.359 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:28:02 +0000 (0:00:02.607) 0:00:24.967 ***** 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_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.017) 0:00:24.985 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.009) 0:00:24.994 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.009) 0:00:25.003 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.009) 0:00:25.012 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008802", "end": "2024-02-22 03:28:02.545425", "rc": 0, "start": "2024-02-22 03:28:02.536623" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.199) 0:00:25.212 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.010) 0:00:25.223 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.009) 0:00:25.233 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.018) 0:00:25.251 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.009) 0:00:25.261 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2024-02-22 03:28:02.794034", "rc": 0, "start": "2024-02-22 03:28:02.790251" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.198) 0:00:25.460 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.024) 0:00:25.484 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.014) 0:00:25.498 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.026) 0:00:25.524 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:28:02 +0000 (0:00:00.010) 0:00:25.535 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:28:03 +0000 (0:00:00.188) 0:00:25.723 ***** 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 Thursday 22 February 2024 03:28:03 +0000 (0:00:00.010) 0:00:25.734 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:16 Enable EPEL 8 ----------------------------------------------------------- 1.45s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:35 ---------- Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:19 -------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:8 ----------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:37 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:52 Get stat for interface veth1298 ----------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_interface_stat.yml:3 ---- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:45 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix_jagk25i/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. ---^---^---^---^---^---